liurenjie1024 commented on issue #933:
URL: https://github.com/apache/iceberg-rust/issues/933#issuecomment-2639339950

   Thanks @omerhadari for raising this. To support this feature, there are some 
blocking issues since iceberg-rust's expression following java's implementation 
is quite limited, so it's a little difficult to do it in the core crate. I 
think an easy way to do this would add a transform to convert `to_data(ts) = 
'2025-01-01'` to `to_data(ts) = '2025-01-01' and ts >= '2025-01-01 0:00:00' and 
ts < '2025-01-02 0:00:00'`, and `ts >= '2025-01-01 0:00:00' and ts < 
'2025-01-02 0:00:00'` could be pushed down to help pruning and already 
supported by iceberg.
   
   There are other long term solutions to support more scalar functions, but it 
requires another design.


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