[jira] [Created] (CALCITE-3339) DESCRIPTOR as a SQL operator in SqlStdOperatorTable

2019-09-11 Thread Rui Wang (Jira)
Rui Wang created CALCITE-3339: - Summary: DESCRIPTOR as a SQL operator in SqlStdOperatorTable Key: CALCITE-3339 URL: https://issues.apache.org/jira/browse/CALCITE-3339 Project: Calcite Issue

[jira] [Created] (CALCITE-3340) Make TUMBLE be accepted as an operand for COLLECTION_TABLE(TABLE syntax) in validator

2019-09-11 Thread Rui Wang (Jira)
Rui Wang created CALCITE-3340: - Summary: Make TUMBLE be accepted as an operand for COLLECTION_TABLE(TABLE syntax) in validator Key: CALCITE-3340 URL: https://issues.apache.org/jira/browse/CALCITE-3340

[DISCUSS] Release apache-calcite-1.21.0 (release candidate 1)

2019-09-11 Thread Stamatis Zampetakis
The release process for apache-calcite-1.21.0 is now complete. You can now commit again to the master. Once again, I would like to thank again all the members of the community that helped in getting 1.21.0 out the door. A special mention for the reviewers who helped getting in some great

Calcite-Master - Build # 1335 - Still Failing

2019-09-11 Thread Apache Jenkins Server
The Apache Jenkins build system has built Calcite-Master (build #1335) Status: Still Failing Check console output at https://builds.apache.org/job/Calcite-Master/1335/ to view the results.

Re: Is it possible that unquoted identifiers are not implicitly converted to upper case

2019-09-11 Thread Feng Zhu
Hi, JuanPan, You can refer to Lex, which decides how identifiers are quoted, whether they are converted to upper-case org.apache.calcite.config.Lex Regards Juan Pan 于2019年9月11日周三 下午8:05写道: > > > Hi, all the committers and contributors, > > > This email is for your help. > > > I am now deep in

Is it possible to retrieve materialized view query rewrite from Calcite Plan

2019-09-11 Thread Shubham Kumar
Hi Contributors, I have recently started to experiment with Apache Calcite's materialized views and I needed a bit of help. I have explicitly defined materialized views which are stored in data source by defining it in root.schema.materializations of model file. Now for a query which should use

Is it possible that unquoted identifiers are not implicitly converted to upper case

2019-09-11 Thread Juan Pan
Hi, all the committers and contributors, This email is for your help. I am now deep in Apache Calcite, and it’s great. Now, i want to know whether it is possible that unquoted identifiers are not implicitly converted to upper case? For example, a SQL is `select name from test`, when it