ZENOTME commented on PR #893:
URL: https://github.com/apache/iceberg-rust/pull/893#issuecomment-2603824410

   > Thanks, @ZENOTME for the PR. I'm looking into it. Does the current 
approach handle multiple partition columns so that we can write into a 
multi-level directory structure? Or is it currently limited to just one 
partition column?
   
   It can handle multiple-level, e.g we have partition <col1=1,col2=2>, it will 
generate location `table/data/col1=1/col=2`. See: 
https://github.com/apache/iceberg-rust/blob/094655a83a22d2c61a3d83893abbd75d7a1be4db/crates/iceberg/src/writer/output_file_generator.rs#L144.
 And it supports to custom the 
[LocationGenerator](https://github.com/apache/iceberg-rust/blob/094655a83a22d2c61a3d83893abbd75d7a1be4db/crates/iceberg/src/writer/output_file_generator.rs#L65)


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to