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 34b6e28 commit f62da00Copy full SHA for f62da00
polaris-core/src/main/java/org/apache/polaris/core/config/BehaviorChangeConfiguration.java
@@ -65,8 +65,8 @@ protected BehaviorChangeConfiguration(
65
.key("TABLE_OPERATIONS_COMMIT_UPDATE_METADATA")
66
.description(
67
"If true, BasePolarisTableOperations should update the metadata that is passed into"
68
- + " `commit`, which means that future calls to `refresh` may be able to skip a trip to"
69
- + " object storage")
+ + " `commit`, and re-use it to skip a trip to object storage to re-construct"
+ + " the committed metadata again.")
70
.defaultValue(true)
71
.buildBehaviorChangeConfiguration();
72
}
0 commit comments