singhpk234 commented on code in PR #1285:
URL: https://github.com/apache/polaris/pull/1285#discussion_r2157886666


##########
service/common/src/main/java/org/apache/polaris/service/catalog/iceberg/CatalogHandlerUtils.java:
##########
@@ -607,8 +829,15 @@ protected ViewMetadata commit(ViewOperations ops, 
UpdateTableRequest request) {
     return ops.current();
   }
 
-  private int maxCommitRetries() {
+  @VisibleForTesting
+  public int maxCommitRetries() {
     return configurationStore.getConfiguration(
         realmContext, FeatureConfiguration.ICEBERG_COMMIT_MAX_RETRIES);
   }
+
+  @VisibleForTesting
+  public boolean isRollbackCompactionEnabled() {

Review Comment:
   sg ! done :) 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to