kramerul commented on PR #3658:
URL: https://github.com/apache/calcite/pull/3658#issuecomment-1914826743

   This PR could cause some problems. We had trouble with a statement like
   
   ```
   SELECT 
   FROM "TA" AS "A"  
   INNER JOIN "TB" AS "B"
        ON "A"."APPLICATION_ID" =  "B"."CHILD_APPLICATION_ID"
   INNER JOIN "TC" AS "C"
        ON "C"."APPLICATION_ID" = "B"."PARENT_APPLICATION_ID"
   ```
   
   `"B"."CHILD_APPLICATION_ID"` was hidden from the additional SELECT.


-- 
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: commits-unsubscr...@calcite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to