Fokko commented on PR #6590:
URL: https://github.com/apache/iceberg/pull/6590#issuecomment-1401907191
I tested it locally and it works. Ran into some small issues with the
serialization of datetimes:
```
pyiceberg --output json --catalog local sql --table
nyc.taxis="tpep_pickup_datetime >= '2021-12-01T00:00:00+00:00'" 'select * from
taxis LIMIT 20'
{"type": "TypeError", "message": "Object of type datetime is not JSON
serializable"}
```
The only thing I'm not sure about is the complex syntax of the command; I
wouldn't be able to do it without an example I'm afraid.
--
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]