You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/07 09:07:48 UTC

[GitHub] [arrow-datafusion] yjshen commented on pull request #1990: Make it possible to only scan part of a parquet file in a partition

yjshen commented on PR #1990:
URL: https://github.com/apache/arrow-datafusion/pull/1990#issuecomment-1091385001

   Since @tustvold is working on the new task scheduler in DataFusion, I keep this PR containing only physical plan changes. Leave planner or API unchanged.
   
   The current changes are still helpful for downstream projects like Ballista or our Blaze, where query planning is done separately, no matter what we take later in DataFusion core. In Blaze, we use the Spark way of deciding InputSplits based on total dataset size and assigning parts of a big parquet file to multiple tasks.
   
   @alamb @tustvold @liukun4515, please let me know what you think about this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org