[ 
https://issues.apache.org/jira/browse/IMPALA-15285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Quanlong Huang updated IMPALA-15285:
------------------------------------
    Attachment: agg_no_spilling_profile.txt

> test_spilling_aggs fails with no spilling
> -----------------------------------------
>
>                 Key: IMPALA-15285
>                 URL: https://issues.apache.org/jira/browse/IMPALA-15285
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Quanlong Huang
>            Assignee: Quanlong Huang
>            Priority: Major
>         Attachments: agg_no_spilling_profile.txt
>
>
> TestSpillingDebugActionDimensions.test_spilling_aggs fails intermittently due 
> to the query is not spilling.
> {noformat}
> AssertionError: Aggregation of SUM over SpilledPartitions did not match 
> expected results.
>   EXPECTED VALUE:
>   0
>   
>   
>   ACTUAL VALUE:
>   0
>   
>   OP:
>   >{noformat}
> The query is the first one in 
> testdata/workloads/functional-query/queries/QueryTest/spilling-aggs.test
> {code:sql}
> select l_orderkey, count(*)
> from lineitem
> group by 1
> order by 1 limit 10;{code}
> We might need to decrease buffer_pool_limit again like IMPALA-9452.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to