bvaradar commented on a change in pull request #1869:
URL: https://github.com/apache/hudi/pull/1869#discussion_r467369382



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/common/bootstrap/index/BootstrapIndex.java
##########
@@ -73,12 +73,12 @@ public final boolean useIndex() {
   /**
    * Check if bootstrap Index is present and ensures readable.
    */
-  protected abstract boolean isPresent();
+  public abstract boolean isPresent();

Review comment:
       I reverted this method to be protected. This should not be used directly 
by  clients.  




----------------------------------------------------------------
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.

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


Reply via email to