[calcite] branch master updated (22bfcf0 -> 4787cba)

2020-05-01 Thread hyuan
This is an automated email from the ASF dual-hosted git repository. hyuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git. from 22bfcf0 Site: Change affiliation of Stamatis Zampetakis add 4787cba [CALCITE-3889] Add

[GitHub] [calcite] hsyuan opened a new pull request #1956: [CALCITE-3966] Trigger rules for existing RelSubset when it becomes delivered

2020-05-01 Thread GitBox
hsyuan opened a new pull request #1956: URL: https://github.com/apache/calcite/pull/1956 Existing RelSubset may be first created by parent trait request, so its state is required. But when there is a new RelNode in the same RelSet can deliver the same traitset, we mark the subset as

[calcite-site] branch master updated: Site: Change affiliation of Stamatis Zampetakis

2020-05-01 Thread zabetak
This is an automated email from the ASF dual-hosted git repository. zabetak pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite-site.git The following commit(s) were added to refs/heads/master by this push: new 9360810 Site: Change affiliation of

[calcite] branch site updated: Site: Change affiliation of Stamatis Zampetakis

2020-05-01 Thread zabetak
This is an automated email from the ASF dual-hosted git repository. zabetak pushed a commit to branch site in repository https://gitbox.apache.org/repos/asf/calcite.git The following commit(s) were added to refs/heads/site by this push: new d2e2d7c Site: Change affiliation of Stamatis

[calcite] branch master updated: Site: Change affiliation of Stamatis Zampetakis

2020-05-01 Thread zabetak
This is an automated email from the ASF dual-hosted git repository. zabetak 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 22bfcf0 Site: Change affiliation of Stamatis

[calcite-site] branch master updated: Site: Add Forward Xu, Jin Xing, Vineet Garg, Wang Yanlin, as committers

2020-05-01 Thread zabetak
This is an automated email from the ASF dual-hosted git repository. zabetak pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite-site.git The following commit(s) were added to refs/heads/master by this push: new 98e37c8 Site: Add Forward Xu, Jin Xing,

[calcite] 01/02: Site: Add Vineet Garg as committer

2020-05-01 Thread zabetak
This is an automated email from the ASF dual-hosted git repository. zabetak pushed a commit to branch site in repository https://gitbox.apache.org/repos/asf/calcite.git commit bcfb5006e87840146b47b6afc450cb029f3e8d2a Author: Vineet Garg AuthorDate: Fri May 1 14:43:01 2020 -0700 Site: Add

[calcite] branch master updated: Site: Add Forward Xu, Jin Xing, Wang Yanlin, as committers

2020-05-01 Thread zabetak
This is an automated email from the ASF dual-hosted git repository. zabetak 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 0c1f1e8 Site: Add Forward Xu, Jin Xing, Wang

[calcite] 02/02: Site: Add Forward Xu, Jin Xing, Wang Yanlin, as committers

2020-05-01 Thread zabetak
This is an automated email from the ASF dual-hosted git repository. zabetak pushed a commit to branch site in repository https://gitbox.apache.org/repos/asf/calcite.git commit 3a1e3123d16553a9cd3c1d82019618975cbc1ee1 Author: Stamatis Zampetakis AuthorDate: Sat May 2 00:56:50 2020 +0200

[calcite] branch site updated (f7d7079 -> 3a1e312)

2020-05-01 Thread zabetak
This is an automated email from the ASF dual-hosted git repository. zabetak pushed a change to branch site in repository https://gitbox.apache.org/repos/asf/calcite.git. from f7d7079 Site: Add Feng Zhu as committer new bcfb500 Site: Add Vineet Garg as committer new 3a1e312

[calcite] branch master updated: Site: Add Vineet Garg as committer

2020-05-01 Thread vgarg
This is an automated email from the ASF dual-hosted git repository. vgarg 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 f8993e4 Site: Add Vineet Garg as committer

[GitHub] [calcite] vineetgarg02 commented on a change in pull request #1941: [CALCITE-3952] Improve SortRemoveRule to remove Sort based on rowcount (Vineet Garg)

