Description
When the optimizer tries to use server merge for hinted index queries and fails, it doesn't reset the indexTableRef and context, and the fallback skip-join-merge plan fails to compile.
This only happens on 5.1 due to PHOENIX-6965, but we should fix is nevertheless, as I also plan to add a hint to disable server merge.
Attachments
Issue Links
- is depended upon by
-
PHOENIX-6959 Server merges are not used for hinted uncovered indexes for wildcard selects on 5.1
- Resolved
-
PHOENIX-6983 Add hint to disable server merges for uncovered index queries
- Resolved
- links to