Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support splitting parquet input files #36

Closed
richox opened this issue Feb 27, 2022 · 3 comments
Closed

Support splitting parquet input files #36

richox opened this issue Feb 27, 2022 · 3 comments
Labels
enhancement New feature or request performance related Potential optimization point

Comments

@richox
Copy link
Collaborator

richox commented Feb 27, 2022

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

A big parquet input file should be splitted into smaller partitions, which is not currently supported.

Describe the solution you'd like

Implement ParquetExec with filename, offset and length parameters.

Describe alternatives you've considered

does parquet2 provide better supports?

Additional context

@richox richox added enhancement New feature or request performance related Potential optimization point labels Feb 27, 2022
@yjshen
Copy link
Contributor

yjshen commented Feb 28, 2022

DataFusion imposes the current restriction. There is an umbrella ticket containing this problem: apache/datafusion#944. You can fix this in DataFusion.

@yjshen
Copy link
Contributor

yjshen commented Feb 28, 2022

"Enable file block granularity processing (row groups or offset range processing instead of currently per-file bases)."

@yjshen
Copy link
Contributor

yjshen commented Mar 3, 2022

Trying to fix in upstream arrow-rs and arrow-datafusion.
arrow-rs: apache/arrow-rs#1389

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance related Potential optimization point
Projects
None yet
Development

No branches or pull requests

2 participants