kbendick commented on a change in pull request #2792:
URL: https://github.com/apache/iceberg/pull/2792#discussion_r665792470
##########
File path: spark3/src/main/java/org/apache/iceberg/spark/SparkCatalog.java
##########
@@ -387,7 +387,7 @@ public final void initialize(String name,
CaseInsensitiveStringMap options) {
Catalog catalog = buildIcebergCatalog(name, options);
this.catalogName = name;
- this.tables = new
HadoopTables(SparkSession.active().sessionState().newHadoopConf());
+ this.tables = new
HadoopTables(SparkUtil.hadoopConfCatalogOverrides(SparkSession.active(), name));
Review comment:
Allow for path based tables in the same catalog to also get the
overrides.
--
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]