rdblue commented on a change in pull request #3292: URL: https://github.com/apache/iceberg/pull/3292#discussion_r744317267
########## File path: spark/v3.0/spark/src/main/java/org/apache/iceberg/spark/SparkReadConf.java ########## @@ -155,6 +155,18 @@ public long splitOpenFileCost() { .parse(); } + /** + * For SparkFilesScan, determines the size of the target combined scan tasks. This allows + * for a different configuration than split size. Having this larger than split size allows files + * to be cut into parts and then recombined in an attempt to get closer to the target size. + */ + public long planTargetSize() { Review comment: Is it possible to use `targetSize` from the scan like we just updated #3400 to do? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org