huaxingao commented on code in PR #12494: URL: https://github.com/apache/iceberg/pull/12494#discussion_r2048309907
########## 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: I tried to use `sql.RuntimeConfig` as much as possible and only switch to `sql.classic.RuntimeConfig` when necessary. That's why I 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org