Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
If there are multiple references of the same table, we should only call method "getTable()" once for each query or each test case. HashJoinIT.java did the right thing while other join-related IT tests did not.
This was covered by a bug in column resolving. We shouldn't be able to resolve a table reference if that table is not mentioned in the from clause.
Attachments
Issue Links
- is broken by
-
PHOENIX-3153 Convert join-related IT tests to be derived from BaseHBaseManagedTimeTableReuseIT
- Resolved