Re: Help to parse spark dialect

2020-06-27 Thread Danny Chan
The Apache Flink sql parser template is a good choice to reference [1]. [1]  https://github.com/apache/flink/blob/master/flink-table/flink-sql-parser/src/main/codegen/includes/parserImpls.ftl Best, Danny Chan 在 2020年6月27日 +0800 AM4:26,Tang, Mingjun ,写道: > Hi dear calcite community, > > This is a

Re: Calcite PR CI offten failed due to elasticsearch:test

2020-06-27 Thread Danny Chan
Yes, it times out often, can you log an issue there and disable the case ? Best, Danny Chan 在 2020年6月26日 +0800 PM6:00,JiaTao Tao ,写道: > Seems an unstable case. > > > Regards! > > Aron Tao

[jira] [Created] (CALCITE-4093) Unable to translate correlate to SQL

2020-06-27 Thread jamie12221 (Jira)
jamie12221 created CALCITE-4093: --- Summary: Unable to translate correlate to SQL Key: CALCITE-4093 URL: https://issues.apache.org/jira/browse/CALCITE-4093 Project: Calcite Issue Type: Bug

Re: Using the Calcite Babel Parser as a Blackbox

2020-06-27 Thread Rui Wang
Hi, I created a maven project and used 1.22.0 Calcite artifacts to make your code work: https://github.com/amaliujia/CalciteParser. Does this work for you? -Rui On Fri, Jun 26, 2020 at 12:44 PM Subin Lee wrote: > Hello! > > I hope this email finds you well. My name is Subin and I am an