Repository: hive
Updated Branches:
  refs/heads/master-txnstats 59ada6a13 -> f8741886c


HIVE-19532 : fix tests - update some out files on master-txnstats branch 
(Sergey Shelukhin)


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

Branch: refs/heads/master-txnstats
Commit: f8741886cf47f2435921c0ca0ee434804dddb65a
Parents: 59ada6a
Author: sergey <[email protected]>
Authored: Wed Jun 27 12:28:18 2018 -0700
Committer: sergey <[email protected]>
Committed: Wed Jun 27 12:28:18 2018 -0700

----------------------------------------------------------------------
 ql/src/test/results/clientpositive/acid_nullscan.q.out | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/f8741886/ql/src/test/results/clientpositive/acid_nullscan.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/clientpositive/acid_nullscan.q.out 
b/ql/src/test/results/clientpositive/acid_nullscan.q.out
index c9684dd..b7d7dd8 100644
--- a/ql/src/test/results/clientpositive/acid_nullscan.q.out
+++ b/ql/src/test/results/clientpositive/acid_nullscan.q.out
@@ -42,12 +42,12 @@ STAGE PLANS:
       Map Operator Tree:
           TableScan
             alias: acid_vectorized_n1
-            Statistics: Num rows: 90 Data size: 25960 Basic stats: COMPLETE 
Column stats: NONE
+            Statistics: Num rows: 11 Data size: 25960 Basic stats: COMPLETE 
Column stats: NONE
             GatherStats: false
             Filter Operator
               isSamplingPred: false
               predicate: false (type: boolean)
-              Statistics: Num rows: 1 Data size: 288 Basic stats: COMPLETE 
Column stats: NONE
+              Statistics: Num rows: 1 Data size: 2360 Basic stats: COMPLETE 
Column stats: NONE
               Group By Operator
                 aggregations: sum(a)
                 mode: hash
@@ -69,6 +69,7 @@ STAGE PLANS:
             input format: org.apache.hadoop.hive.ql.io.OneNullRowInputFormat
             output format: 
org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
             properties:
+              COLUMN_STATS_ACCURATE 
{"BASIC_STATS":"true","COLUMN_STATS":{"a":"true","b":"true"}}
               bucket_count 2
               bucket_field_name a
               bucketing_version 2
@@ -79,6 +80,8 @@ STAGE PLANS:
 #### A masked pattern was here ####
               name default.acid_vectorized_n1
               numFiles 3
+              numRows 11
+              rawDataSize 0
               serialization.ddl struct acid_vectorized_n1 { i32 a, string b}
               serialization.format 1
               serialization.lib org.apache.hadoop.hive.serde2.NullStructSerDe
@@ -91,6 +94,7 @@ STAGE PLANS:
               input format: org.apache.hadoop.hive.ql.io.orc.OrcInputFormat
               output format: org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat
               properties:
+                COLUMN_STATS_ACCURATE 
{"BASIC_STATS":"true","COLUMN_STATS":{"a":"true","b":"true"}}
                 bucket_count 2
                 bucket_field_name a
                 bucketing_version 2
@@ -101,6 +105,8 @@ STAGE PLANS:
 #### A masked pattern was here ####
                 name default.acid_vectorized_n1
                 numFiles 3
+                numRows 11
+                rawDataSize 0
                 serialization.ddl struct acid_vectorized_n1 { i32 a, string b}
                 serialization.format 1
                 serialization.lib org.apache.hadoop.hive.ql.io.orc.OrcSerde

Reply via email to