-
Notifications
You must be signed in to change notification settings - Fork 303
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
The existing ParquetWriter and LocationGenerator cannot generate a path with partition info, and can only generate path like
/table/data/part-00000.parquet
Describe the solution you'd like
Ideally, we need to be able to generate paths like the following based on the partition values
/table/data/id=1/name=alice/part-00000.parquet
Willingness to contribute
I would be willing to contribute to this feature with guidance from the Iceberg Rust community
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request