Skip to content

[C++] Add new datatypes to the IPC fuzz seed corpus #38041

@pitrou

Description

@pitrou

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions