You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2021/06/07 07:12:53 UTC

[GitHub] [calcite] FDoKE commented on pull request #2407: [CALCITE-4592] Populate correlation context for Join in RelToSqlConve…

FDoKE commented on pull request #2407:
URL: https://github.com/apache/calcite/pull/2407#issuecomment-855658818


   Good day! 
   Found out that this query produces same exception (`java.lang.NullPointerException: variable $cor0 is not found`)
   query:
   `SELECT t.id, (select b.id FROM tbl2 AS b WHERE b.id = t.id) FROM tbl1 as t`
   it parsed/validated successfully, but can't be converted back to sql.
   Can it be fixed in this pr or it is another issue?


-- 
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.

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