[
https://issues.apache.org/jira/browse/HIVE-28203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Krisztian Kasa resolved HIVE-28203.
-----------------------------------
Fix Version/s: 4.1.0
Resolution: Fixed
Merged to master. Thanks [~zhangbutao] for the patch and [~dkuzmenko] for
review.
> Fix qtest mv_iceberg_orc5.q
> ---------------------------
>
> Key: HIVE-28203
> URL: https://issues.apache.org/jira/browse/HIVE-28203
> Project: Hive
> Issue Type: Task
> Components: Iceberg integration
> Reporter: Butao Zhang
> Assignee: Butao Zhang
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.1.0
>
>
> [http://ci.hive.apache.org/blue/organizations/jenkins/hive-precommit/detail/PR-5190/3/tests]
> [http://ci.hive.apache.org/blue/organizations/jenkins/hive-precommit/detail/PR-5195/4/tests]
>
> Flaky CI report:
> [http://ci.hive.apache.org/job/hive-flaky-check/837/testReport/]
>
> {code:java}
> Execution succeeded but contained differences (error code = 1) after
> executing mv_iceberg_orc5.q
> 101c101
> < HiveJoin(condition=[AND(IS NOT DISTINCT FROM($0, $5), IS NOT DISTINCT
> FROM($1, $6))], joinType=[right], algorithm=[BucketJoin], cost=[not
> available])
> ---
> > HiveJoin(condition=[AND(IS NOT DISTINCT FROM($0, $5), IS NOT DISTINCT
> > FROM($1, $6))], joinType=[right], algorithm=[none], cost=[not available])
> 106c106
> < HiveJoin(condition=[=($0, $3)], joinType=[inner],
> algorithm=[CommonJoin], cost=[not available])
> ---
> > HiveJoin(condition=[=($0, $3)], joinType=[inner],
> > algorithm=[none], cost=[not available]) {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)