Skip to content

[HUDI-9304] support configurable RowDataParquetWriteSupport for Flink#13137

Merged
danny0405 merged 1 commit intoapache:masterfrom
HuangZhenQiu:HUDI-9304-custom-write-support
Apr 12, 2025
Merged

[HUDI-9304] support configurable RowDataParquetWriteSupport for Flink#13137
danny0405 merged 1 commit intoapache:masterfrom
HuangZhenQiu:HUDI-9304-custom-write-support

Conversation

@HuangZhenQiu
Copy link
Collaborator

Change Logs

  1. Add a new storage config to hoodie.parquet.flink.rowdata.write.support.class
  2. Use reflection to load the class with default constructor

Impact

none

Risk level (write none, low medium or high below)

none

Documentation Update

None

Contributor's checklist

  • Read through contributor's guide
  • Change Logs and Impact were stated clearly
  • Adequate tests were added if applicable
  • CI passed

.key("hoodie.parquet.flink.rowdata.write.support.class")
.defaultValue("org.apache.hudi.io.storage.row.HoodieRowDataParquetWriteSupport")
.markAdvanced()
.sinceVersion("1.0.1")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean 1.1.0? 1.0.1 has been released out.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. It is my mistake.

@github-actions github-actions bot added the size:S PR with lines of changes in (10, 100] label Apr 12, 2025
@HuangZhenQiu HuangZhenQiu force-pushed the HUDI-9304-custom-write-support branch from 5a6457e to 9da3ec3 Compare April 12, 2025 02:57
@hudi-bot
Copy link
Collaborator

CI report:

Bot commands @hudi-bot supports the following commands:
  • @hudi-bot run azure re-run the last Azure build

@danny0405 danny0405 merged commit b942551 into apache:master Apr 12, 2025
60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S PR with lines of changes in (10, 100]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants