CTTY opened a new issue, #1624:
URL: https://github.com/apache/iceberg-rust/issues/1624

   ### 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to