Skip to content

Commit

Permalink
HIVE-28203: Fix qtest mv_iceberg_orc5.q (Butao Zhang, reviewed by Den…
Browse files Browse the repository at this point in the history
…ys Kuzmenko, Krisztian Kasa)
  • Loading branch information
zhangbutao authored Apr 18, 2024
1 parent 4f05ca6 commit 6b48995
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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#])
Expand Down

0 comments on commit 6b48995

Please sign in to comment.