Skip to content

Migrate bulk-export code to use DataFusion query code path instead of compaction code path. #7376

@m09526

Description

@m09526

When the bulk export code path was created, the DataFusion code path only existed for compactions not queries so it uses that code path directly. As this is going to be a query side enhancement it makes more semantic sense for this code to use the DataFusion query code paths. That code still includes options to output results to a Parquet file(s) rather than Arrow RecordBatches back to the client.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions