rdblue commented on code in PR #7714:
URL: https://github.com/apache/iceberg/pull/7714#discussion_r1275506879
##########
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/source/SparkScan.java:
##########
@@ -80,10 +80,18 @@ abstract class SparkScan implements Scan,
SupportsReportStatistics {
this.branch = readConf.branch();
}
+ protected JavaSparkContext sparkContext() {
Review Comment:
Can we get the parallelism a different way? What about exposing just the
parallelism and not actually the conf or context?
--
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]