apache / arrow

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
https://arrow.apache.org/
Apache License 2.0
14.69k stars 3.56k forks source link

[Rust] Validate temporal data that has restrictions #26853

Open asfimport opened 3 years ago

asfimport commented 3 years ago

Some temporal data types have restrictions (e.g. date64 should be a multiple of 86400000). We should validate them when creating the arrays.

Reporter: Neville Dipale / @nevi-me

Related issues:

Note: This issue was originally created as ARROW-10925. Please see the migration documentation for further details.

asfimport commented 3 years ago

Neville Dipale / @nevi-me: @andygrove @jorgecarleitao @alamb  I don't know if you've come across issues like what's on this JIRA, but it's been inconvenient for me while working on the parquet writer.