Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.15.0
-
None
Description
Similar to HIVE-9060, I was trying to write another join optimizer that runs after NonBlockingOpDeDupProc optimizer proc, and found that more state had been corrupted. This is the 'mapJoinContext' which I missed earlier, and is separate from 'joinContext'.