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

   ### Is your feature request related to a problem or challenge?
   
   In Iceberg-java, users are allowed to pass in a `Term` that can do 
`Transform`-based sorting with specific transform functions like `Bucket`, 
`Truncate`, etc.: 
https://github.com/apache/iceberg/blob/6504fd809199cbc88ef890cc2f5b42a2cf00e102/core/src/main/java/org/apache/iceberg/BaseReplaceSortOrder.java#L70
   
   Existing iceberg-rs only supports replacing sorting order using 
`Transform::Identity`/ column name directly. This support can be further 
extended.
   
   Some related iceberg-rs structs:
   - 
https://github.com/apache/iceberg-rust/blob/9f85f80711aa02fb2de1da051fa9e93e7cfec27f/crates/iceberg/src/expr/term.rs#L33
   - 
https://github.com/apache/iceberg-rust/blob/cfe2a980b27cda744fab8e78b4550b167b4d4d45/crates/iceberg/src/spec/transform.rs#L51
   
   ### Describe the solution you'd like
   
   _No response_
   
   ### Willingness to contribute
   
   None


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