-
Notifications
You must be signed in to change notification settings - Fork 705
feat(source): add s3 source and csv parser #6846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
f90957b to
75f3f1c
Compare
245a813 to
f88ea7a
Compare
f88ea7a to
3ba09b8
Compare
Codecov Report
@@ Coverage Diff @@
## main #6846 +/- ##
==========================================
- Coverage 72.94% 72.89% -0.05%
==========================================
Files 1038 1040 +2
Lines 167018 166969 -49
==========================================
- Hits 121826 121713 -113
- Misses 45192 45256 +64
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
c64ef18 to
112a3e0
Compare
074d948 to
431884f
Compare
tabVersion
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
generally LGTM
fix scan all completed split, add csv props make some improvements
431884f to
d7482fc
Compare
I hereby agree to the terms of the Singularity Data, Inc. Contributor License Agreement.
What's changed and what's your intention?
PLEASE DO NOT LEAVE THIS EMPTY !!!
Checklist
./risedev check(or alias,./risedev c)Documentation
Types of user-facing changes
Please keep the types that apply to your changes, and remove those that do not apply.
Release note
create materialized source s( id int, name varchar, age int, primary key(id) ) with ( connector = 's3', s3.region_name = 'ap-southeast-1', s3.bucket_name = 'mingchao-s3-source', s3.credentials.access = 'xxx', s3.credentials.secret = 'xxx' ) row format csv [WITHOUT HEADER] delimited by ',';csv file
It's necessary to have a line break after each row, including the last line.
Refer to a related PR or issue link (optional)
#6511