Skip to content

Commit a0c7694

Browse files
committed
oops
1 parent 15a0eac commit a0c7694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/common/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ protected TableOperations newTableOps(TableIdentifier tableIdentifier) {
374374
.getConfigurationStore()
375375
.getConfiguration(
376376
getCurrentPolarisContext(),
377-
BehaviorChangeConfiguration.TABLE_OPERATIONS_COMMIT_UPDATE_METADATA);
377+
BehaviorChangeConfiguration.TABLE_OPERATIONS_MAKE_METADATA_CURRENT_ON_COMMIT);
378378
return newTableOps(tableIdentifier, makeMetadataCurrentOnCommit);
379379
}
380380

0 commit comments

Comments
 (0)