svn commit: r39741 - /dev/calcite/apache-calcite-1.23.0-rc1/ /release/calcite/apache-calcite-1.23.0/

2020-05-23 Thread hyuan
Author: hyuan Date: Sat May 23 15:26:28 2020 New Revision: 39741 Log: Promoting Apache Calcite calcite-1.23.0-rc1 -> calcite-1.23.0 to release area Added: release/calcite/apache-calcite-1.23.0/ release/calcite/apache-calcite-1.23.0/apache-calcite-1.23.0-src.tar.gz - copied

[calcite] branch master updated (05376d6 -> b708fdc)

2020-05-23 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 05376d6 Following [CALCITE-3997] Remove TransformationRule from CalcMergeRule temporarily add b708fdc

[GitHub] [calcite] yanlin-Lynn closed pull request #1911: [CALCITE-3919] Upgrade ProjectJoinTransposeRule to allow user choose whether to keep join condition

2020-05-23 Thread GitBox
yanlin-Lynn closed pull request #1911: URL: https://github.com/apache/calcite/pull/1911 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

[GitHub] [calcite] hsyuan commented on a change in pull request #1985: [CALCITE-4011] Implement trait propagation for EnumerableProject…

2020-05-23 Thread GitBox
hsyuan commented on a change in pull request #1985: URL: https://github.com/apache/calcite/pull/1985#discussion_r429570185 ## File path: core/src/main/java/org/apache/calcite/prepare/CalcitePrepareImpl.java ## @@ -431,6 +431,7 @@ protected RelOptPlanner createPlanner( if

[GitHub] [calcite] amaliujia commented on a change in pull request #1985: [CALCITE-4011] Implement trait propagation for EnumerableProject…

2020-05-23 Thread GitBox
amaliujia commented on a change in pull request #1985: URL: https://github.com/apache/calcite/pull/1985#discussion_r429570352 ## File path: core/src/main/java/org/apache/calcite/prepare/CalcitePrepareImpl.java ## @@ -431,6 +431,7 @@ protected RelOptPlanner createPlanner(

[GitHub] [calcite] hsyuan commented on a change in pull request #1985: [CALCITE-4011] Implement trait propagation for EnumerableProject…

2020-05-23 Thread GitBox
hsyuan commented on a change in pull request #1985: URL: https://github.com/apache/calcite/pull/1985#discussion_r429571399 ## File path: core/src/main/java/org/apache/calcite/prepare/CalcitePrepareImpl.java ## @@ -431,6 +431,7 @@ protected RelOptPlanner createPlanner( if

[GitHub] [calcite] amaliujia commented on a change in pull request #1985: [CALCITE-4011] Implement trait propagation for EnumerableProject…

2020-05-23 Thread GitBox
amaliujia commented on a change in pull request #1985: URL: https://github.com/apache/calcite/pull/1985#discussion_r429570352 ## File path: core/src/main/java/org/apache/calcite/prepare/CalcitePrepareImpl.java ## @@ -431,6 +431,7 @@ protected RelOptPlanner createPlanner(

[GitHub] [calcite] amaliujia commented on a change in pull request #1985: [CALCITE-4011] Implement trait propagation for EnumerableProject…

2020-05-23 Thread GitBox
amaliujia commented on a change in pull request #1985: URL: https://github.com/apache/calcite/pull/1985#discussion_r429569892 ## File path: core/src/main/java/org/apache/calcite/config/CalciteConnectionConfigImpl.java ## @@ -199,4 +199,8 @@ public boolean

[GitHub] [calcite] amaliujia commented on a change in pull request #1985: [CALCITE-4011] Implement trait propagation for EnumerableProject…

2020-05-23 Thread GitBox
amaliujia commented on a change in pull request #1985: URL: https://github.com/apache/calcite/pull/1985#discussion_r429580988 ## File path: core/src/test/resources/org/apache/calcite/test/TopDownOptTest.xml ## @@ -35,6 +35,46 @@ EnumerableLimit(fetch=[5])

[GitHub] [calcite] amaliujia commented on a change in pull request #1985: [CALCITE-4011] Implement trait propagation for EnumerableProject…

2020-05-23 Thread GitBox
amaliujia commented on a change in pull request #1985: URL: https://github.com/apache/calcite/pull/1985#discussion_r429580983 ## File path: core/src/test/resources/org/apache/calcite/test/TopDownOptTest.xml ## @@ -35,6 +35,73 @@ EnumerableLimit(fetch=[5])

[GitHub] [calcite] hsyuan commented on a change in pull request #1985: [CALCITE-4011] Implement trait propagation for EnumerableProject…

2020-05-23 Thread GitBox
hsyuan commented on a change in pull request #1985: URL: https://github.com/apache/calcite/pull/1985#discussion_r429581868 ## File path: core/src/main/java/org/apache/calcite/adapter/enumerable/EnumerableFilter.java ## @@ -68,4 +74,15 @@ public Result

[GitHub] [calcite] hsyuan commented on a change in pull request #1985: [CALCITE-4011] Implement trait propagation for EnumerableProject…

