You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sort order used for INTERVAL is undefined. When writing data, no min/max statistics should be saved for this type and if such non-compliant statistics are found during reading, they must be ignored.
Describe the bug
See parquet spec:
To Reproduce
Test in https://github.com/apache/arrow-rs/blob/ef6932f31e243d8545e097569653c8d3f1365b4d/parquet/src/column/writer/mod.rs:
Expected behavior
Should pass test. Currently fails as seems min/max is being set.
Additional context
The text was updated successfully, but these errors were encountered: