Commits

Weston Pace authored 3663971f17c
ARROW-13467: [C++] Support delta dictionaries in the IPC file format Permits reading and writing delta dictionaries in IPC with the file format. Previously this was only allowed with the streaming format but the spec only prohibits replacements: > Further more, it is invalid to have more than one non-delta dictionary batch per dictionary ID (i.e. dictionary replacement is not supported). This suggests that delta dictionaries are permissible in the file format. Closes #12160 from westonpace/feature/ARROW-13467--all-deltas-in-ipc-files Authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: Weston Pace <weston.pace@gmail.com>