rdblue commented on a change in pull request #3370:
URL: https://github.com/apache/iceberg/pull/3370#discussion_r736979876
##########
File path: core/src/main/java/org/apache/iceberg/hadoop/HadoopCatalog.java
##########
@@ -122,22 +121,6 @@ public HadoopCatalog(Configuration conf, String
warehouseLocation) {
initialize("hadoop", ImmutableMap.of(CatalogProperties.WAREHOUSE_LOCATION,
warehouseLocation));
Review comment:
Yeah, and anyone that wants to create one in a REPL would probably want
to use it. We've had issues using the no-arg constructor since we didn't
originally test for cases where `Configuration` wasn't passed.
--
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]