-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Feature][Connector-V2-e2e][LocalFile] Add local file connector e2e #3221
Conversation
Container.ExecResult textResult = container.executeJob("/text/fake_to_local_file_text.conf"); | ||
Assertions.assertEquals(0, textResult.getExitCode()); | ||
Container.ExecResult jsonResult = container.executeJob("/json/fake_to_local_file_json.conf"); | ||
Assertions.assertEquals(0, jsonResult.getExitCode()); | ||
Container.ExecResult orcResult = container.executeJob("/orc/fake_to_local_file_orc.conf"); | ||
Assertions.assertEquals(0, orcResult.getExitCode()); | ||
Container.ExecResult parquetResult = container.executeJob("/parquet/fake_to_local_file_parquet.conf"); |
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.
Add local_file_xxx_to_assert.conf
validate row count & field types?
Or
you can read sink data check rows & fields
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.
Yup, this pull request is not completed. It's also a draft pr.
d0fff1a
to
2837a44
Compare
15c989e
to
409fdf7
Compare
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
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.
+1
Purpose of this pull request
close #3159
Check list
New License Guide