Mateusz "Serafin" Gajewski
Mateusz "Serafin" Gajewski
I've amended commit message and going to merge once the CI is done
Great work @Flgado! Thanks for this contribution :)
cc @hgschmie
@stevenschlansker yeah, we've been tracking this down for a couple of weeks (given that it only happened on Graviton instances, under concurrency). We couldn't reproduce this on Mac M cpus...
@stevenschlansker that was surprising to us too 😄
cc @koszti
TPCDS Q01 is enough: ``` WITH customer_total_return AS ( SELECT "sr_customer_sk" "ctr_customer_sk" , "sr_store_sk" "ctr_store_sk" , "sum"("sr_return_amt") "ctr_total_return" FROM tpcds.sf10.store_returns , tpcds.sf10.date_dim WHERE ("sr_returned_date_sk" = "d_date_sk") AND ("d_year" = 2000)...
Plan will be rendered off box:
When you scroll it, it's there:
Same query causes JSON tab to hung for a bit