ajantha-bhat commented on a change in pull request #3620: [CARBONDATA-3700] 
Optimize pruning performance when prunning with multi…
URL: https://github.com/apache/carbondata/pull/3620#discussion_r379987630
 
 

 ##########
 File path: 
core/src/main/java/org/apache/carbondata/core/datamap/TableDataMap.java
 ##########
 @@ -138,8 +138,12 @@ public CarbonTable getTable() {
       }
     }
     int numOfThreadsForPruning = CarbonProperties.getNumOfThreadsForPruning();
+    int carbonDriverPruningMultiThreadEnableFilesCount =
+        Integer.parseInt(CarbonProperties.getInstance().getProperty(
+            
CarbonCommonConstants.CARBON_DRIVER_PRUNING_MULTI_THREAD_ENABLE_FILES_COUNT,
 
 Review comment:
   Need update the document for the new property added

----------------------------------------------------------------
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

Reply via email to