[bugfix][plugin][icebergwriter] fix error when write orc format table#1304
Merged
wgzhao merged 65 commits intowgzhao:masterfrom Jun 23, 2025
Merged
Conversation
…upload to minio(set pathStyleAccessEnabled true when upload to minio)
# Conflicts: # plugin/writer/s3writer/src/main/java/com/wgzhao/addax/plugin/writer/s3writer/S3Util.java
…r when rdbmsreader to rdbmswriter
2.Make modules ordered alphabetically 3.modify mkdocs.yml and add the guide into section 写入插件 ordered alphabetically
# Conflicts: # plugin/writer/paimonwriter/src/main/java/com/wgzhao/addax/plugin/writer/paimonwriter/PaimonWriter.java
# Conflicts: # lib/addax-rdbms/src/main/java/com/wgzhao/addax/rdbms/util/DBUtil.java # plugin/reader/rdbmsreader/src/main/java/com/wgzhao/addax/plugin/reader/rdbmsreader/RdbmsReader.java # plugin/writer/rdbmswriter/src/main/java/com/wgzhao/addax/plugin/writer/rdbmswriter/RdbmsWriter.java
…0220' into awol2005x-my # Conflicts: # docs/assets/jobs/icebergwriter.json # plugin/writer/icebergwriter/src/main/java/com/wgzhao/addax/plugin/writer/icebergwriter/IcebergWriter.java
# Conflicts: # plugin/reader/hivereader/pom.xml # plugin/writer/s3writer/src/main/java/com/wgzhao/addax/plugin/writer/s3writer/S3Writer.java
# Conflicts: # plugin/writer/icebergwriter/src/main/java/com/wgzhao/addax/plugin/writer/icebergwriter/IcebergHelper.java # plugin/writer/icebergwriter/src/main/java/com/wgzhao/addax/plugin/writer/icebergwriter/IcebergWriter.java
# Conflicts: # docs/writer/s3writer.md # plugin/writer/s3writer/src/main/java/com/wgzhao/addax/plugin/writer/s3writer/S3Key.java # plugin/writer/s3writer/src/main/java/com/wgzhao/addax/plugin/writer/s3writer/S3Util.java # plugin/writer/s3writer/src/main/java/com/wgzhao/addax/plugin/writer/s3writer/S3Writer.java # plugin/writer/s3writer/src/main/java/com/wgzhao/addax/plugin/writer/s3writer/formatwriter/OrcWriter.java # plugin/writer/s3writer/src/main/java/com/wgzhao/addax/plugin/writer/s3writer/formatwriter/ParquetWriter.java
# Conflicts: # plugin/writer/kuduwriter/src/main/java/com/wgzhao/addax/plugin/writer/kuduwriter/KuduHelper.java # plugin/writer/kuduwriter/src/main/java/com/wgzhao/addax/plugin/writer/kuduwriter/KuduWriter.java # plugin/writer/kuduwriter/src/main/java/com/wgzhao/addax/plugin/writer/kuduwriter/KuduWriterTask.java
wgzhao
reviewed
Jun 20, 2025
.../icebergwriter/src/main/java/com/wgzhao/addax/plugin/writer/icebergwriter/IcebergWriter.java
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[bugfix][plugin][icebergwriter] fix error when write orc format table