Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2355#discussion_r191982293
--- Diff:
core/src/main/java/org/apache/carbondata/core/scan/executor/impl/SearchModeVectorDetailQueryExecutor.java
---
@@ -40,7 +40,7 @@
LogServiceFactory.getLogService(SearchModeVectorDetailQueryExecutor.class.getName());
private static ExecutorService executorService = null;
- static {
+ public SearchModeVectorDetailQueryExecutor() {
initThreadPool();
--- End diff --
should check whether it is null
---