iceberg-rust
iceberg-rust copied to clipboard
Filtering rows based on timestamp columns is not yet supported
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: FeatureUnsupported => Converting datum from type Timestamptz(1706745600000000) to arrow not supported yet.
PR to fix: https://github.com/apache/iceberg-rust/pull/533