-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[C++] Add new datatypes to the IPC fuzz seed corpus #38041
Copy link
Copy link
Closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Type
Fields
Give feedbackNo fields configured for issues without a type.