BinShi-SecularBird commented on a change in pull request #433: PHOENIX-4009 Run 
UPDATE STATISTICS command by using MR integration on…
URL: https://github.com/apache/phoenix/pull/433#discussion_r252073125
 
 

 ##########
 File path: 
phoenix-core/src/it/java/org/apache/phoenix/end2end/SpillableGroupByIT.java
 ##########
 @@ -76,7 +76,7 @@ public static void doSetup() throws Exception {
         
         // Set guidepost width, but disable stats
         props.put(QueryServices.STATS_GUIDEPOST_WIDTH_BYTES_ATTRIB, 
Long.toString(20));
-        props.put(QueryServices.STATS_ENABLED_ATTRIB, Boolean.toString(false));
+        props.put(QueryServices.STATS_COLLECTION_ENABLED, 
Boolean.toString(false));
 
 Review comment:
   Is it better to also set STATS_ENABLED_ATTRIB to be false here, although it 
is deprecated.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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