We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2551e8e commit cbb9390Copy full SHA for cbb9390
polaris-service/src/main/java/io/polaris/service/catalog/BasePolarisCatalog.java
@@ -1817,7 +1817,9 @@ private boolean sendNotificationForTableLike(
1817
1818
// finally, validate that the metadata file is within the table directory
1819
validateMetadataFileInTableDir(
1820
- tableIdentifier, tableMetadata, CatalogEntity.of(resolvedParent.getRawFullPath().getFirst()));
+ tableIdentifier,
1821
+ tableMetadata,
1822
+ CatalogEntity.of(resolvedParent.getRawFullPath().getFirst()));
1823
1824
// TODO: These might fail due to concurrent update; we need to do a retry in those cases.
1825
if (null == existingLocation) {
0 commit comments