Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Spark] Support write partition columns to data files for Delta
This support write partition columns to data files for Delta. The feature is required by Uniform Iceberg as Iceberg spec defines so. The approach is to copy FileFormatWriter from Spark as a DeltaFileFormatWriter, and add the option and logic there to support writing partition columns. Closes #2367 GitOrigin-RevId: 77657bb422ce93b924f3cb25548e845477f8632f
- Loading branch information