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