2020-05-23 Thread GitBox
hsyuan commented on a change in pull request #1985: URL: https://github.com/apache/calcite/pull/1985#discussion_r429571862 ## File path: core/src/main/java/org/apache/calcite/config/CalciteConnectionProperty.java ## @@ -159,7 +159,10 @@ /** Whether to make create

[GitHub] [calcite] amaliujia commented on pull request #1985: [CALCITE-4011] Implement trait propagation for EnumerableProject…

2020-05-23 Thread GitBox
amaliujia commented on pull request #1985: URL: https://github.com/apache/calcite/pull/1985#issuecomment-633143789 Made some changes into two commits to better illustrate changes. Commit one includes 1. Have more rules removed in `Query()`. E.g. always use sorted aggregation,

[GitHub] [calcite] amaliujia commented on a change in pull request #1985: [CALCITE-4011] Implement trait propagation for EnumerableProject…

2020-05-23 Thread GitBox
amaliujia commented on a change in pull request #1985: URL: https://github.com/apache/calcite/pull/1985#discussion_r429580328 ## File path: core/src/main/java/org/apache/calcite/prepare/CalcitePrepareImpl.java ## @@ -431,6 +431,7 @@ protected RelOptPlanner createPlanner(

[GitHub] [calcite] amaliujia commented on a change in pull request #1985: [CALCITE-4011] Implement trait propagation for EnumerableProject…

2020-05-23 Thread GitBox
amaliujia commented on a change in pull request #1985: URL: https://github.com/apache/calcite/pull/1985#discussion_r429580332 ## File path: core/src/main/java/org/apache/calcite/adapter/enumerable/EnumerableProject.java ## @@ -86,4 +99,38 @@ public Result

[GitHub] [calcite] amaliujia commented on a change in pull request #1985: [CALCITE-4011] Implement trait propagation for EnumerableProject…

2020-05-23 Thread GitBox
amaliujia commented on a change in pull request #1985: URL: https://github.com/apache/calcite/pull/1985#discussion_r429580374 ## File path: core/src/main/java/org/apache/calcite/config/CalciteConnectionProperty.java ## @@ -159,7 +159,10 @@ /** Whether to make create

[GitHub] [calcite] amaliujia commented on a change in pull request #1985: [CALCITE-4011] Implement trait propagation for EnumerableProject…

2020-05-23 Thread GitBox
amaliujia commented on a change in pull request #1985: URL: https://github.com/apache/calcite/pull/1985#discussion_r429580895 ## File path: core/src/test/java/org/apache/calcite/tools/PlannerTest.java ## @@ -969,7 +969,7 @@ private void checkJoinNWay(int n) throws Exception {

[calcite] annotated tag calcite-1.23.0 updated (b708fdc -> 7c3001d)

2020-05-23 Thread hyuan
This is an automated email from the ASF dual-hosted git repository. hyuan pushed a change to annotated tag calcite-1.23.0 in repository https://gitbox.apache.org/repos/asf/calcite.git. *** WARNING: tag calcite-1.23.0 was modified! *** from b708fdc (commit) to 7c3001d (tag) tagging

svn commit: r39742 - /release/calcite/apache-calcite-1.21.0/

2020-05-23 Thread hyuan
Author: hyuan Date: Sat May 23 16:13:29 2020 New Revision: 39742 Log: Remove apache-calcite-1.21.0 Removed: release/calcite/apache-calcite-1.21.0/

[GitHub] [calcite] amaliujia commented on a change in pull request #1985: [CALCITE-4011] Implement trait propagation for EnumerableProject…

2020-05-23 Thread GitBox
amaliujia commented on a change in pull request #1985: URL: https://github.com/apache/calcite/pull/1985#discussion_r429580627 ## File path: core/src/main/java/org/apache/calcite/adapter/enumerable/EnumerableFilter.java ## @@ -68,4 +74,15 @@ public Result

[GitHub] [calcite] hsyuan commented on a change in pull request #1985: [CALCITE-4011] Implement trait propagation for EnumerableProject…

2020-05-23 Thread GitBox
hsyuan commented on a change in pull request #1985: URL: https://github.com/apache/calcite/pull/1985#discussion_r429582563 ## File path: core/src/test/resources/org/apache/calcite/test/TopDownOptTest.xml ## @@ -35,6 +35,73 @@ EnumerableLimit(fetch=[5])

[GitHub] [calcite] hsyuan commented on a change in pull request #1985: [CALCITE-4011] Implement trait propagation for EnumerableProject…

2020-05-23 Thread GitBox
hsyuan commented on a change in pull request #1985: URL: https://github.com/apache/calcite/pull/1985#discussion_r429583933 ## File path: core/src/test/java/org/apache/calcite/tools/PlannerTest.java ## @@ -969,7 +969,7 @@ private void checkJoinNWay(int n) throws Exception {

[GitHub] [calcite] xy2953396112 opened a new pull request #1988: [CALCITE-4019] Fix visit SqlInsert with SqlShuttle cause NullPointerE…

