Maryann Xue created PHOENIX-4614: ------------------------------------ Summary: Make HashJoinPlan.iterator() runnable in connectionless tests Key: PHOENIX-4614 URL: https://issues.apache.org/jira/browse/PHOENIX-4614 Project: Phoenix Issue Type: Improvement Reporter: Maryann Xue Assignee: Maryann Xue
Right now HashJoinPlan has to call {{HashCacheClient.addHashCache()}} in initializing the iterator, and that method in turn throws an Exception as it tries to call the join sub-plan's iterators' next() method. To avoid this Exception, we can probably create an interface for HashCacheClient and have a dummy implementation in connectionless tests. -- This message was sent by Atlassian JIRA (v7.6.3#76005)