dramaticlly commented on code in PR #6838:
URL: https://github.com/apache/iceberg/pull/6838#discussion_r1107976878
##########
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkWriteConf.java:
##########
@@ -207,6 +207,7 @@ public DistributionMode distributionMode() {
confParser
.stringConf()
.option(SparkWriteOptions.DISTRIBUTION_MODE)
+ .sessionConf(SparkSQLProperties.SESSION_WRITE_DISTRIBUTION_MODE)
Review Comment:
thank you Anton, I will rebase after your merge and make sure corresponding
sessionConf option for
- distributionMode()
- deleteDistributionMode()
- updateDistributionMode()
- copyOnWriteMergeDistributionMode()
- positionDeltaMergeDistributionMode()
##########
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkWriteConf.java:
##########
@@ -207,6 +207,7 @@ public DistributionMode distributionMode() {
confParser
.stringConf()
.option(SparkWriteOptions.DISTRIBUTION_MODE)
+ .sessionConf(SparkSQLProperties.SESSION_WRITE_DISTRIBUTION_MODE)
Review Comment:
thank you Anton, I will rebase after your PR is merged and make sure
corresponding sessionConf option for
- distributionMode()
- deleteDistributionMode()
- updateDistributionMode()
- copyOnWriteMergeDistributionMode()
- positionDeltaMergeDistributionMode()
--
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]