Wenhai Li has posted comments on this change.
Change subject: Commit for onetoone join
......................................................................
Patch Set 2:
Oh. Actually, the original issue78 gives a situation where asterixdb will
enforce hash partition for both LineItem and PS due to the containment
verification from join requirement (top-down) to the delivery (bottomup). i.e.
Requirement (ps_partkey, ps_suppkey, ps_supplycost) dependents on
pk(ps_partkey, ps_suppkey), so the hash_partition is NOT necessary.
for $li in dataset('LineItems')
for $ps in dataset('PartSupp')
where $li.l_partkey = $ps.ps_partkey and $li.l_suppkey = $ps.ps_suppkey and
$li.l_extendedprice = $ps.ps_supplycost
return {
"l_partkey": $li.l_partkey
}
--
To view, visit https://asterix-gerrit.ics.uci.edu/395
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I835ea712c2f427149d45464fcb3841b8d33f6507
Gerrit-PatchSet: 2
Gerrit-Project: hyracks
Gerrit-Branch: master
Gerrit-Owner: Wenhai Li <[email protected]>
Gerrit-Reviewer: Ian Maxon <[email protected]>
Gerrit-Reviewer: Jenkins <[email protected]>
Gerrit-Reviewer: Jianfeng Jia <[email protected]>
Gerrit-Reviewer: Wenhai Li <[email protected]>
Gerrit-Reviewer: Yingyi Bu <[email protected]>
Gerrit-HasComments: No