This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from 922a1ff550 Add `union_extract` kernel (#6387)
add 62825b27e9 Add `IpcSchemaEncoder`, deprecate ipc schema functions, Fix
IPC not respecting not preserving dict ID (#6444)
No new revisions were added by this update.
Summary of changes:
arrow-flight/src/lib.rs | 4 +-
arrow-ipc/src/convert.rs | 188 ++++++++++++++++++++++++++++++----------
arrow-ipc/src/reader.rs | 55 ++++++++++++
arrow-ipc/src/writer.rs | 90 ++++++++++++++-----
parquet/src/arrow/schema/mod.rs | 5 +-
5 files changed, 275 insertions(+), 67 deletions(-)