Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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