[GitHub] [calcite] vvysotskyi merged pull request #2305: [CALCITE-4448] Use TableMacro user-defined table functions with QueryableTable

2022-06-13 Thread GitBox
vvysotskyi merged PR #2305: URL: https://github.com/apache/calcite/pull/2305 -- 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-4448] Use TableMacro user-defined table functions with QueryableTable

2022-06-13 Thread volodymyr
This is an automated email from the ASF dual-hosted git repository. volodymyr 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 d1cf4a38b [CALCITE-4448] Use TableMacro

[GitHub] [calcite] rubenada commented on a diff in pull request #2831: [CALCITE-5177] Query loses hint after decorrelation (minor follow-up)

2022-06-13 Thread GitBox
rubenada commented on code in PR #2831: URL: https://github.com/apache/calcite/pull/2831#discussion_r895588397 ## core/src/main/java/org/apache/calcite/plan/RelOptUtil.java: ## @@ -475,6 +475,10 @@ public static RelNode copyRelHints(RelNode originalRel, RelNode newRel) { *

[GitHub] [calcite] danny0405 commented on a diff in pull request #2831: [CALCITE-5177] Query loses hint after decorrelation (minor follow-up)

2022-06-13 Thread GitBox
danny0405 commented on code in PR #2831: URL: https://github.com/apache/calcite/pull/2831#discussion_r895569451 ## core/src/main/java/org/apache/calcite/plan/RelOptUtil.java: ## @@ -475,6 +475,10 @@ public static RelNode copyRelHints(RelNode originalRel, RelNode newRel) {

[GitHub] [calcite] rubenada commented on a diff in pull request #2831: [CALCITE-5177] Query loses hint after decorrelation (minor follow-up)

2022-06-13 Thread GitBox
rubenada commented on code in PR #2831: URL: https://github.com/apache/calcite/pull/2831#discussion_r895519624 ## core/src/main/java/org/apache/calcite/plan/RelOptUtil.java: ## @@ -475,6 +475,10 @@ public static RelNode copyRelHints(RelNode originalRel, RelNode newRel) { *

[GitHub] [calcite] danny0405 commented on a diff in pull request #2831: [CALCITE-5177] Query loses hint after decorrelation (minor follow-up)

2022-06-13 Thread GitBox
danny0405 commented on code in PR #2831: URL: https://github.com/apache/calcite/pull/2831#discussion_r895493970 ## core/src/main/java/org/apache/calcite/plan/RelOptUtil.java: ## @@ -475,6 +475,10 @@ public static RelNode copyRelHints(RelNode originalRel, RelNode newRel) {

[GitHub] [calcite] rubenada commented on a diff in pull request #2829: [CALCITE-5177] Query loses hint after decorrelation

2022-06-13 Thread GitBox
rubenada commented on code in PR #2829: URL: https://github.com/apache/calcite/pull/2829#discussion_r895488168 ## core/src/main/java/org/apache/calcite/sql2rel/RelFieldTrimmer.java: ## @@ -297,11 +297,15 @@ protected final TrimResult dispatchTrimFields( assert

[GitHub] [calcite] rubenada opened a new pull request, #2831: [CALCITE-5177] Query loses hint after decorrelation (minor follow-up)

2022-06-13 Thread GitBox
rubenada opened a new pull request, #2831: URL: https://github.com/apache/calcite/pull/2831 CALCITE-5177 Query loses hint after decorrelation minor follow-up (following [this discussion](https://github.com/apache/calcite/pull/2829/files#r895412046)) -- This is an automated message from

[GitHub] [calcite] danny0405 commented on a diff in pull request #2829: [CALCITE-5177] Query loses hint after decorrelation

2022-06-13 Thread GitBox
danny0405 commented on code in PR #2829: URL: https://github.com/apache/calcite/pull/2829#discussion_r895483891 ## core/src/main/java/org/apache/calcite/sql2rel/RelFieldTrimmer.java: ## @@ -297,11 +297,15 @@ protected final TrimResult dispatchTrimFields( assert

[GitHub] [calcite] rubenada commented on a diff in pull request #2829: [CALCITE-5177] Query loses hint after decorrelation

2022-06-13 Thread GitBox
rubenada commented on code in PR #2829: URL: https://github.com/apache/calcite/pull/2829#discussion_r895432134 ## core/src/main/java/org/apache/calcite/sql2rel/RelFieldTrimmer.java: ## @@ -297,11 +297,15 @@ protected final TrimResult dispatchTrimFields( assert

[GitHub] [calcite] rubenada commented on a diff in pull request #2829: [CALCITE-5177] Query loses hint after decorrelation

2022-06-13 Thread GitBox
rubenada commented on code in PR #2829: URL: https://github.com/apache/calcite/pull/2829#discussion_r895432134 ## core/src/main/java/org/apache/calcite/sql2rel/RelFieldTrimmer.java: ## @@ -297,11 +297,15 @@ protected final TrimResult dispatchTrimFields( assert

[GitHub] [calcite] rubenada commented on a diff in pull request #2829: [CALCITE-5177] Query loses hint after decorrelation

2022-06-13 Thread GitBox
rubenada commented on code in PR #2829: URL: https://github.com/apache/calcite/pull/2829#discussion_r895421216 ## core/src/main/java/org/apache/calcite/sql2rel/RelFieldTrimmer.java: ## @@ -297,11 +297,15 @@ protected final TrimResult dispatchTrimFields( assert

[GitHub] [calcite] rubenada commented on a diff in pull request #2829: [CALCITE-5177] Query loses hint after decorrelation

2022-06-13 Thread GitBox
rubenada commented on code in PR #2829: URL: https://github.com/apache/calcite/pull/2829#discussion_r895414190 ## core/src/main/java/org/apache/calcite/sql2rel/RelDecorrelator.java: ## @@ -1595,6 +1590,7 @@ static Map identityMap(int count) { Frame register(RelNode rel,

[GitHub] [calcite] danny0405 commented on a diff in pull request #2829: [CALCITE-5177] Query loses hint after decorrelation

2022-06-13 Thread GitBox
danny0405 commented on code in PR #2829: URL: https://github.com/apache/calcite/pull/2829#discussion_r895412046 ## core/src/main/java/org/apache/calcite/sql2rel/RelFieldTrimmer.java: ## @@ -297,11 +297,15 @@ protected final TrimResult dispatchTrimFields( assert

[GitHub] [calcite] danny0405 commented on a diff in pull request #2829: [CALCITE-5177] Query loses hint after decorrelation

2022-06-13 Thread GitBox
danny0405 commented on code in PR #2829: URL: https://github.com/apache/calcite/pull/2829#discussion_r895410038 ## core/src/main/java/org/apache/calcite/sql2rel/RelDecorrelator.java: ## @@ -1595,6 +1590,7 @@ static Map identityMap(int count) { Frame register(RelNode rel,

[calcite] branch main updated: [CALCITE-5177] Query loses hint after decorrelation

2022-06-13 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 b0b3e3e64 [CALCITE-5177] Query loses hint after

[GitHub] [calcite] rubenada merged pull request #2829: [CALCITE-5177] Query loses hint after decorrelation

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