You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kg...@apache.org on 2018/02/22 17:02:56 UTC

hive git commit: HIVE-18756: addendum; stat changes are unconnected

Repository: hive
Updated Branches:
  refs/heads/master ec2378f53 -> 2006fb8d2


HIVE-18756: addendum; stat changes are unconnected


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

Branch: refs/heads/master
Commit: 2006fb8d26c1715fcb89fdd1323e245a802418be
Parents: ec2378f
Author: Zoltan Haindrich <ki...@rxd.hu>
Authored: Thu Feb 22 17:59:34 2018 +0100
Committer: Zoltan Haindrich <ki...@rxd.hu>
Committed: Thu Feb 22 17:59:34 2018 +0100

----------------------------------------------------------------------
 .../llap/vectorization_part_project.q.out               | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/2006fb8d/ql/src/test/results/clientpositive/llap/vectorization_part_project.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/clientpositive/llap/vectorization_part_project.q.out b/ql/src/test/results/clientpositive/llap/vectorization_part_project.q.out
index 130e137..e46c7f4 100644
--- a/ql/src/test/results/clientpositive/llap/vectorization_part_project.q.out
+++ b/ql/src/test/results/clientpositive/llap/vectorization_part_project.q.out
@@ -70,15 +70,15 @@ STAGE PLANS:
             Map Operator Tree:
                 TableScan
                   alias: alltypesorc_part
-                  Statistics: Num rows: 200 Data size: 1600 Basic stats: COMPLETE Column stats: PARTIAL
+                  Statistics: Num rows: 200 Data size: 1592 Basic stats: COMPLETE Column stats: COMPLETE
                   Select Operator
                     expressions: (cdouble + 2.0) (type: double)
                     outputColumnNames: _col0
-                    Statistics: Num rows: 200 Data size: 1600 Basic stats: COMPLETE Column stats: PARTIAL
+                    Statistics: Num rows: 200 Data size: 1600 Basic stats: COMPLETE Column stats: COMPLETE
                     Reduce Output Operator
                       key expressions: _col0 (type: double)
                       sort order: +
-                      Statistics: Num rows: 200 Data size: 1600 Basic stats: COMPLETE Column stats: PARTIAL
+                      Statistics: Num rows: 200 Data size: 1600 Basic stats: COMPLETE Column stats: COMPLETE
                       TopN Hash Memory Usage: 0.1
             Execution mode: vectorized, llap
             LLAP IO: all inputs
@@ -103,13 +103,13 @@ STAGE PLANS:
               Select Operator
                 expressions: KEY.reducesinkkey0 (type: double)
                 outputColumnNames: _col0
-                Statistics: Num rows: 200 Data size: 1600 Basic stats: COMPLETE Column stats: PARTIAL
+                Statistics: Num rows: 200 Data size: 1600 Basic stats: COMPLETE Column stats: COMPLETE
                 Limit
                   Number of rows: 10
-                  Statistics: Num rows: 10 Data size: 80 Basic stats: COMPLETE Column stats: PARTIAL
+                  Statistics: Num rows: 10 Data size: 80 Basic stats: COMPLETE Column stats: COMPLETE
                   File Output Operator
                     compressed: false
-                    Statistics: Num rows: 10 Data size: 80 Basic stats: COMPLETE Column stats: PARTIAL
+                    Statistics: Num rows: 10 Data size: 80 Basic stats: COMPLETE Column stats: COMPLETE
                     table:
                         input format: org.apache.hadoop.mapred.SequenceFileInputFormat
                         output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat