RussellSpitzer commented on code in PR #16088:
URL: https://github.com/apache/iceberg/pull/16088#discussion_r3238367001
##########
spark/v4.1/spark/src/main/java/org/apache/iceberg/spark/SparkReadConf.java:
##########
@@ -290,6 +291,14 @@ public int parallelism() {
return Math.max(defaultParallelism, numShufflePartitions);
}
+ public Integer splitParallelism() {
+ Integer parallelism =
+
confParser.intConf().sessionConf(SparkSQLProperties.READ_SPLIT_PARALLELISM).parseOptional();
Review Comment:
Sounds good to me, I just know we also have them for paralleism but I'm fine
with leaving that out for now. I mostly just wanted to know your decesion
making processw here
--
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]