[GitHub] [calcite] danny0405 commented on a change in pull request #1785: [CALCITE-3771] TRIM Support for HIVE/SPARK Dialect

2020-02-06 Thread GitBox
danny0405 commented on a change in pull request #1785: [CALCITE-3771] TRIM Support for HIVE/SPARK Dialect URL: https://github.com/apache/calcite/pull/1785#discussion_r376203556 ## File path: core/src/main/java/org/apache/calcite/sql/dialect/SparkSqlDialect.java ## @@

[GitHub] [calcite] XuQianJin-Stars commented on issue #1785: [CALCITE-3771] TRIM Support for HIVE/SPARK Dialect

2020-02-06 Thread GitBox
XuQianJin-Stars commented on issue #1785: [CALCITE-3771] TRIM Support for HIVE/SPARK Dialect URL: https://github.com/apache/calcite/pull/1785#issuecomment-583216663 +1 LGTM This is an automated message from the Apache Git

[calcite] branch master updated: [CALCITE-3769] Remove ToRelContextFactory

2020-02-06 Thread danny0405
This is an automated email from the ASF dual-hosted git repository. danny0405 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 6ea2fd0 [CALCITE-3769] Remove

[GitHub] [calcite] danny0405 merged pull request #1787: [CALCITE-3769] Remove ToRelContextFactory

2020-02-06 Thread GitBox
danny0405 merged pull request #1787: [CALCITE-3769] Remove ToRelContextFactory URL: https://github.com/apache/calcite/pull/1787 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [calcite] vlsi closed pull request #1789: [CALCITE-3776] Create a Gradle task to run JdbcExample (Rui Wang)

2020-02-06 Thread GitBox
vlsi closed pull request #1789: [CALCITE-3776] Create a Gradle task to run JdbcExample (Rui Wang) URL: https://github.com/apache/calcite/pull/1789 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [calcite] vlsi commented on issue #1789: [CALCITE-3776] Create a Gradle task to run JdbcExample (Rui Wang)

2020-02-06 Thread GitBox
vlsi commented on issue #1789: [CALCITE-3776] Create a Gradle task to run JdbcExample (Rui Wang) URL: https://github.com/apache/calcite/pull/1789#issuecomment-583152266 No build script modification needed as per discussion in JIRA

[GitHub] [calcite] amaliujia edited a comment on issue #1789: [CALCITE-3776] Create a Gradle task to run JdbcExample (Rui Wang)

2020-02-06 Thread GitBox
amaliujia edited a comment on issue #1789: [CALCITE-3776] Create a Gradle task to run JdbcExample (Rui Wang) URL: https://github.com/apache/calcite/pull/1789#issuecomment-583126082 Thanks. I found that mac intellij could just work but linux version on my corp machine does not work.

[GitHub] [calcite] amaliujia commented on issue #1789: [CALCITE-3776] Create a Gradle task to run JdbcExample (Rui Wang)

2020-02-06 Thread GitBox
amaliujia commented on issue #1789: [CALCITE-3776] Create a Gradle task to run JdbcExample (Rui Wang) URL: https://github.com/apache/calcite/pull/1789#issuecomment-583126082 Thanks. I found that mac intellij could just work but linux version on my corp machine does not work.

[GitHub] [calcite] vlsi commented on issue #1789: [CALCITE-3776] Create a Gradle task to run JdbcExample (Rui Wang)

2020-02-06 Thread GitBox
vlsi commented on issue #1789: [CALCITE-3776] Create a Gradle task to run JdbcExample (Rui Wang) URL: https://github.com/apache/calcite/pull/1789#issuecomment-583117451 @amaliujia, adding a task for each Java class it not the way to proceed here. IntelliJ IDEA executes the class

[GitHub] [calcite] amaliujia commented on issue #1789: [CALCITE-3776] Create a Gradle task to run JdbcExample (Rui Wang)

2020-02-06 Thread GitBox
amaliujia commented on issue #1789: [CALCITE-3776] Create a Gradle task to run JdbcExample (Rui Wang) URL: https://github.com/apache/calcite/pull/1789#issuecomment-583107084 @vlsi @michaelmior could you take a look?

[calcite] branch master updated: [CALCITE-3465] Add support for missing Cassandra 3.x data types (Alessandro Solimando)

2020-02-06 Thread mmior
This is an automated email from the ASF dual-hosted git repository. mmior 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 5d37a0e [CALCITE-3465] Add support for missing

[GitHub] [calcite] michaelmior closed pull request #1774: [CALCITE-3465] Add support for missing Cassandra 3.x data types (Alessandro Solimando)

