Fang-Yu Rao created IMPALA-14864:
------------------------------------
Summary: test_calcite_frontend() failed in Ozone and S3 builds
Key: IMPALA-14864
URL: https://issues.apache.org/jira/browse/IMPALA-14864
Project: IMPALA
Issue Type: Bug
Reporter: Fang-Yu Rao
Assignee: Steve Carlin
We found that
{{custom_cluster.test_calcite_planner.TestCalcitePlanner.test_calcite_frontend()}}
could fail in Ozone and S3 builds.
+*Error Message*+
{code}
AssertionError: Could not find expected row row_regex:.*00:SCAN HDFS
\[functional.alltypessmall\]* in actual rows:
' OZONE partitions=4/4 files=4 size=6.32KB'
' predicates: functional.alltypessmall.id IS NOT NULL'
' row-size=4B cardinality=100'
' runtime filters: RF000 -> functional.alltypessmall.id'
''
'00:SCAN OZONE [functional.alltypessmall]'
'02:HASH JOIN [INNER JOIN, BROADCAST]'
'04:EXCHANGE [UNPARTITIONED]'
'Max Per-Host Resource Reservation: Memory=6.95MB Threads=5'
'PLAN-ROOT SINK'
'Per-Host Resource Estimates: Memory=71MB'
'| OZONE partitions=4/4 files=4 size=460B'
'| predicates: functional.alltypestiny.id IS NOT NULL'
'| row-size=12B cardinality=8'
'| 01:SCAN OZONE [functional.alltypestiny]'
'| hash predicates: functional.alltypessmall.id = functional.alltypestiny.id'
'| row-size=16B cardinality=9'
'| runtime filters: RF000 <- functional.alltypestiny.id'
'| |'
'|'
'|'
'|'
'|'
'|--03:EXCHANGE [BROADCAST]'
assert False
{code}
We did not see this when the tip commit was IMPALA-14583 (Support partial RPC
dispatch for Iceberg tables), but started seeing this later on when
IMPALA-13574 (Calcite Planner: Enable straight join hint) was included.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]