[
https://issues.apache.org/jira/browse/IMPALA-14864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18070393#comment-18070393
]
ASF subversion and git services commented on IMPALA-14864:
----------------------------------------------------------
Commit ca5c8e03383ef5c210a5aefeb9284d3f1b2b382f in impala's branch
refs/heads/master from Steve Carlin
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=ca5c8e033 ]
IMPALA-14864: Fix failure of Ozone and S3 builds
HDFS has been replaced by $FILESYSTEM_NAME in order for Ozone
and S3 builds to work for tests in calcite.test
Change-Id: I0e2d2b495cc052b6f7acbbc58453f93c920c2cb0
Reviewed-on: http://gerrit.cloudera.org:8080/24156
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> 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
> Priority: Major
> Labels: broken-build
>
> 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]