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

   It turns out that we need to cast the literal to the right type:
   
   ```
   ArrowNotImplementedError: Function 'greater_equal' has no kernel matching 
input types (timestamp[us, tz=+00:00], int64)
   ```
   
   After casting the scalar, it works perfect. One awkward thing to note that 
we don't have to do this for the `isin` predicate. There this is done for us. 
Please check the Jupyter notebook.


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