You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2017/04/03 16:59:24 UTC

hive git commit: HIVE-16359 : Update golden file for subquery_select.q

Repository: hive
Updated Branches:
  refs/heads/master 5e84e4999 -> 7a0a39767


HIVE-16359 : Update golden file for subquery_select.q

Signed-off-by: Ashutosh Chauhan <ha...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/7a0a3976
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/7a0a3976
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/7a0a3976

Branch: refs/heads/master
Commit: 7a0a39767541f81a2031cb3d250f44921d5da4c4
Parents: 5e84e49
Author: Ashutosh Chauhan <ha...@apache.org>
Authored: Mon Apr 3 09:58:56 2017 -0700
Committer: Ashutosh Chauhan <ha...@apache.org>
Committed: Mon Apr 3 09:58:56 2017 -0700

----------------------------------------------------------------------
 .../test/results/clientpositive/llap/subquery_select.q.out   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/7a0a3976/ql/src/test/results/clientpositive/llap/subquery_select.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/clientpositive/llap/subquery_select.q.out b/ql/src/test/results/clientpositive/llap/subquery_select.q.out
index 8e6cd8b..cbd01b8 100644
--- a/ql/src/test/results/clientpositive/llap/subquery_select.q.out
+++ b/ql/src/test/results/clientpositive/llap/subquery_select.q.out
@@ -4788,9 +4788,9 @@ STAGE PLANS:
                   Statistics: Num rows: 26 Data size: 104 Basic stats: COMPLETE Column stats: COMPLETE
                   Filter Operator
                     predicate: p_size BETWEEN 1 AND 20 (type: boolean)
-                    Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE
+                    Statistics: Num rows: 8 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE
                     Select Operator
-                      Statistics: Num rows: 2 Data size: 8 Basic stats: COMPLETE Column stats: COMPLETE
+                      Statistics: Num rows: 8 Data size: 32 Basic stats: COMPLETE Column stats: COMPLETE
                       Group By Operator
                         aggregations: count()
                         mode: hash
@@ -4889,11 +4889,11 @@ STAGE PLANS:
                   Statistics: Num rows: 26 Data size: 208 Basic stats: COMPLETE Column stats: COMPLETE
                   Filter Operator
                     predicate: p_size BETWEEN 1 AND 20 (type: boolean)
-                    Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE
+                    Statistics: Num rows: 8 Data size: 64 Basic stats: COMPLETE Column stats: COMPLETE
                     Select Operator
                       expressions: p_partkey (type: int)
                       outputColumnNames: p_partkey
-                      Statistics: Num rows: 2 Data size: 16 Basic stats: COMPLETE Column stats: COMPLETE
+                      Statistics: Num rows: 8 Data size: 64 Basic stats: COMPLETE Column stats: COMPLETE
                       Group By Operator
                         aggregations: count(p_partkey)
                         mode: hash