This is an automated email from the ASF dual-hosted git repository.

ayushtkn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new cdd27e84c25 HIVE-29432: Addendum to fix failing 
parquet_types_vectorization.q (#6446)
cdd27e84c25 is described below

commit cdd27e84c2565a6b29e468e4f55e66b2110770d7
Author: Thomas Rebele <[email protected]>
AuthorDate: Thu Apr 23 12:05:39 2026 +0200

    HIVE-29432: Addendum to fix failing parquet_types_vectorization.q (#6446)
---
 .../clientpositive/llap/parquet_types_vectorization.q.out  | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git 
a/ql/src/test/results/clientpositive/llap/parquet_types_vectorization.q.out 
b/ql/src/test/results/clientpositive/llap/parquet_types_vectorization.q.out
index 5d44b200efd..a3b96d69f0d 100644
--- a/ql/src/test/results/clientpositive/llap/parquet_types_vectorization.q.out
+++ b/ql/src/test/results/clientpositive/llap/parquet_types_vectorization.q.out
@@ -736,16 +736,16 @@ STAGE PLANS:
                     Group By Operator
                       aggregations: count()
                       keys: t (type: timestamp)
-                      minReductionHashAggr: 0.99
+                      minReductionHashAggr: 0.4
                       mode: hash
                       outputColumnNames: _col0, _col1
-                      Statistics: Num rows: 11 Data size: 528 Basic stats: 
COMPLETE Column stats: COMPLETE
+                      Statistics: Num rows: 22 Data size: 1056 Basic stats: 
COMPLETE Column stats: COMPLETE
                       Reduce Output Operator
                         key expressions: _col0 (type: timestamp)
                         null sort order: z
                         sort order: +
                         Map-reduce partition columns: _col0 (type: timestamp)
-                        Statistics: Num rows: 11 Data size: 528 Basic stats: 
COMPLETE Column stats: COMPLETE
+                        Statistics: Num rows: 22 Data size: 1056 Basic stats: 
COMPLETE Column stats: COMPLETE
                         value expressions: _col1 (type: bigint)
             Execution mode: vectorized, llap
             LLAP IO: all inputs (cache only)
@@ -757,12 +757,12 @@ STAGE PLANS:
                 keys: KEY._col0 (type: timestamp)
                 mode: mergepartial
                 outputColumnNames: _col0, _col1
-                Statistics: Num rows: 5 Data size: 240 Basic stats: COMPLETE 
Column stats: COMPLETE
+                Statistics: Num rows: 22 Data size: 1056 Basic stats: COMPLETE 
Column stats: COMPLETE
                 Reduce Output Operator
                   key expressions: _col0 (type: timestamp)
                   null sort order: z
                   sort order: +
-                  Statistics: Num rows: 5 Data size: 240 Basic stats: COMPLETE 
Column stats: COMPLETE
+                  Statistics: Num rows: 22 Data size: 1056 Basic stats: 
COMPLETE Column stats: COMPLETE
                   value expressions: _col1 (type: bigint)
         Reducer 3 
             Execution mode: vectorized, llap
@@ -770,10 +770,10 @@ STAGE PLANS:
               Select Operator
                 expressions: KEY.reducesinkkey0 (type: timestamp), VALUE._col0 
(type: bigint)
                 outputColumnNames: _col0, _col1
-                Statistics: Num rows: 5 Data size: 240 Basic stats: COMPLETE 
Column stats: COMPLETE
+                Statistics: Num rows: 22 Data size: 1056 Basic stats: COMPLETE 
Column stats: COMPLETE
                 File Output Operator
                   compressed: false
-                  Statistics: Num rows: 5 Data size: 240 Basic stats: COMPLETE 
Column stats: COMPLETE
+                  Statistics: Num rows: 22 Data size: 1056 Basic stats: 
COMPLETE Column stats: COMPLETE
                   table:
                       input format: 
org.apache.hadoop.mapred.SequenceFileInputFormat
                       output format: 
org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat

Reply via email to