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/07/10 13:23:41 UTC

[GitHub] [calcite] zabetak opened a new pull request #2456: [CALCITE-4675] Error executing query with SUM and multiplication via JdbcAdapter

zabetak opened a new pull request #2456:
URL: https://github.com/apache/calcite/pull/2456


   Use EXPR$ prefix for naming columns when pushing projections
   to avoid creating aliases with weird symbols such as '*'.
   Such aliases may create problems in some DBMS such as Redshift
   when the plan is converted to SQL via `RelToSqlConverter`.


-- 
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-unsubscribe@calcite.apache.org

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



[GitHub] [calcite] zabetak merged pull request #2456: [CALCITE-4675] Error executing query with SUM and multiplication via JdbcAdapter

Posted by GitBox <gi...@apache.org>.
zabetak merged pull request #2456:
URL: https://github.com/apache/calcite/pull/2456


   


-- 
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-unsubscribe@calcite.apache.org

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



[GitHub] [calcite] rubenada commented on pull request #2456: [CALCITE-4675] Error executing query with SUM and multiplication via JdbcAdapter

Posted by GitBox <gi...@apache.org>.
rubenada commented on pull request #2456:
URL: https://github.com/apache/calcite/pull/2456#issuecomment-877688549


   LGTM


-- 
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-unsubscribe@calcite.apache.org

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