[GitHub] [calcite] zabetak commented on a change in pull request #2419: [CALCITE-4624] When query contains complex function, materialized vie…

2021-05-27 Thread GitBox
zabetak commented on a change in pull request #2419: URL: https://github.com/apache/calcite/pull/2419#discussion_r640758228 ## File path: core/src/main/java/org/apache/calcite/plan/SubstitutionVisitor.java ## @@ -1755,6 +1758,20 @@ private static boolean

[GitHub] [calcite] jerrinot commented on pull request #2399: Bump up Commons Codec

2021-05-27 Thread GitBox
jerrinot commented on pull request #2399: URL: https://github.com/apache/calcite/pull/2399#issuecomment-849743573 Hello, can anyone please have a look at this? Thank you! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [calcite] yinchuanwang opened a new pull request #2420: [CALCITE-4606]Translate SEARCH rexnode to termsQuery

2021-05-27 Thread GitBox
yinchuanwang opened a new pull request #2420: URL: https://github.com/apache/calcite/pull/2420 Currently the elastic search adapter does not support the 'SEARCH' call which usually comes from the 'in (a, b)'. This is the reason of the failure of test case "AggregationTest" in es adapter.

[GitHub] [calcite] hannerwang edited a comment on pull request #2408: [CALCITE-4512] Optimize when GROUP BY or HAVING alias should be substituted with select item

2021-05-27 Thread GitBox
hannerwang edited a comment on pull request #2408: URL: https://github.com/apache/calcite/pull/2408#issuecomment-847900410 > The commit message not in the proper way. Yes, I don't think the Jira title can summarize what the commit has complete, so I leave a comment at first. --

[GitHub] [calcite] xy2953396112 opened a new pull request #2419: [CALCITE-4624] When query contains complex function, materialized vie…

2021-05-27 Thread GitBox
xy2953396112 opened a new pull request #2419: URL: https://github.com/apache/calcite/pull/2419 …w recognition fails. https://issues.apache.org/jira/browse/CALCITE-4624 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [calcite] rubenada merged pull request #2418: [CALCITE-4621] SemiJoinRule throws AssertionError on ANTI join

2021-05-27 Thread GitBox
rubenada merged pull request #2418: URL: https://github.com/apache/calcite/pull/2418 -- 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,

[calcite] branch master updated: [CALCITE-4621] SemiJoinRule throws AssertionError on ANTI join

2021-05-27 Thread rubenql
This is an automated email from the ASF dual-hosted git repository. rubenql pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/master by this push: new cac28e9 [CALCITE-4621] SemiJoinRule throws