marvinlanhenke opened a new pull request, #309:
URL: https://github.com/apache/iceberg-rust/pull/309

   ### Which issue does this PR close?
   Closes #264 
   
   ### Rationale for this change
   The ability to project row_filter to `Transform` partition. 
   This will unblock the Manifest & PartitionEvaluator, which will enable the 
pruning of manifest files in `fn plan_files`.
   
   ### What changes are included in this PR?
   - add `fn project(...)` on `Transform`
   - mainly based on [Java 
](https://github.com/apache/iceberg/tree/d350c9b8c995a2953aa8b80a0a1fc7cadc4dd16a/api/src/main/java/org/apache/iceberg/transforms)
 implementation
   
   ### Are these changes tested?
   Yes. Unit tests are included.


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