Skip to content

Commit cdd27e8

Browse files
authored
HIVE-29432: Addendum to fix failing parquet_types_vectorization.q (apache#6446)
1 parent 7b05183 commit cdd27e8

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

ql/src/test/results/clientpositive/llap/parquet_types_vectorization.q.out

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -736,16 +736,16 @@ STAGE PLANS:
736736
Group By Operator
737737
aggregations: count()
738738
keys: t (type: timestamp)
739-
minReductionHashAggr: 0.99
739+
minReductionHashAggr: 0.4
740740
mode: hash
741741
outputColumnNames: _col0, _col1
742-
Statistics: Num rows: 11 Data size: 528 Basic stats: COMPLETE Column stats: COMPLETE
742+
Statistics: Num rows: 22 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE
743743
Reduce Output Operator
744744
key expressions: _col0 (type: timestamp)
745745
null sort order: z
746746
sort order: +
747747
Map-reduce partition columns: _col0 (type: timestamp)
748-
Statistics: Num rows: 11 Data size: 528 Basic stats: COMPLETE Column stats: COMPLETE
748+
Statistics: Num rows: 22 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE
749749
value expressions: _col1 (type: bigint)
750750
Execution mode: vectorized, llap
751751
LLAP IO: all inputs (cache only)
@@ -757,23 +757,23 @@ STAGE PLANS:
757757
keys: KEY._col0 (type: timestamp)
758758
mode: mergepartial
759759
outputColumnNames: _col0, _col1
760-
Statistics: Num rows: 5 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE
760+
Statistics: Num rows: 22 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE
761761
Reduce Output Operator
762762
key expressions: _col0 (type: timestamp)
763763
null sort order: z
764764
sort order: +
765-
Statistics: Num rows: 5 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE
765+
Statistics: Num rows: 22 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE
766766
value expressions: _col1 (type: bigint)
767767
Reducer 3
768768
Execution mode: vectorized, llap
769769
Reduce Operator Tree:
770770
Select Operator
771771
expressions: KEY.reducesinkkey0 (type: timestamp), VALUE._col0 (type: bigint)
772772
outputColumnNames: _col0, _col1
773-
Statistics: Num rows: 5 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE
773+
Statistics: Num rows: 22 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE
774774
File Output Operator
775775
compressed: false
776-
Statistics: Num rows: 5 Data size: 240 Basic stats: COMPLETE Column stats: COMPLETE
776+
Statistics: Num rows: 22 Data size: 1056 Basic stats: COMPLETE Column stats: COMPLETE
777777
table:
778778
input format: org.apache.hadoop.mapred.SequenceFileInputFormat
779779
output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat

0 commit comments

Comments
 (0)