mchades commented on code in PR #7238:
URL: https://github.com/apache/gravitino/pull/7238#discussion_r2105782781


##########
catalogs/catalog-hadoop/src/main/java/org/apache/gravitino/catalog/hadoop/HadoopCatalogOperations.java:
##########
@@ -245,6 +245,9 @@ public Fileset createMultipleLocationFileset(
       Map<String, String> storageLocations,
       Map<String, String> properties)
       throws NoSuchSchemaException, FilesetAlreadyExistsException {
+    // remove the entries with empty value and check the default-location-names
+    storageLocations = filterAndValidateStorageLocations(storageLocations, 
properties);

Review Comment:
   We don't need a new method; we just need to add a validation line in line 
301.



-- 
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]

Reply via email to