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.59k stars 3.54k forks source link

[C++] IPC listener interface should allow receiving custom_metadata #31619

Open asfimport opened 2 years ago

asfimport commented 2 years ago

ARROW-16131 is adding custom_metadata support to synchronous (blocking) IPC readers and writers, but the Listener class used for event-driven IPC readers needs enhancing as well.

Reporter: Antoine Pitrou / @pitrou

Related issues:

Note: This issue was originally created as ARROW-16220. Please see the migration documentation for further details.

asfimport commented 2 years ago

Antoine Pitrou / @pitrou: cc @kou @lidavidm