-
Notifications
You must be signed in to change notification settings - Fork 641
[ISSUE #4082] Support S3 file source connector #4132
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
|
@xwm1992 PTAL~ |
|
please fix the build error. |
Could u rerun these ci?Some build error bugfix pr just have been merged to master branch just now |
you can just merge the master branch code to your branch, this will re trigger the ci run. |
59db8a6 to
388b6d5
Compare
I have pushed the branch after rebasing, but it seems like that these ci need a maintainer to trigger~ |
Codecov Report
@@ Coverage Diff @@
## master #4132 +/- ##
============================================
- Coverage 17.81% 17.75% -0.06%
Complexity 1502 1502
============================================
Files 594 599 +5
Lines 25350 25426 +76
Branches 2388 2391 +3
============================================
Hits 4515 4515
- Misses 20400 20476 +76
Partials 435 435
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
@Alonexc @qqeasonchen @xwm1992 Hi~ PTAL again! |
mxsm
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.
@TheR1sing3un The code is good, but the code structure of the project needs to be renamed and changed with reference to the existing structure
Got it! I will update it later. |
493c469 to
a196bc6
Compare
1. add S3 file source connector with specified format Closes apache#4082
1. add S3SourceConnectorTest to verify Closes apache#4082
1. add S3SourceWorker Closes apache#4082
1. add header license Closes apache#4082
a196bc6 to
532c8ec
Compare
1. refactor S3 source connector Closes apache#4082
mxsm
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.
LGTM
) * feat(connector): add S3 file source connector with specified format 1. add S3 file source connector with specified format Closes apache#4082 * test(connector): add S3SourceConnectorTest to verify 1. add S3SourceConnectorTest to verify Closes apache#4082 * feat(connector): add S3SourceWorker 1. add S3SourceWorker Closes apache#4082 * style(connector): add header license 1. add header license Closes apache#4082 * refactor(connector): refactor S3 source connector 1. refactor S3 source connector Closes apache#4082
Fixes #4082 .
Motivation
Explain the content here.
Explain why you want to make the changes and what problem you're trying to solve.
Modifications
Describe the modifications you've done.
Documentation