Describe the enhancement requested
Part of our seed corpus for IPC fuzzing is generated dynamically here, but it hasn't been updated for the newer datatypes and features:
|
Result<std::vector<std::shared_ptr<RecordBatch>>> Batches() { |
We should add the newer datatypes (run-end encoding, list view, string view) and ideally also new IPC features such as optional buffer compression (perhaps generate both compressed and uncompressed files).
Component(s)
C++, Continuous Integration
Describe the enhancement requested
Part of our seed corpus for IPC fuzzing is generated dynamically here, but it hasn't been updated for the newer datatypes and features:
arrow/cpp/src/arrow/ipc/generate_fuzz_corpus.cc
Line 68 in f7530de
We should add the newer datatypes (run-end encoding, list view, string view) and ideally also new IPC features such as optional buffer compression (perhaps generate both compressed and uncompressed files).
Component(s)
C++, Continuous Integration