Yingyi Bu has posted comments on this change. Change subject: ASTERIXDB-1736: Remove Grace Hash Join and Hybrid Hash Join (not being used) ......................................................................
Patch Set 2: hybrid hash join was used as a reference for correctness, for us to locate where the bug is. For example, for a query, if we replace the join operator to hybrid hash join, the results become correct, then we know the issue is in optimized hash join. The reason is that optimized hash join is much more complex than hybrid hash join. -- To view, visit https://asterix-gerrit.ics.uci.edu/1353 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: I16e9e4c73d7851f18a48c2715a6bc5c903b74eba Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Taewoo Kim <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Taewoo Kim <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]> Gerrit-Reviewer: Yingyi Bu <[email protected]> Gerrit-HasComments: No
