[GitHub] [calcite] alimans3 commented on a diff in pull request #2887: [CALCITE-5247] FilterJoinRule cannot simplify left join to inner join for `WHERE RHS.C1 IS NOT NULL OR RHS.C2 IS NOT NULL`

2022-08-30 Thread GitBox
alimans3 commented on code in PR #2887: URL: https://github.com/apache/calcite/pull/2887#discussion_r958796188 ## core/src/main/java/org/apache/calcite/plan/Strong.java: ## @@ -151,12 +151,41 @@ public static boolean allStrong(List operands) { /** Returns whether an

[GitHub] [calcite] libenchao commented on a diff in pull request #2887: [CALCITE-5247] FilterJoinRule cannot simplify left join to inner join for `WHERE RHS.C1 IS NOT NULL OR RHS.C2 IS NOT NULL`

2022-08-30 Thread GitBox
libenchao commented on code in PR #2887: URL: https://github.com/apache/calcite/pull/2887#discussion_r958463132 ## core/src/main/java/org/apache/calcite/plan/Strong.java: ## @@ -151,12 +151,41 @@ public static boolean allStrong(List operands) { /** Returns whether an

[GitHub] [calcite] Fanoid commented on pull request #1766: [CALCITE-3745] UnitCompiler can not find required class information.

2022-08-30 Thread GitBox
Fanoid commented on PR #1766: URL: https://github.com/apache/calcite/pull/1766#issuecomment-1231581297 Hi, I am also blocked by the same issue @gr4ve encountered. I think this issue is not resolved by @birschick-bq 's commits. Are there any updates about the original problem? -- This

[GitHub] [calcite] rubenada merged pull request #2712: [CALCITE-4999] ARRAY, MULTISET functions should return a collection of scalars if a sub-query returns 1 column

2022-08-30 Thread GitBox
rubenada merged PR #2712: URL: https://github.com/apache/calcite/pull/2712 -- 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:

[calcite] branch main updated: [CALCITE-4999] ARRAY, MULTISET functions should return a collection of scalars if a sub-query returns 1 column

2022-08-30 Thread rubenql
This is an automated email from the ASF dual-hosted git repository. rubenql pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/main by this push: new 71e30e2c70 [CALCITE-4999] ARRAY, MULTISET