[GitHub] [calcite] xy2953396112 commented on a change in pull request #1972: [CALCITE-3988] Intersect in RelMdRowCount doesn't take into account '…

2020-05-15 Thread GitBox
xy2953396112 commented on a change in pull request #1972: URL: https://github.com/apache/calcite/pull/1972#discussion_r425749953 ## File path: core/src/main/java/org/apache/calcite/rel/metadata/RelMdRowCount.java ## @@ -108,7 +108,11 @@ public Double getRowCount(Intersect rel,

[GitHub] [calcite] hsyuan opened a new pull request #1979: Following [CALCITE-3997] Remove TransformationRule from CalcMergeRule temporarily

2020-05-15 Thread GitBox
hsyuan opened a new pull request #1979: URL: https://github.com/apache/calcite/pull/1979 Just to trigger test. This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [calcite] rubenada commented on pull request #1979: Following [CALCITE-3997] Remove TransformationRule from CalcMergeRule temporarily

2020-05-15 Thread GitBox
rubenada commented on pull request #1979: URL: https://github.com/apache/calcite/pull/1979#issuecomment-629236563 Thanks for the quick reactivity. LGTM This is an automated message from the Apache Git Service. To respond

[GitHub] [calcite] hsyuan merged pull request #1979: Following [CALCITE-3997] Remove TransformationRule from CalcMergeRule temporarily

2020-05-15 Thread GitBox
hsyuan merged pull request #1979: URL: https://github.com/apache/calcite/pull/1979 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

[calcite] branch master updated: Following [CALCITE-3997] Remove TransformationRule from CalcMergeRule temporarily

2020-05-15 Thread hyuan
This is an automated email from the ASF dual-hosted git repository. hyuan 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 05376d6 Following [CALCITE-3997] Remove

[GitHub] [calcite] dasch-1 opened a new pull request #1980: [CALCITE-3974] Convert some existing private data fields of AST nodes to be public

2020-05-15 Thread GitBox
dasch-1 opened a new pull request #1980: URL: https://github.com/apache/calcite/pull/1980 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

svn commit: r39622 - in /dev/calcite/apache-calcite-1.23.0-rc1: ./ apache-calcite-1.23.0-src.tar.gz apache-calcite-1.23.0-src.tar.gz.asc apache-calcite-1.23.0-src.tar.gz.sha512

2020-05-15 Thread hyuan
Author: hyuan Date: Sat May 16 03:54:03 2020 New Revision: 39622 Log: Uploading release candidate Apache Calcite calcite-1.23.0-rc1 to dev area Added: dev/calcite/apache-calcite-1.23.0-rc1/ dev/calcite/apache-calcite-1.23.0-rc1/apache-calcite-1.23.0-src.tar.gz

[calcite] 01/01: [CALCITE-3989] Release Calcite 1.23.0

2020-05-15 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 2143ac6510d9cc8b34a75c17b7b69af3d8f437e0 Author: Haisheng Yuan AuthorDate: Mon May 11 18:48:12 2020 -0500

[calcite] branch branch-1.23 updated (edc37c0 -> 2143ac6)

2020-05-15 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. omit edc37c0 [CALCITE-3989] Release Calcite 1.23.0 add ffa22f7 [CALCITE-3979] Simplification might have

[calcite] annotated tag calcite-1.23.0-rc1 updated (b708fdc -> dc88515)

2020-05-15 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-rc1 in repository https://gitbox.apache.org/repos/asf/calcite.git. *** WARNING: tag calcite-1.23.0-rc1 was modified! *** from b708fdc (commit) to dc88515 (tag)

[calcite] 01/01: [CALCITE-3989] Release Calcite 1.23.0

2020-05-15 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 b708fdc46d4c5fd4c5a6c7a398823318a7b4dce3 Author: Haisheng Yuan AuthorDate: Mon May 11 18:48:12 2020 -0500

[calcite] branch branch-1.23 updated (2143ac6 -> b708fdc)

2020-05-15 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. discard 2143ac6 [CALCITE-3989] Release Calcite 1.23.0 new b708fdc [CALCITE-3989] Release Calcite 1.23.0 This

[GitHub] [calcite] amaliujia commented on pull request #1981: [CALCITE-4000] Support OFFSET parameter in TUMBLE/HOP table functions…

2020-05-15 Thread GitBox
amaliujia commented on pull request #1981: URL: https://github.com/apache/calcite/pull/1981#issuecomment-629585828 R: @DonnyZone @danny0405 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [calcite] amaliujia opened a new pull request #1981: [CALCITE-4000] Support OFFSET parameter in TUMBLE/HOP table functions…

2020-05-15 Thread GitBox
amaliujia opened a new pull request #1981: URL: https://github.com/apache/calcite/pull/1981 …. (Rui Wang) Details in: https://jira.apache.org/jira/browse/CALCITE-4000 This is an automated message from the Apache

[GitHub] [calcite] jinxing64 commented on pull request #1982: [CALCITE-3950] Doc of SqlGroupingFunction contradicts its behavior

2020-05-15 Thread GitBox
jinxing64 commented on pull request #1982: URL: https://github.com/apache/calcite/pull/1982#issuecomment-629591003 Travis CI keeps failing in https://github.com/apache/calcite/pull/1940 due to issue in building env. I try to open this one to see if it can pass.

[GitHub] [calcite] jinxing64 opened a new pull request #1982: [CALCITE-3950] Doc of SqlGroupingFunction contradicts its behavior

2020-05-15 Thread GitBox
jinxing64 opened a new pull request #1982: URL: https://github.com/apache/calcite/pull/1982 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

[GitHub] [calcite] DonnyZone commented on pull request #1977: [CALCITE-3999] Simplify DialectPool implementation using Guava cache

2020-05-15 Thread GitBox
DonnyZone commented on pull request #1977: URL: https://github.com/apache/calcite/pull/1977#issuecomment-629129867 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on to