2020-05-23 Thread GitBox
xy2953396112 opened a new pull request #1988: URL: https://github.com/apache/calcite/pull/1988 …xception https://issues.apache.org/jira/browse/CALCITE-4019 This is an automated message from the Apache Git Service. To

[GitHub] [calcite] amaliujia commented on a change in pull request #1985: [CALCITE-4011] Support trait propagation for EnumerableProject and EnumerableFilter

2020-05-23 Thread GitBox
amaliujia commented on a change in pull request #1985: URL: https://github.com/apache/calcite/pull/1985#discussion_r429586103 ## File path: core/src/test/resources/org/apache/calcite/test/TopDownOptTest.xml ## @@ -35,6 +35,73 @@ EnumerableLimit(fetch=[5])

[GitHub] [calcite] amaliujia commented on a change in pull request #1985: [CALCITE-4011] Support trait propagation for EnumerableProject and EnumerableFilter

2020-05-23 Thread GitBox
amaliujia commented on a change in pull request #1985: URL: https://github.com/apache/calcite/pull/1985#discussion_r429584061 ## File path: core/src/test/resources/org/apache/calcite/test/TopDownOptTest.xml ## @@ -35,6 +35,73 @@ EnumerableLimit(fetch=[5])

[GitHub] [calcite] amaliujia commented on a change in pull request #1985: [CALCITE-4011] Support trait propagation for EnumerableProject and EnumerableFilter

2020-05-23 Thread GitBox
amaliujia commented on a change in pull request #1985: URL: https://github.com/apache/calcite/pull/1985#discussion_r429584360 ## File path: core/src/test/java/org/apache/calcite/tools/PlannerTest.java ## @@ -969,7 +969,7 @@ private void checkJoinNWay(int n) throws Exception {

[GitHub] [calcite] hsyuan commented on a change in pull request #1985: [CALCITE-4011] Support trait propagation for EnumerableProject and EnumerableFilter

2020-05-23 Thread GitBox
hsyuan commented on a change in pull request #1985: URL: https://github.com/apache/calcite/pull/1985#discussion_r429585112 ## File path: core/src/test/resources/org/apache/calcite/test/TopDownOptTest.xml ## @@ -35,6 +35,73 @@ EnumerableLimit(fetch=[5])

[GitHub] [calcite] hsyuan commented on a change in pull request #1985: [CALCITE-4011] Support trait propagation for EnumerableProject and EnumerableFilter

2020-05-23 Thread GitBox
hsyuan commented on a change in pull request #1985: URL: https://github.com/apache/calcite/pull/1985#discussion_r429585612 ## File path: core/src/test/resources/org/apache/calcite/test/TopDownOptTest.xml ## @@ -35,6 +35,73 @@ EnumerableLimit(fetch=[5])

[calcite] 01/03: Improve 1.23.0 release note and document

2020-05-23 Thread hyuan
This is an automated email from the ASF dual-hosted git repository. hyuan pushed a commit to branch branch-1.23 in repository https://gitbox.apache.org/repos/asf/calcite.git commit 090154a9efc482ca6a597abe1558cb3f8c48d576 Author: Haisheng Yuan AuthorDate: Sat May 23 13:10:59 2020 -0500

[calcite] 02/03: Prepare for next development iteration

2020-05-23 Thread hyuan
This is an automated email from the ASF dual-hosted git repository. hyuan pushed a commit to branch branch-1.23 in repository https://gitbox.apache.org/repos/asf/calcite.git commit 4346321972b94ff1582368afe40d0241fb9f20bd Author: Haisheng Yuan AuthorDate: Sat May 23 22:00:40 2020 -0500

[calcite] branch branch-1.23 updated (b708fdc -> dfea387)

2020-05-23 Thread hyuan
This is an automated email from the ASF dual-hosted git repository. hyuan pushed a change to branch branch-1.23 in repository https://gitbox.apache.org/repos/asf/calcite.git. from b708fdc [CALCITE-3989] Release Calcite 1.23.0 new 090154a Improve 1.23.0 release note and document

[calcite] 03/03: Add 1.23.0 release announcement

2020-05-23 Thread hyuan
This is an automated email from the ASF dual-hosted git repository. hyuan pushed a commit to branch branch-1.23 in repository https://gitbox.apache.org/repos/asf/calcite.git commit dfea3871b863436d8c93f92377a5fb92520cd8c7 Author: Haisheng Yuan AuthorDate: Sat May 23 22:23:51 2020 -0500 Add

[calcite] branch master updated (b708fdc -> dfea387)

2020-05-23 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 b708fdc [CALCITE-3989] Release Calcite 1.23.0 add 090154a Improve 1.23.0 release note and document add

[calcite] branch site updated (d2e2d7c -> b708fdc)

2020-05-23 Thread hyuan
This is an automated email from the ASF dual-hosted git repository. hyuan pushed a change to branch site in repository https://gitbox.apache.org/repos/asf/calcite.git. discard d2e2d7c Site: Change affiliation of Stamatis Zampetakis discard 3a1e312 Site: Add Forward Xu, Jin Xing, Wang