[GitHub] [carbondata] akashrn5 commented on a change in pull request #3429: [CARBONDATA-3564] optimize java code checkstyle for EmptyStatement rule

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] akashrn5 commented on a change in pull request #3429: [CARBONDATA-3564] optimize java code checkstyle for EmptyStatement rule

GitBox
akashrn5 commented on a change in pull request #3429: [CARBONDATA-3564] optimize java code checkstyle for EmptyStatement rule
URL: https://github.com/apache/carbondata/pull/3429#discussion_r341954838
 
 

 ##########
 File path: core/src/main/java/org/apache/carbondata/core/metadata/SegmentFileStore.java
 ##########
 @@ -491,7 +491,7 @@ public static boolean updateSegmentFile(CarbonTable carbonTable, String segmentI
         LOGGER.error(
             "Not able to acquire the lock for Table status updation for table path " + tablePath);
       }
-      ;
+
 
 Review comment:
   this new line is not required, please remove

----------------------------------------------------------------
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:
[hidden email]


With regards,
Apache Git Services