[GitHub] [calcite] chunweilei commented on pull request #2275: [CALCITE-4414] RelMdSelectivity#getSelectivity for Calc can propagate a predicate with wrong references

2020-11-24 Thread GitBox
chunweilei commented on pull request #2275: URL: https://github.com/apache/calcite/pull/2275#issuecomment-733532752 > @chunweilei this PR impacts some code added by you not so long ago, could you please take a look? With pleasure.

[GitHub] [calcite] rubenada opened a new pull request #2280: [CALCITE-4419] Posix regex operators cannot be used within RelBuilder

2020-11-24 Thread GitBox
rubenada opened a new pull request #2280: URL: https://github.com/apache/calcite/pull/2280 Jira: [CALCITE-4419](https://issues.apache.org/jira/browse/CALCITE-4419) This is an automated message from the Apache Git Service. To

[GitHub] [calcite] rubenada opened a new pull request #2279: [CALCITE-4415] SqlStdOperatorTable.NOT_LIKE has a wrong implementor

2020-11-24 Thread GitBox
rubenada opened a new pull request #2279: URL: https://github.com/apache/calcite/pull/2279 Jira: [CALCITE-4415](https://issues.apache.org/jira/browse/CALCITE-4415) PR based on removing rex implementor for NOT_LIKE and NOT_SIMILAR_TO

[GitHub] [calcite] vlsi commented on a change in pull request #2273: [CALCITE-4199] review-only: nullability annotations

2020-11-24 Thread GitBox
vlsi commented on a change in pull request #2273: URL: https://github.com/apache/calcite/pull/2273#discussion_r529344575 ## File path: core/src/main/java/org/apache/calcite/adapter/enumerable/EnumUtils.java ## @@ -1049,19 +1063,19 @@ private boolean isOverlapped(Pair a, Pair

[GitHub] [calcite] rubenada closed pull request #2251: WIP Test: do not review, do not merge

2020-11-24 Thread GitBox
rubenada closed pull request #2251: URL: https://github.com/apache/calcite/pull/2251 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

[GitHub] [calcite] rubenada commented on a change in pull request #2251: WIP Test: do not review, do not merge

2020-11-24 Thread GitBox
rubenada commented on a change in pull request #2251: URL: https://github.com/apache/calcite/pull/2251#discussion_r529303988 ## File path: .github/workflows/main.yml ## @@ -105,7 +105,7 @@ jobs: linux-openj9: if: github.event.action != 'labeled' name: 'Linux

[calcite] branch master updated: [CALCITE-4393] ExceptionInInitializerError due to NPE in SqlCallBinding caused by circular dependency

2020-11-24 Thread rubenql
This is an automated email from the ASF dual-hosted git repository. rubenql 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 fbe6982 [CALCITE-4393]

[GitHub] [calcite] rubenada merged pull request #2255: [CALCITE-4393] ExceptionInInitializerError due to NPE in SqlCallBinding caused by circular dependency

2020-11-24 Thread GitBox
rubenada merged pull request #2255: URL: https://github.com/apache/calcite/pull/2255 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

[GitHub] [calcite] julianhyde opened a new pull request #2278: Further changes to be part of [CALCITE-4199] Add nullability annotations

2020-11-24 Thread GitBox
julianhyde opened a new pull request #2278: URL: https://github.com/apache/calcite/pull/2278 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] rubenada commented on a change in pull request #2272: [CALCITE-4409] Improve exception when RelBuilder tries to create a field on a non-struct expression

2020-11-24 Thread GitBox
rubenada commented on a change in pull request #2272: URL: https://github.com/apache/calcite/pull/2272#discussion_r529270619 ## File path: core/src/main/java/org/apache/calcite/rel/type/RelDataTypeImpl.java ## @@ -79,6 +79,10 @@ protected RelDataTypeImpl() { @Override