hudi icon indicating copy to clipboard operation
hudi copied to clipboard

[HUDI-7385] Add config for custom write support for parquet row writer

Open jonvex opened this issue 1 year ago • 1 comments

Change Logs

Allow custom write support for spark parquet row writer that extends HoodieRowParquetWriteSupport. Use org.apache.hudi.io.storage.row.HoodieRowParquetWriteSupport to set the custom write support.

Impact

Allows for users to customize row writer like they are able to for avro writer.

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

low

Documentation Update

N/A

Contributor's checklist

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

jonvex avatar Jan 31 '24 19:01 jonvex

CI report:

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

hudi-bot avatar Feb 06 '24 21:02 hudi-bot