akashrn5 commented on a change in pull request #3614: [CARBONDATA-3693]
Separate Index command from DataMap command
URL: https://github.com/apache/carbondata/pull/3614#discussion_r384283718
##########
File path: core/src/main/java/org/apache/carbondata/core/index/TableIndex.java
##########
@@ -338,7 +339,7 @@ public Void call() throws IOException {
try {
executorService.awaitTermination(2, TimeUnit.HOURS);
} catch (InterruptedException e) {
- LOG.error("Error in pruning datamap in multi-thread: " + e.getMessage());
+ LOG.error("Error in pruning in multi-thread: " + e.getMessage());
Review comment:
change message , include pruning index
----------------------------------------------------------------
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]
With regards,
Apache Git Services