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
Describe the bug
When writing a FixedLengthByteArray column, the parquet writer will create Statistics::ByteArray rather than Stastistics::FixedLengthByteArray
To Reproduce
See test case column::writer::tests::test_fixed_len_byte_array_statistics added in #643
Expected behavior
a FixedLengthByteArray column should create Stastistics::FixedLengthByteArray
Describe the bug
When writing a
FixedLengthByteArray
column, the parquet writer will createStatistics::ByteArray
rather thanStastistics::FixedLengthByteArray
To Reproduce
See test case
column::writer::tests::test_fixed_len_byte_array_statistics
added in #643Expected behavior
a FixedLengthByteArray column should create
Stastistics::FixedLengthByteArray
Additional context
Found while working on #643
The text was updated successfully, but these errors were encountered: