You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2019/11/01 05:33:27 UTC

[GitHub] [hive] jcamachor commented on a change in pull request #831: HIVE-22238 pkfk

jcamachor commented on a change in pull request #831: HIVE-22238 pkfk
URL: https://github.com/apache/hive/pull/831#discussion_r341453712
 
 

 ##########
 File path: ql/src/test/queries/clientpositive/stat_estimate_drill.q
 ##########
 @@ -25,4 +28,8 @@ explain analyze select sum(a) from t3 where a=1 group by b;
 explain analyze select sum(a) from t3 where a=1 and b=2 group by b;
 explain analyze select sum(a) from t3 where a=1 and b=2 and c=3 group by b;
 
+
+-- FIXME: for the below case; we right now get an IN which is estimated as 1/3 - might worth consider improving
 
 Review comment:
   This is kind of surprising... IN clauses are handled in StatsRulesProcFactory, including IN + STRUCT.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org