apache / arrow

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
https://arrow.apache.org/
Apache License 2.0
14.63k stars 3.56k forks source link

[Integration] Add integration test case for map type with extension key and/or value #44791

Open paleolimbot opened 2 days ago

paleolimbot commented 2 days ago

Describe the enhancement requested

After #44714, the C++ implementation no longer drops field metadata (e.g., extension type information) from key or value items in the map type. We should add a test case to make sure other implementations can do this too! I think the scope of this is just an Archery test case (but could maybe also be an IPC file in arrow-testing?).

(As suggested in https://github.com/apache/arrow/pull/44715#issuecomment-2483139498 ).

Component(s)

Integration