[GitHub] [calcite] danny0405 opened a new pull request #1812: [CALCITE-3801] Deprecate SqlToRelConverter.Config#isConvertTableAccess

2020-02-16 Thread GitBox
danny0405 opened a new pull request #1812: [CALCITE-3801] Deprecate SqlToRelConverter.Config#isConvertTableAccess URL: https://github.com/apache/calcite/pull/1812 Because of CALCITE-3769, this config option is actually useless now, we always return logical rel with method RelOptTable#toR

[GitHub] [calcite] DonnyZone commented on a change in pull request #1792: [CALCITE-3775] Implicit lookup methods in SimpleCalciteSchema ignore case sensitivity parameter

2020-02-16 Thread GitBox
DonnyZone commented on a change in pull request #1792: [CALCITE-3775] Implicit lookup methods in SimpleCalciteSchema ignore case sensitivity parameter URL: https://github.com/apache/calcite/pull/1792#discussion_r379978508 ## File path: core/src/main/java/org/apache/calcite/jdbc/Simp

[GitHub] [calcite] danny0405 commented on a change in pull request #1792: [CALCITE-3775] Implicit lookup methods in SimpleCalciteSchema ignore case sensitivity parameter

2020-02-16 Thread GitBox
danny0405 commented on a change in pull request #1792: [CALCITE-3775] Implicit lookup methods in SimpleCalciteSchema ignore case sensitivity parameter URL: https://github.com/apache/calcite/pull/1792#discussion_r379970055 ## File path: core/src/main/java/org/apache/calcite/jdbc/Simp

[GitHub] [calcite] danny0405 commented on a change in pull request #1807: [CALCITE-3796] Support Array operator <, <=, >, >=

2020-02-16 Thread GitBox
danny0405 commented on a change in pull request #1807: [CALCITE-3796] Support Array operator <, <=, >, >= URL: https://github.com/apache/calcite/pull/1807#discussion_r379969482 ## File path: core/src/main/java/org/apache/calcite/runtime/SqlFunctions.java ## @@ -693,6 +693

[GitHub] [calcite] danny0405 commented on a change in pull request #1811: [CALCITE-3789] Support validation of UNNEST multiple array columns like Presto

2020-02-16 Thread GitBox
danny0405 commented on a change in pull request #1811: [CALCITE-3789] Support validation of UNNEST multiple array columns like Presto URL: https://github.com/apache/calcite/pull/1811#discussion_r379969084 ## File path: core/src/main/java/org/apache/calcite/sql/validate/SqlConforman

[GitHub] [calcite] danny0405 commented on a change in pull request #1811: [CALCITE-3789] Support validation of UNNEST multiple array columns like Presto

2020-02-16 Thread GitBox
danny0405 commented on a change in pull request #1811: [CALCITE-3789] Support validation of UNNEST multiple array columns like Presto URL: https://github.com/apache/calcite/pull/1811#discussion_r379968866 ## File path: core/src/main/java/org/apache/calcite/sql/validate/DelegatingSc

[GitHub] [calcite] danny0405 commented on a change in pull request #1811: [CALCITE-3789] Support validation of UNNEST multiple array columns like Presto

2020-02-16 Thread GitBox
danny0405 commented on a change in pull request #1811: [CALCITE-3789] Support validation of UNNEST multiple array columns like Presto URL: https://github.com/apache/calcite/pull/1811#discussion_r379968267 ## File path: core/src/main/java/org/apache/calcite/sql/SqlUnnestOperator.java

[GitHub] [calcite] danny0405 commented on a change in pull request #1811: [CALCITE-3789] Support validation of UNNEST multiple array columns like Presto

2020-02-16 Thread GitBox
danny0405 commented on a change in pull request #1811: [CALCITE-3789] Support validation of UNNEST multiple array columns like Presto URL: https://github.com/apache/calcite/pull/1811#discussion_r379968141 ## File path: core/src/main/java/org/apache/calcite/sql/SqlUnnestOperator.java

[calcite] branch master updated (6687925 -> 8cf7b44)

2020-02-16 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 6687925 [CALCITE-3791] HepPlanner does not clear metadata cache for the ancestors of discarded node when a tran

[GitHub] [calcite] danny0405 closed pull request #1806: Following [CALCITE-3763] Fix slow test failure

2020-02-16 Thread GitBox
danny0405 closed pull request #1806: Following [CALCITE-3763] Fix slow test failure URL: https://github.com/apache/calcite/pull/1806 This is an automated message from the Apache Git Service. To respond to the message, please

[calcite] branch master updated: [CALCITE-3791] HepPlanner does not clear metadata cache for the ancestors of discarded node when a transformation happens

2020-02-16 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei 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 6687925 [CALCITE-3791] HepPlanner does not cl

[GitHub] [calcite] chunweilei merged pull request #1801: [CALCITE-3791] HepPlanner does not clear metadata cache for the ancestors of discarded node when a transformation happens

2020-02-16 Thread GitBox
chunweilei merged pull request #1801: [CALCITE-3791] HepPlanner does not clear metadata cache for the ancestors of discarded node when a transformation happens URL: https://github.com/apache/calcite/pull/1801 This is an auto

[calcite] branch master updated (3e256e1 -> 21c8168)

2020-02-16 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git. discard 3e256e1 [CALCITE-3794] Return directly if there is no pulled up predicate add 21c8168 [CALCITE-3794] RexSim

[calcite] branch master updated: [CALCITE-3794] Return directly if there is no pulled up predicate

2020-02-16 Thread chunwei
This is an automated email from the ASF dual-hosted git repository. chunwei 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 3e256e1 [CALCITE-3794] Return directly if the

[GitHub] [calcite] chunweilei merged pull request #1804: [CALCITE-3794] Stop simplifying using predicates if the pulled up predicates is empty

2020-02-16 Thread GitBox
chunweilei merged pull request #1804: [CALCITE-3794] Stop simplifying using predicates if the pulled up predicates is empty URL: https://github.com/apache/calcite/pull/1804 This is an automated message from the Apache Git Se

[GitHub] [calcite] DonnyZone commented on issue #1806: Following [CALCITE-3763] Fix slow test failure

2020-02-16 Thread GitBox
DonnyZone commented on issue #1806: Following [CALCITE-3763] Fix slow test failure URL: https://github.com/apache/calcite/pull/1806#issuecomment-586687362 Thanks, updated. It seems that ES test fails easily due to timeout. Th