Kejian-Li commented on a change in pull request #3947:
URL: https://github.com/apache/carbondata/pull/3947#discussion_r495539294



##########
File path: 
core/src/main/java/org/apache/carbondata/core/statusmanager/SegmentStatusManager.java
##########
@@ -874,9 +874,9 @@ private ValidAndInvalidSegmentsInfo(List<Segment> 
listOfValidSegments,
   }
 
   /**
-   * Return true if any load or insert overwrite is in progress for specified 
table
+   * Return true if insert or insert overwrite is in progress for specified 
table
    */
-  public static Boolean isLoadInProgressInTable(CarbonTable carbonTable) {
+  public static boolean isInsertInProgress(CarbonTable carbonTable) {

Review comment:
       you are right,  I have changed the name of method to 
"isTableInLoadProgress" 




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to