Shiva Jahangiri created ASTERIXDB-2581:
------------------------------------------
Summary: Need of refactoring and unit test for hybrid hash join
Key: ASTERIXDB-2581
URL: https://issues.apache.org/jira/browse/ASTERIXDB-2581
Project: Apache AsterixDB
Issue Type: Bug
Components: *DB - AsterixDB
Affects Versions: 0.9.4.1
Reporter: Shiva Jahangiri
Currently, the whole logic of the optimized hybrid hash join is implemented in
two classes of "OptimizedHybridHashJoin" and
"OptimizedHybridHashJoinOperatorDescriptor". There is no unit test for either
of them and the whole structure of the code makes it too difficult to add unit
tests. There are a few bugs that could be found manually, which means there
might be more hiding in the code due to the lack of unit testing. We need to
refactor these two classes to smaller modules and have unit tests for them.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)