Re: [PR] feat: support timestamp columns in row filters [iceberg-rust]

2024-08-13 Thread via GitHub
liurenjie1024 merged PR #533: URL: https://github.com/apache/iceberg-rust/pull/533 -- 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: issues-unsubscr...@ic

[PR] feat: support timestamp columns in row filters [iceberg-rust]

2024-08-09 Thread via GitHub
sdd opened a new pull request, #533: URL: https://github.com/apache/iceberg-rust/pull/533 Fixes: https://github.com/apache/iceberg-rust/issues/532. Timezone needs to be explicitly set to `UTC` to match values written by Iceberg to underlying Parquet files. -- This is an automated m