[jira] [Created] (CALCITE-4758) When All sub-query contains 3-valued logic, Calcite return wrong result

2021-08-30 Thread duan xiong (Jira)
duan xiong created CALCITE-4758: --- Summary: When All sub-query contains 3-valued logic, Calcite return wrong result Key: CALCITE-4758 URL: https://issues.apache.org/jira/browse/CALCITE-4758 Project: Cal

Difficulties writing custom parser in SBT build system

2021-08-30 Thread Tej Nair
Hello Calcite developers, I am trying to add custom types to the Calcite parser. From what I know, it seems that I need configure a config.fmpp file, modify Parser.jj, and run FMPP and JavaCC on them to create a custom parser (with a build system like the one for the Babel parser). However, we use

[jira] [Created] (CALCITE-4759) JoinPushThroughJoinRule does not match two joins

2021-08-30 Thread Andrew Pilloud (Jira)
Andrew Pilloud created CALCITE-4759: --- Summary: JoinPushThroughJoinRule does not match two joins Key: CALCITE-4759 URL: https://issues.apache.org/jira/browse/CALCITE-4759 Project: Calcite Is

Re: Difficulties writing custom parser in SBT build system

2021-08-30 Thread stanilovsky evgeny
hello, you can take as a starting point this PR for example : https://issues.apache.org/jira/browse/IGNITE-13547 Hello Calcite developers, I am trying to add custom types to the Calcite parser. From what I know, it seems that I need configure a config.fmpp file, modify Parser.jj, and run FMP