Commits


Weston Pace authored and Antoine Pitrou committed 8a128755058
ARROW-15425: [C++] Add delta dictionaries in file format to integration tests Changes the stream_to_file program to emit delta dictionaries. This will allow the integration test to test files that contain delta dictionaries See also: https://github.com/apache/arrow-testing/pull/74 Closes #12291 from westonpace/feature/ARROW-15425--delta-dicts-in-integration-tests Authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>