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 your question arrow::array::MapBuilder is public (#1355), but MapFieldNames is not, making it impossible to call new() and with_capacity() with a proper value.
Describe your question
arrow::array::MapBuilder
is public (#1355), butMapFieldNames
is not, making it impossible to callnew()
andwith_capacity()
with a proper value.arrow-rs/arrow/src/array/builder/map_builder.rs
Lines 61 to 68 in 3096591
I guess
MapFieldNames
should be exported too, should it?The text was updated successfully, but these errors were encountered: