Re: [I] Filtering rows based on timestamp columns is not yet supported [iceberg-rust]

2024-08-13 Thread via GitHub
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

Re: [I] Filtering rows based on timestamp columns is not yet supported [iceberg-rust]

2024-08-13 Thread via GitHub
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

[I] Filtering rows based on timestamp columns is not yet supported [iceberg-rust]

2024-08-09 Thread via GitHub
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