datafusion
datafusion copied to clipboard
WIP: move parquet related functionality to datafusion-parquet crate
Which issue does this PR close?
related to #11182
Rationale for this change
Splitting FileFormat
implementations out of datafusion-core will help ensure datafusion remains modular and extensible, as well as improve maintainability. ``
What changes are included in this PR?
Early work on moving parquet related code to a datafusion-parquet crate.
Are these changes tested?
No (not complete yet)
Are there any user-facing changes?
Yes