aokolnychyi commented on a change in pull request #3292:
URL: https://github.com/apache/iceberg/pull/3292#discussion_r742536828
##########
File path:
spark/v3.0/spark/src/main/java/org/apache/iceberg/spark/SparkReadOptions.java
##########
@@ -57,6 +57,9 @@ private SparkReadOptions() {
// Set ID that is used to fetch file scan tasks
public static final String FILE_SCAN_TASK_SET_ID = "file-scan-task-set-id";
+ // Set the target task size of a file scan combined tasks
+ public static final String FILE_SCAN_TARGET_SIZE = "file-scan-target-size";
Review comment:
The name is not very descriptive, to be honest. It starts with
`file-scan`, which makes it specific to `SparkFilesScan`, like it should, but
then it is not clear what `target-size` means. I think it defines the target
task size whenever reading file scan task sets.
I don't really have a good alternative to suggest and it is an internal
option, so I probably wouldn't worry.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]