1fanwang commented on PR #6454: URL: https://github.com/apache/hive/pull/6454#issuecomment-4326860551
@deniskuzZ Right — pushed c727def to drop the whole `if (configExtWarehouse != null)` block. `setConf(configuration)` here already gives HiveCatalog the value via `getExternalWarehouseLocation()` reading from Configuration. The HiveCatalog#initialize change still covers the `IcebergSummaryHandler` path, which initializes by properties only without a setConf call. -- 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]
