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 15a0eac commit a0c7694Copy full SHA for a0c7694
service/common/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalog.java
@@ -374,7 +374,7 @@ protected TableOperations newTableOps(TableIdentifier tableIdentifier) {
374
.getConfigurationStore()
375
.getConfiguration(
376
getCurrentPolarisContext(),
377
- BehaviorChangeConfiguration.TABLE_OPERATIONS_COMMIT_UPDATE_METADATA);
+ BehaviorChangeConfiguration.TABLE_OPERATIONS_MAKE_METADATA_CURRENT_ON_COMMIT);
378
return newTableOps(tableIdentifier, makeMetadataCurrentOnCommit);
379
}
380
0 commit comments