2020-05-01 Thread GitBox
vineetgarg02 commented on a change in pull request #1941: URL: https://github.com/apache/calcite/pull/1941#discussion_r418693219 ## File path: core/src/main/java/org/apache/calcite/rel/core/Sort.java ## @@ -143,6 +143,14 @@ public abstract Sort copy(RelTraitSet traitSet,

[GitHub] [calcite] vineetgarg02 commented on a change in pull request #1941: [CALCITE-3952] Improve SortRemoveRule to remove Sort based on rowcount (Vineet Garg)

2020-05-01 Thread GitBox
vineetgarg02 commented on a change in pull request #1941: URL: https://github.com/apache/calcite/pull/1941#discussion_r418693129 ## File path: core/src/main/java/org/apache/calcite/rel/rules/SortRemoveRule.java ## @@ -63,5 +83,27 @@ public SortRemoveRule(RelBuilderFactory

[GitHub] [calcite] rubenada commented on a change in pull request #1937: [CALCITE-3951] Support different string comparison based on SqlCollation

2020-05-01 Thread GitBox
rubenada commented on a change in pull request #1937: URL: https://github.com/apache/calcite/pull/1937#discussion_r418675292 ## File path: core/src/main/java/org/apache/calcite/sql/SqlCollation.java ## @@ -356,8 +302,9 @@ public final Locale getLocale() { /** *

[GitHub] [calcite] xy2953396112 commented on a change in pull request #1737: [CALCITE-3718] Support Intersect and Minus in Bindables

2020-05-01 Thread GitBox
xy2953396112 commented on a change in pull request #1737: URL: https://github.com/apache/calcite/pull/1737#discussion_r418554624 ## File path: core/src/main/java/org/apache/calcite/interpreter/Bindables.java ## @@ -518,28 +522,36 @@ public Node implement(InterpreterImplementor

[GitHub] [calcite] xy2953396112 commented on pull request #1936: [CALCITE-3928] Trim unused fields before materialized view matching (…

2020-05-01 Thread GitBox
xy2953396112 commented on pull request #1936: URL: https://github.com/apache/calcite/pull/1936#issuecomment-622329984 > ``` > Expected: "LogicalProject(deptno=[CAST($0):TINYINT], count_sal=[$1])\r\n LogicalTableScan(table=[[mv0]])\r\n" > but: was

[GitHub] [calcite] xy2953396112 removed a comment on pull request #1936: [CALCITE-3928] Trim unused fields before materialized view matching (…

2020-05-01 Thread GitBox
xy2953396112 removed a comment on pull request #1936: URL: https://github.com/apache/calcite/pull/1936#issuecomment-622329835 > ``` > Expected: "LogicalProject(deptno=[CAST($0):TINYINT], count_sal=[$1])\r\n LogicalTableScan(table=[[mv0]])\r\n" > but: was

[GitHub] [calcite] xy2953396112 commented on pull request #1936: [CALCITE-3928] Trim unused fields before materialized view matching (…

2020-05-01 Thread GitBox
xy2953396112 commented on pull request #1936: URL: https://github.com/apache/calcite/pull/1936#issuecomment-622329835 > ``` > Expected: "LogicalProject(deptno=[CAST($0):TINYINT], count_sal=[$1])\r\n LogicalTableScan(table=[[mv0]])\r\n" > but: was

[GitHub] [calcite] XuQianJin-Stars commented on a change in pull request #1937: [CALCITE-3951] Support different string comparison based on SqlCollation

2020-05-01 Thread GitBox
XuQianJin-Stars commented on a change in pull request #1937: URL: https://github.com/apache/calcite/pull/1937#discussion_r418453068 ## File path: core/src/main/java/org/apache/calcite/sql/SqlCollation.java ## @@ -356,8 +302,9 @@ public final Locale getLocale() { /** *

[GitHub] [calcite] XuQianJin-Stars opened a new pull request #1955: [CALCITE-3941] Add the default strict mode to the path in the Json functions

2020-05-01 Thread GitBox
XuQianJin-Stars opened a new pull request #1955: URL: https://github.com/apache/calcite/pull/1955 As illustrated in [CALCITE-3941](https://issues.apache.org/jira/browse/CALCITE-3724) This is an automated message from the