marvinlanhenke commented on PR #309:
URL: https://github.com/apache/iceberg-rust/pull/309#issuecomment-2024663637

   > Thanks for picking this up @marvinlanhenke
   > 
   > The most important part of adding projection is making that they are 
absolutely correct. If rust would generate something different than Java of 
Python, leads to data incorrectness since it would not correctly evaluate the 
partition predicates.
   
   @Fokko 
   Thanks for the extensive review. Not only did I miss some test but the 
complete implementation for `Dates` : 
https://github.com/apache/iceberg/blob/d350c9b8c995a2953aa8b80a0a1fc7cadc4dd16a/api/src/main/java/org/apache/iceberg/transforms/Dates.java#L123
 // I was just looking for the transforms for Years, Months, etc. So thank you 
for hinting me at this - I'll implement this as well - and try to port the Java 
Testsuite.


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