Library Version
5.6.1
.NET Runtime
.Net 8
OS and Architecture
Windows (64-bit)
How to reproduce?
In the following file in the Parquet.net testing suite
Parquet.Test\data\fixed_len_byte_array_with_dict.parquet
If you Set TreatByteArrayAs=True in your Options
Column fixed_len_byte_array_column is being imported as a byte[] rather than String
In Earlier Versions of Parquet ( 5.2.0 ) this option was respected and imported as a string.
Failing test
Parquet.Test\data\fixed_len_byte_array_with_dict.parquet
Library Version
5.6.1
.NET Runtime
.Net 8
OS and Architecture
Windows (64-bit)
How to reproduce?
In the following file in the Parquet.net testing suite
Parquet.Test\data\fixed_len_byte_array_with_dict.parquet
If you Set TreatByteArrayAs=True in your Options
Column fixed_len_byte_array_column is being imported as a byte[] rather than String
In Earlier Versions of Parquet ( 5.2.0 ) this option was respected and imported as a string.
Failing test