-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
arrowChanges to the arrow crateChanges to the arrow cratebugparquetChanges to the parquet crateChanges to the parquet crate
Description
It seems the Rust INTERVAL definition is incorrect. Please see duckdb/duckdb-wasm#1696 (comment) for more details on the bug and where it occurs in the code.
Particularly this definition:
arrow-rs/arrow-array/src/types.rs
Lines 265 to 269 in 36a6e51
| ```text | |
| ┌──────────────────────────────┬─────────────┬──────────────┐ | |
| │ Nanos │ Days │ Months │ | |
| │ (64 bits) │ (32 bits) │ (32 bits) │ | |
| └──────────────────────────────┴─────────────┴──────────────┘ |
Metadata
Metadata
Assignees
Labels
arrowChanges to the arrow crateChanges to the arrow cratebugparquetChanges to the parquet crateChanges to the parquet crate