-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to read timestamp fields from column statistics #1372
Labels
bug
Something isn't working
Comments
Error is happening in this chunk of code when reading delta-rs/rust/src/action/parquet_read/mod.rs Lines 213 to 223 in 8a4b2b8
Using
Looking at delta-rs/rust/src/action/parquet_read/mod.rs Lines 247 to 270 in 8a4b2b8
Field::TimestampMicros - could that be the issue?
|
cmackenzie1
added a commit
to cmackenzie1-contrib/delta-rs
that referenced
this issue
May 16, 2023
…cros` Add a match statement to handle the case when timestamp is encoded as `TimestampMicros` in the parquet file. Resolves delta-io#1372.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Delta-rs version: 0.10.0
Binding: rust
Environment:
N/A
Bug
What happened:
With a field defined as
I get the following error when querying using datafusion.
What you expected to happen:
Query to succeed, statistics read correctly.
How to reproduce it:
More details:
It looks like the format might have changed for timestamp fields? It no longer looks like RFC3339. I have some data written using this (maybe incorrect) format. Would be great if the fix also supports this format too
The text was updated successfully, but these errors were encountered: