liurenjie1024 closed issue #532: Filtering rows based on timestamp columns is
not yet supported
URL: https://github.com/apache/iceberg-rust/issues/532
--
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
liurenjie1024 closed issue #532: Filtering rows based on timestamp columns is
not yet supported
URL: https://github.com/apache/iceberg-rust/issues/532
--
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
sdd opened a new issue, #532:
URL: https://github.com/apache/iceberg-rust/issues/532
If attempting a table scan where one of the columns in the table is a
`Timestamptz` or a `Timestamp`, you will encounter an error like this:
```
called `Result::unwrap()` on an `Err` value: Feature