Skip to content

Commit f62da00

Browse files
committed
doc change
1 parent 34b6e28 commit f62da00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

polaris-core/src/main/java/org/apache/polaris/core/config/BehaviorChangeConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ protected BehaviorChangeConfiguration(
6565
.key("TABLE_OPERATIONS_COMMIT_UPDATE_METADATA")
6666
.description(
6767
"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")
68+
+ " `commit`, and re-use it to skip a trip to object storage to re-construct"
69+
+ " the committed metadata again.")
7070
.defaultValue(true)
7171
.buildBehaviorChangeConfiguration();
7272
}

0 commit comments

Comments
 (0)