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, including details regarding any error messages, version, and platform.
When Map types are received via the C Data interface, field metadata (including extension metadata) is dropped. This seems unintentional given that we maintain that metadata for a list of structs:
Describe the bug, including details regarding any error messages, version, and platform.
When Map types are received via the C Data interface, field metadata (including extension metadata) is dropped. This seems unintentional given that we maintain that metadata for a list of structs:
This occurs because we reconstruct the fields to canonicalize the field names:
arrow/cpp/src/arrow/c/bridge.cc
Lines 1298 to 1321 in d7bc378
I think that we don't have that problem in the IPC type conversion:
arrow/cpp/src/arrow/ipc/metadata_internal.cc
Lines 393 to 395 in d7bc378
Component(s)
C++
The text was updated successfully, but these errors were encountered: