rdblue opened a new pull request, #13747:
URL: https://github.com/apache/iceberg/pull/13747

   This adds factory methods to Expressions that create timestamp literals. 
This enables creating predicates with the right timestamp precision:
   
   ```java
   Expressions.equals("ts", nanos(1754434662952357612L));
   Expressions.in("ts", nanos(1754434662952357612L), micros(1754434662952357L));
   ```
   
   This addresses the concerns from #11775.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to