[
https://issues.apache.org/jira/browse/HIVE-9031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14235919#comment-14235919
]
Jason Dere commented on HIVE-9031:
----------------------------------
Looks like the golden file for this test was changed by HIVE-8978 and the
golden file now says 561 rows in the stats lines. Running the test still shows
the original 12288 rows. When I run this test with vectorization=false, the
stats still show 12288 rows, so I think this number is correct rather than the
561 rows.
[~jxiang], was the golden file (.q.out) for this test generated from the Spark
branch? If so, spark may have some wrong results here.
> Fix test failiure vector_decimal_aggregate.q
> --------------------------------------------
>
> Key: HIVE-9031
> URL: https://issues.apache.org/jira/browse/HIVE-9031
> Project: Hive
> Issue Type: Bug
> Components: Tests
> Reporter: Jason Dere
>
> This test has been failing the diff recently:
> {noformat}
> 49c49
> < Statistics: Num rows: 12288 Data size: 2165060 Basic stats:
> COMPLETE Column stats: NONE
> ---
> > Statistics: Num rows: 561 Data size: 128041 Basic stats:
> > COMPLETE Column stats: NONE
> 53c53
> < Statistics: Num rows: 12288 Data size: 2165060 Basic stats:
> COMPLETE Column stats: NONE
> ---
> > Statistics: Num rows: 561 Data size: 128041 Basic stats:
> > COMPLETE Column stats: NONE
> 59c59
> < Statistics: Num rows: 12288 Data size: 2165060 Basic stats:
> COMPLETE Column stats: NONE
> ---
> ...
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)