This is an automated email from the ASF dual-hosted git repository.

krisztiankasa pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b48995442a HIVE-28203: Fix qtest mv_iceberg_orc5.q (Butao Zhang, 
reviewed by Denys Kuzmenko, Krisztian Kasa)
6b48995442a is described below

commit 6b48995442a514cd946663b2c0343e772430761e
Author: Butao Zhang <[email protected]>
AuthorDate: Thu Apr 18 18:19:17 2024 +0800

    HIVE-28203: Fix qtest mv_iceberg_orc5.q (Butao Zhang, reviewed by Denys 
Kuzmenko, Krisztian Kasa)
---
 .../iceberg-handler/src/test/results/positive/mv_iceberg_orc5.q.out   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/iceberg/iceberg-handler/src/test/results/positive/mv_iceberg_orc5.q.out 
b/iceberg/iceberg-handler/src/test/results/positive/mv_iceberg_orc5.q.out
index bdee0374413..a70e8c999ad 100644
--- a/iceberg/iceberg-handler/src/test/results/positive/mv_iceberg_orc5.q.out
+++ b/iceberg/iceberg-handler/src/test/results/positive/mv_iceberg_orc5.q.out
@@ -98,12 +98,12 @@ POSTHOOK: Output: default@mat2
 CBO PLAN:
 HiveProject(b=[$5], c=[$6], _o__c2=[CASE(IS NULL($2), $7, IS NULL($7), $2, 
+($7, $2))], _o__c3=[CASE(IS NULL($3), $8, IS NULL($8), $3, +($8, $3))], 
_o__c4=[/(CAST(CASE(IS NULL($2), $7, IS NULL($7), $2, +($7, $2))):DOUBLE, 
CASE(IS NULL($3), $8, IS NULL($8), $3, +($8, $3)))])
   HiveFilter(condition=[OR($4, IS NULL($4))])
-    HiveJoin(condition=[AND(IS NOT DISTINCT FROM($0, $5), IS NOT DISTINCT 
FROM($1, $6))], joinType=[right], algorithm=[none], cost=[not available])
+    HiveJoin(condition=[AND(IS NOT DISTINCT FROM($0, $5), IS NOT DISTINCT 
FROM($1, $6))], joinType=[right], algorithm=[BucketJoin], cost=[not available])
       HiveProject(b=[$0], c=[$1], _c2=[$2], _c3=[$3], $f4=[true])
         HiveTableScan(table=[[default, mat2]], table:alias=[default.mat2])
       HiveProject(b=[$0], c=[$1], $f2=[$2], $f3=[$3])
         HiveAggregate(group=[{1, 2}], agg#0=[sum($4)], agg#1=[count($4)])
-          HiveJoin(condition=[=($0, $3)], joinType=[inner], algorithm=[none], 
cost=[not available])
+          HiveJoin(condition=[=($0, $3)], joinType=[inner], 
algorithm=[CommonJoin], cost=[not available])
             HiveProject(a=[$0], b=[$1], c=[$2])
               HiveFilter(condition=[AND(>($2, 52), IS NOT NULL($0))])
                 HiveTableScan(table=[[default, tbl_ice]], 
table:alias=[tbl_ice], fromVersion=[#Masked#])

Reply via email to