Github user sraghunandan commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2313#discussion_r189249739
--- Diff:
store/search/src/main/java/org/apache/carbondata/store/worker/SearchRequestHandler.java
---
@@ -100,8 +100,9 @@ public ShutdownResponse handleShutdown(ShutdownRequest
request) {
long limit = request.limit();
long rowCount = 0;
- LOG.info(String.format("[SearchId:%d] %s, number of block: %d",
- request.searchId(), queryModel.toString(),
mbSplit.getAllSplits().size()));
+ LOG.info(String
+ .format("[SearchId:%d] %s, number of block: %d",
request.searchId(), queryModel.toString(),
--- End diff --
fixed
---