bvolpato opened a new pull request, #4828:
URL: https://github.com/apache/calcite/pull/4828

   ## Summary
   Fixes a RelToSqlConverter failure when semi/anti-join rewrites produce 
correlated filters whose correlation id is not present in .
   
   The change is intentionally small:
   - register missing  ids while visiting filter conditions;
   - use  so existing mappings are not overwritten;
   - keep existing alias rendering behavior unchanged.
   
   ## Test
   - added ;
   - verified full  remains green ( tests).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to