-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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] support LZO
compress on File Read
#5083
Conversation
Good pr, let's waiting CI/CD |
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
But the doc needs to be modified.
doc updated. |
updated json reader. |
@TaoZex @TyrantLucifer PTAL |
pls re-trigger the CI as i update more formart reader |
Done, let's waiting CI/CD. |
pls trigger the CI |
# Conflicts: # docs/en/connector-v2/source/LocalFile.md # seatunnel-connectors-v2/connector-file/connector-file-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/file/config/BaseSourceConfig.java # seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-local-e2e/src/test/java/org/apache/seatunnel/e2e/connector/file/local/LocalFileIT.java
@TyrantLucifer @TaoZex PTAL |
The documentation for connectors depending on the file-base package, such as hdfsFile, oss, and s3, likely needs updating. |
@ic4y i will create another pr (add test case and update doc) for connectors depending on the file-base |
It's best to complete this within this PR, as it's part of the whole. |
@ic4y updated related connector and document, PTAL, thanks |
36eed25
to
c2f4d6e
Compare
Waiting for CI/CD. |
failed on can you help re-trigger the CI, thanks |
c75bf4f
to
c2f4d6e
Compare
# Conflicts: # docs/en/connector-v2/source/S3File.md
i can see the CI error has been fixed in another pr, can you help trigger this CI again, thanks. |
wait for this issue fix |
# Conflicts: # docs/en/connector-v2/source/HdfsFile.md # docs/en/connector-v2/source/Hive.md
...-v2-e2e/connector-file-local-e2e/src/test/resources/json/local_file_json_lzo_to_console.conf
Show resolved
Hide resolved
f341d14
to
1af0b31
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.
I am sorry, In the Apache project, it is not allowed to publish binary files in the source code package (because the content of the binary file is not visible and cannot be modified. If there is a problem in the file, no one can fix it), so an alternative solution is to generate the binary file through the program (the generated code is visible, and if there is a problem, the code can also be modified to fix the problem).
@liunaijie I updated test case for this. Please take a look when you have free time. |
The test case have some bug will be fixed in #5622 |
@Hisoka-X cool, thanks. the test case change looks good to me, but i find you change the |
oh, good catch. Reverted. |
LZO
compress on File Read
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.
Thanks @liunaijie . LGTM
--------- Co-authored-by: Jia Fan <fanjiaeminem@qq.com>
Purpose of this pull request
support compress on local text file read.
Check list
New License Guide
release-note
.