Indhumathi27 commented on code in PR #4261: URL: https://github.com/apache/carbondata/pull/4261#discussion_r877974504
########## core/src/main/java/org/apache/carbondata/core/statusmanager/SegmentStatusManager.java: ########## @@ -364,6 +380,9 @@ public static LoadMetadataDetails[] readTableStatusFile(String tableStatusPath) if (retry == 0) { // we have retried several times, throw this exception to make the execution failed LOG.error("Failed to read table status file:" + tableStatusPath); + if (ex.getMessage().contains("Table Status Version file")) { Review Comment: if version file does not exist, after retry we have to check and throw exception -- 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: dev-unsubscr...@carbondata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org