You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix failures in JPPD tests (#526)
* Fix plan verification failures due to Semi Join
- In case of nested join scenario, multiple RTFs arrives at scan on probe side. This resulted in plan showing multiple RuntimeFilters. This has been fixed and hence changes are required.
- Semi Join is enable by default and the plan has to factor in the changes.
- Disable Semi Join where Agg is required before Join.
* Disable failing queries with a reference to the bug