2020-02-06 Thread GitBox
michaelmior closed pull request #1774: [CALCITE-3465] Add support for missing Cassandra 3.x data types (Alessandro Solimando) URL: https://github.com/apache/calcite/pull/1774 This is an automated message from the Apache Git

[GitHub] [calcite] michaelmior commented on issue #1774: [CALCITE-3465] Add support for missing Cassandra 3.x data types (Alessandro Solimando)

2020-02-06 Thread GitBox
michaelmior commented on issue #1774: [CALCITE-3465] Add support for missing Cassandra 3.x data types (Alessandro Solimando) URL: https://github.com/apache/calcite/pull/1774#issuecomment-583040366 Sorry for the delay. This has been pushed :)

[GitHub] [calcite] rubenada opened a new pull request #1788: [CALCITE-3285] EnumerableMergeJoin should support non-equi join conditions

2020-02-06 Thread GitBox
rubenada opened a new pull request #1788: [CALCITE-3285] EnumerableMergeJoin should support non-equi join conditions URL: https://github.com/apache/calcite/pull/1788 Jira ticket: [CALCITE-3285](https://issues.apache.org/jira/browse/CALCITE-3285). Added an extra predicate for non-equi

[GitHub] [calcite] danny0405 opened a new pull request #1787: [CALCITE-3769] Remove ToRelContextFactory

2020-02-06 Thread GitBox
danny0405 opened a new pull request #1787: [CALCITE-3769] Remove ToRelContextFactory URL: https://github.com/apache/calcite/pull/1787 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [calcite] rubenada commented on issue #1786: [CALCITE-3773] Wrong parameter in EnumerableMergeJoin::create method

2020-02-06 Thread GitBox
rubenada commented on issue #1786: [CALCITE-3773] Wrong parameter in EnumerableMergeJoin::create method URL: https://github.com/apache/calcite/pull/1786#issuecomment-582830622 You're welcome @danny0405 This is an automated

[GitHub] [calcite] danny0405 commented on issue #1786: [CALCITE-3773] Wrong parameter in EnumerableMergeJoin::create method

2020-02-06 Thread GitBox
danny0405 commented on issue #1786: [CALCITE-3773] Wrong parameter in EnumerableMergeJoin::create method URL: https://github.com/apache/calcite/pull/1786#issuecomment-582828792 Thanks for the fix ! This is an automated

[calcite] 01/03: [CALCITE-2905] Update documentation for Gradle

2020-02-06 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 commit 72d16e5ff419ec9e86f96774c8c4d85af448891b Author: Stamatis Zampetakis AuthorDate: Thu Feb 6 09:37:55 2020 +0100

[calcite] 02/03: Site: Add two links with useful information about Gradle (Rui Wang)

2020-02-06 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 commit 0ce8d24af33ac388643234fab216a0c6e98835fe Author: amaliujia AuthorDate: Tue Nov 19 12:31:44 2019 -0800 Site: Add

[calcite] branch site updated (3ced74e -> f99e955)

2020-02-06 Thread zabetak
This is an automated email from the ASF dual-hosted git repository. zabetak pushed a change to branch site in repository https://gitbox.apache.org/repos/asf/calcite.git. from 3ced74e Site: Switch PMC Chair to Stamatis Zampetakis new 72d16e5 [CALCITE-2905] Update documentation for

[calcite-site] branch master updated: Update Gradle documentation and talks section

2020-02-06 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 55d8eb9 Update Gradle documentation and

[calcite] 03/03: Site: Move "Fast federated SQL with Apache Calcite" in talks section and add video link

2020-02-06 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 commit f99e955ee3c5d6b4647fda5b1f102b91d3d23b3d Author: Stamatis Zampetakis AuthorDate: Fri Dec 6 15:20:56 2019 +0100

[calcite] branch master updated (ea21f75 -> d1e3a97)

2020-02-06 Thread rubenql
This is an automated email from the ASF dual-hosted git repository. rubenql pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/calcite.git. from ea21f75 [CALCITE-3768] VolcanoPlanner.changeTraitsUsingConverters() has parameter that's never used add

[GitHub] [calcite] rubenada merged pull request #1786: [CALCITE-3773] Wrong parameter in EnumerableMergeJoin::create method

2020-02-06 Thread GitBox
rubenada merged pull request #1786: [CALCITE-3773] Wrong parameter in EnumerableMergeJoin::create method URL: https://github.com/apache/calcite/pull/1786 This is an automated message from the Apache Git Service. To respond