Skip to content

Commit cbb9390

Browse files
committed
spotless
1 parent 2551e8e commit cbb9390

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

polaris-service/src/main/java/io/polaris/service/catalog/BasePolarisCatalog.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1817,7 +1817,9 @@ private boolean sendNotificationForTableLike(
18171817

18181818
// finally, validate that the metadata file is within the table directory
18191819
validateMetadataFileInTableDir(
1820-
tableIdentifier, tableMetadata, CatalogEntity.of(resolvedParent.getRawFullPath().getFirst()));
1820+
tableIdentifier,
1821+
tableMetadata,
1822+
CatalogEntity.of(resolvedParent.getRawFullPath().getFirst()));
18211823

18221824
// TODO: These might fail due to concurrent update; we need to do a retry in those cases.
18231825
if (null == existingLocation) {

0 commit comments

Comments
 (0)