Fix the HashFunction Bug in OptimizedHybridHashJoinOperatorDescriptor
The following commits from your working branch will be included:
The HashFunction used for InMemoryHashJoin is not update with level when
the OptimizedHybridHashJoin switches to InMemoryHashJoin. As the result,
it becomes the NestedLoopJoin after the 2nd round.
This patch is a fix for it.
Change-Id: Id25c85b7fadbb6bb969d0d94a51c60ac2573938e
Reviewed-on: https://asterix-gerrit.ics.uci.edu/285
Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Reviewed-by: Pouria Pirzadeh <pouria.pirzadeh@gmail.com>
1 file changed