Describe the bug, including details regarding any error messages, version, and platform.
I'm looking at the current datagen.py and I see some type-specific skips that seem inconsistent with the current implementation status.
Specifically:
Component(s)
Format, Integration
Describe the bug, including details regarding any error messages, version, and platform.
I'm looking at the current
datagen.pyand I see some type-specific skips that seem inconsistent with the current implementation status.Specifically:
arrow/dev/archery/archery/integration/datagen.py
Lines 1933 to 1935 in 4eca507
(decimal256 is supported in JS?)
arrow/dev/archery/archery/integration/datagen.py
Lines 1936 to 1950 in 4eca507
(decimal32/64 are supported in Go, Rust and nanoarrovw?)
arrow/dev/archery/archery/integration/datagen.py
Lines 2001 to 2007 in 4eca507
(REE is supported in nanoarrow?)
Support dictionary-encoded types in the IPC reader and writer arrow-nanoarrow#622
(binary view is supported in Rust and nanoarrow?)
arrow/dev/archery/archery/integration/datagen.py
Lines 2016 to 2022 in 4eca507
(list view in supported in Rust and nanoarrow?)
arrow/dev/archery/archery/integration/datagen.py
Lines 2024 to 2028 in 4eca507
(extension is supported in nanoarrow?)
Component(s)
Format, Integration