Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xunliu committed Jan 7, 2025
1 parent 579e661 commit 9aa1bb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ public static List<String> getMetadataObjectLocation(
if (catalogObj.provider().equals("hive")) {
// The Hive default schema location is Hive warehouse directory
String defaultSchemaLocation =
getHiveDefaultLocation(ident.namespace().level(0), ident.namespace().level(1));
getHiveDefaultLocation(ident.namespace().level(0), ident.name());
if (defaultSchemaLocation != null && !defaultSchemaLocation.isEmpty()) {
locations.add(defaultSchemaLocation);
}
Expand Down

0 comments on commit 9aa1bb1

Please sign in to comment.