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
What happened: When writing MapArray to a parquet file following error happens
thread 'main' panicked at 'not implemented: Take not supported for data type Map(Field { name: "entries", data_type: Struct([Field { name: "keys", data_type: Utf8, nullable: false, dict_id: 0, dict_is_ordered: false, metadata: {} }, Field { name: "values", data_type: Binary, nullable: false, dict_id: 0, dict_is_ordered: false, metadata: {} }]), nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }, false)', /home/balbok/.cargo/registry/src/github.com-1ecc6299db9ec823/arrow-select-36.0.0/src/take.rs:211:14
What you expected to happen: Successful write
How to reproduce it: Take the record batch test from this PR and attempt to write it with RecordBatch.
More details: Fixed in arrow 37 on this PR by @wjones127. I took a stab on updating the repo to arrow 37 on this forked branch and confirmed that record batch writer works with MapArray. I'm new to Rust though, so probably not a production code.
The text was updated successfully, but these errors were encountered:
Environment
Delta-rs version: 0.9.0
Binding:
Environment:
Bug
What happened: When writing MapArray to a parquet file following error happens
What you expected to happen: Successful write
How to reproduce it: Take the record batch test from this PR and attempt to write it with
RecordBatch
.More details: Fixed in arrow 37 on this PR by @wjones127. I took a stab on updating the repo to arrow 37 on this forked branch and confirmed that record batch writer works with MapArray. I'm new to Rust though, so probably not a production code.
The text was updated successfully, but these errors were encountered: