priyankporwal commented on a change in pull request #547: PHOENIX-5401 Error in 
running apache.phoenix.mapreduce.index.automati…
URL: https://github.com/apache/phoenix/pull/547#discussion_r305924991
 
 

 ##########
 File path: 
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/PhoenixServerBuildIndexInputFormat.java
 ##########
 @@ -99,9 +98,6 @@ protected  QueryPlan getQueryPlan(final JobContext context, 
final Configuration
             if (txnScnValue != null) {
                 scan.setAttribute(BaseScannerRegionObserver.TX_SCN, 
Bytes.toBytes(Long.valueOf(txnScnValue)));
             }
-
-            // Initialize the query plan so it sets up the parallel scans
-            queryPlan.iterator(MapReduceParallelScanGrouper.getInstance());
 
 Review comment:
   Why is this removed @kadirozde?

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