Query with "WITH" clause is failing after calcite upgrade

2022-10-13 Thread Rishabh Kedia
Hello, I have a simple query using "WITH" clause: "WITH tempTable AS (SELECT * FROM PCOLLECTION WHERE PCOLLECTION.`user_info`.`name` = 'User1') SELECT * FROM tempTable" and schema such as: { "doc":"More information on the user", "name":"user_info", "type":["null", "user_info"], "default":null }

Avatica Pull Requests

2022-10-13 Thread Francis Chuang
Hey everyone, There are currently 13 open pull requests for Avatica[1]. Since we're not in the middle of a Calcite release, would it be possible for community members to review and perhaps merge those PRs? There are a few that look ready to be merged and there are a few that are a few years

[jira] [Created] (CALCITE-5333) Query with "WITH" clause is failing after calcite upgrade

2022-10-13 Thread Rish K (Jira)
Rish K created CALCITE-5333: --- Summary: Query with "WITH" clause is failing after calcite upgrade Key: CALCITE-5333 URL: https://issues.apache.org/jira/browse/CALCITE-5333 Project: Calcite Issue

[jira] [Created] (CALCITE-5332) Configuring PruneEmptyRules is cumbersome

2022-10-13 Thread Stamatis Zampetakis (Jira)
Stamatis Zampetakis created CALCITE-5332: Summary: Configuring PruneEmptyRules is cumbersome Key: CALCITE-5332 URL: https://issues.apache.org/jira/browse/CALCITE-5332 Project: Calcite