[GitHub] [calcite] danny0405 closed pull request #2029: [CALCITE-4066] SqlTypeUtil#convertTypeToSpec cover Array/Multiset/Row types.

2020-07-03 Thread GitBox
danny0405 closed pull request #2029: URL: https://github.com/apache/calcite/pull/2029 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 t

[calcite] branch master updated (a329e88 -> 8db7c9d)

2020-07-03 Thread danny0405
This is an automated email from the ASF dual-hosted git repository. danny0405 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git. from a329e88 [CALCITE-4059] SqlTypeUtil#equalSansNullability consider Array/Map type (Jiatao Tao) add 8db7c9d

[GitHub] [calcite] danny0405 closed pull request #2030: [CALCITE-4098] Remove redundant code in "RelJson.toJson(RelDistribution)"

2020-07-03 Thread GitBox
danny0405 closed pull request #2030: URL: https://github.com/apache/calcite/pull/2030 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 t

[calcite] branch master updated (8db7c9d -> 32fc1f4)

2020-07-03 Thread danny0405
This is an automated email from the ASF dual-hosted git repository. danny0405 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git. from 8db7c9d [CALCITE-4066] SqlTypeUtil#convertTypeToSpec cover Array/Multiset/Row types (Jiatao Tao) add 32fc1

[GitHub] [calcite] danny0405 closed pull request #2054: [CALCITE-4101] Calcite PR CI often failed due to `elasticsearch:test`, disable the related tests first

2020-07-03 Thread GitBox
danny0405 closed pull request #2054: URL: https://github.com/apache/calcite/pull/2054 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 t

[calcite] branch master updated (32fc1f4 -> e7aca69)

2020-07-03 Thread danny0405
This is an automated email from the ASF dual-hosted git repository. danny0405 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git. from 32fc1f4 [CALCITE-4098] Remove redundant code in RelJson.toJson(RelDistribution) (Jiatao Tao) add e7aca69

[calcite] branch master updated (e7aca69 -> 113892e)

2020-07-03 Thread zabetak
This is an automated email from the ASF dual-hosted git repository. zabetak pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git. from e7aca69 [CALCITE-4101] Calcite PR CI often failed due to `elasticsearch:test`, disable the related tests first (J

[GitHub] [calcite] zabetak merged pull request #2050: Site: Remove '(for Calcite committers)' suffix from headers in section dedicated to committers

2020-07-03 Thread GitBox
zabetak merged pull request #2050: URL: https://github.com/apache/calcite/pull/2050 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 site updated: Site: Remove '(for Calcite committers)' suffix from headers in section dedicated to committers

2020-07-03 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 8ce5300 Site: Remove '(for Calcite committers)' s

[calcite-site] branch master updated: Site: Remove '(for Calcite committers)' suffix from headers in section dedicated to committers

2020-07-03 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 5e87f70 Site: Remove '(for Calcite commi

[GitHub] [calcite] zabetak opened a new pull request #2055: [CALCITE-4104] Add automatically link to GitHub PR and 'pull-request-available' label to issues

2020-07-03 Thread GitBox
zabetak opened a new pull request #2055: URL: https://github.com/apache/calcite/pull/2055 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] junzheng-zheng commented on a change in pull request #1950: [CALCITE-3916] Implement top-down rule applying and upper bound space pruning

2020-07-03 Thread GitBox
junzheng-zheng commented on a change in pull request #1950: URL: https://github.com/apache/calcite/pull/1950#discussion_r449746706 ## File path: core/src/main/java/org/apache/calcite/rel/metadata/RelMdLowerBoundCost.java ## @@ -0,0 +1,127 @@ +/* + * Licensed to the Apache Soft