Please make the MapBuilder values_field nullable a configurable value #2119
Labels
enhancement
Any new improvement worthy of a entry in the changelog
good first issue
Good for newcomers
help wanted
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
With
MapBuilder
, it's not possible to build the sample schema described in the spec: https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#backward-compatibility-rules-1because in Line 141, nullable is hard-coded to
true
.arrow-rs/arrow/src/array/builder/map_builder.rs
Lines 138 to 142 in 3096591
So, it will also be
optional int32 num
.Describe the solution you'd like
Can we make it configurable?
The text was updated successfully, but these errors were encountered: