Ignite community is building Calcite-based prototype

2019-09-30 Thread Denis Magda
Hey ASF-mates, Just wanted to send a note for Ignite dev community who has started prototyping with a new Ignite SQL engine and Calcite was selected as the most favorable option. We will truly

[jira] [Created] (CALCITE-3383) Allow plural time units in interval literals

2019-09-30 Thread Julian Hyde (Jira)
Julian Hyde created CALCITE-3383: Summary: Allow plural time units in interval literals Key: CALCITE-3383 URL: https://issues.apache.org/jira/browse/CALCITE-3383 Project: Calcite Issue Type:

[jira] [Created] (CALCITE-3382) Rename current TUMBLE to "TUMBLE_OLD" and add TUMBLE to Parser

2019-09-30 Thread Rui Wang (Jira)
Rui Wang created CALCITE-3382: - Summary: Rename current TUMBLE to "TUMBLE_OLD" and add TUMBLE to Parser Key: CALCITE-3382 URL: https://issues.apache.org/jira/browse/CALCITE-3382 Project: Calcite

Re: [DISCUSS] Small contributions

2019-09-30 Thread Julian Hyde
Thanks for the encouragement, Albert. I fight every day to get people to write commit messages that are clearer, more concise, and more meaningful to non-technical users. I can imagine that it is not too pleasant for each code contributor who is on the receiving end of my criticism. But I am

[jira] [Created] (CALCITE-3381) Add `getCastSpec` for BigQuerySqlDialect

2019-09-30 Thread Kirill Kozlov (Jira)
Kirill Kozlov created CALCITE-3381: -- Summary: Add `getCastSpec` for BigQuerySqlDialect Key: CALCITE-3381 URL: https://issues.apache.org/jira/browse/CALCITE-3381 Project: Calcite Issue Type:

Re: How to connect es5 in the latest mainline code?

2019-09-30 Thread Andrei Sereda
Hi Chen, Please use the latest calcite version 1.21 which has dependency on ES 7.x low-level rest client. We have removed elasticsearch5 and elasticsearch2 maven modules in favor of a single elasticsearch (which uses rest-client in favor of transport client) in CALCITE-2376

How to connect es5 in the latest mainline code?

2019-09-30 Thread chen cui
Hi: I want to know how to connect to es5 in the latest mainline code. I read the es5 theme in the official documentation and mailing list, but I didn't find the answer. I tried to connect es5 in the latest mainline code, but it failed. I modified the es version in