The same problem appears in MongoDB Adapter

2017-03-30 Thread 何海洋
The same problem appears in MongoDB Adapter. 0: jdbc:calcite:model=mongodb/target/test-cla> select city from zips limit 5; +--+ | CITY | +--+ | AGAWAM | | CUSHMAN | | BARRE| | BELCHERTOWN |

[jira] [Created] (CALCITE-1733) support more UDFs

2017-03-30 Thread Xiaoyong Deng (JIRA)
Xiaoyong Deng created CALCITE-1733: -- Summary: support more UDFs Key: CALCITE-1733 URL: https://issues.apache.org/jira/browse/CALCITE-1733 Project: Calcite Issue Type: New Feature

[jira] [Created] (CALCITE-1732) Get IndexOutOfBoundsException when using LATERAL TABLE with more than one fields

2017-03-30 Thread godfrey he (JIRA)
godfrey he created CALCITE-1732: --- Summary: Get IndexOutOfBoundsException when using LATERAL TABLE with more than one fields Key: CALCITE-1732 URL: https://issues.apache.org/jira/browse/CALCITE-1732

[RESULT] [VOTE] Separate Avatica into its own repository

2017-03-30 Thread Josh Elser
This vote passes with 4 +1's (1 non-binding). Thanks for those who took the time to provide their opinion! I'll try to proceed with this today. Josh Elser wrote: Hi all, Hopefully you've all caught the discussion on this subject by now (CALCITE-1717, and this thread[1]). A few of us are

[jira] [Created] (CALCITE-1731) Rewriting of queries using materialized views with joins and aggregates

2017-03-30 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created CALCITE-1731: Summary: Rewriting of queries using materialized views with joins and aggregates Key: CALCITE-1731 URL: https://issues.apache.org/jira/browse/CALCITE-1731

[jira] [Created] (CALCITE-1730) Upgrade Druid to 0.9.2

2017-03-30 Thread Julian Hyde (JIRA)
Julian Hyde created CALCITE-1730: Summary: Upgrade Druid to 0.9.2 Key: CALCITE-1730 URL: https://issues.apache.org/jira/browse/CALCITE-1730 Project: Calcite Issue Type: Bug

Support for basic sql function in Elasticsearch adapter

2017-03-30 Thread 何海洋
Dear Calcite dev team, Our team is using Calcite to query Elasticsearch, but found that the Elasticsearch Adapter doesn’t support basic functions like UPPER, CHAR_LENGTH, TRIM, etc. For example, we use the sql "select char_length(city) from zips”, it will throw an exception like below: