iceberg-rust icon indicating copy to clipboard operation
iceberg-rust copied to clipboard

Filtering rows based on timestamp columns is not yet supported

Open sdd opened this issue 1 year ago • 0 comments

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

sdd avatar Aug 09 '24 18:08 sdd