RussellSpitzer commented on code in PR #12494:
URL: https://github.com/apache/iceberg/pull/12494#discussion_r2047230786
##########
spark/v4.0/spark/src/main/java/org/apache/iceberg/spark/SparkConfParser.java:
##########
@@ -40,7 +40,7 @@ class SparkConfParser {
SparkConfParser() {
this.properties = ImmutableMap.of();
- this.sessionConf = new RuntimeConfig(SQLConf.get());
+ this.sessionConf = new
org.apache.spark.sql.classic.RuntimeConfig(SQLConf.get());
Review Comment:
Why do we have both sql.RuntimeConfig and sql.classic.RuntimeConfig ?
--
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]