rdblue commented on code in PR #4585:
URL: https://github.com/apache/iceberg/pull/4585#discussion_r853239809
##########
core/src/main/java/org/apache/iceberg/hadoop/HadoopCatalog.java:
##########
@@ -98,11 +98,8 @@ public HadoopCatalog() {
@Override
public void initialize(String name, Map<String, String> properties) {
- String inputWarehouseLocation =
properties.get(CatalogProperties.WAREHOUSE_LOCATION);
- Preconditions.checkArgument(inputWarehouseLocation != null &&
!inputWarehouseLocation.equals(""),
- "Cannot instantiate hadoop catalog. No location provided for warehouse
(Set warehouse config)");
Review Comment:
Why remove this check? I would prefer to keep it.
--
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]