Re: Requesting a Review on a PR

2021-06-11 Thread Haisheng Yuan
Hi Nick, I believe it is https://github.com/apache/calcite/pull/2435, right? People are reviewing now. Thanks, Haisheng Yuan On 2021/06/11 17:12:26, Nick Riasanovsky wrote: > I am a new contributor who opened a PR for an issue I opened on JIRA. Could > I get some clarity on the process for

[jira] [Created] (CALCITE-4649) Add AggregateExpandGroupingSetsRule, a planner rule that removes GROUPING SETS

2021-06-11 Thread Julian Hyde (Jira)
Julian Hyde created CALCITE-4649: Summary: Add AggregateExpandGroupingSetsRule, a planner rule that removes GROUPING SETS Key: CALCITE-4649 URL: https://issues.apache.org/jira/browse/CALCITE-4649

Requesting a Review on a PR

2021-06-11 Thread Nick Riasanovsky
I am a new contributor who opened a PR for an issue I opened on JIRA. Could I get some clarity on the process for getting someone to review my PR? I believe my PR should be ready. Thanks, Nick Riasanovsky

Re: [QUESTION] Calcite 1.27.0 Potential Sarg problems

2021-06-11 Thread stanilovsky evgeny
Sorry, my fault, seems no problem on calcite side here. Hello ! After 1.27.0 upgrading i found problems with correctness of condition definition. I have simple query : SELECT * FROM products WHERE name = 'Canon' OR category = 'Video' and table like : 5, "Video", 2, "Camera Media",

[QUESTION] Calcite 1.27.0 Potential Sarg problems

2021-06-11 Thread stanilovsky evgeny
Hello ! After 1.27.0 upgrading i found problems with correctness of condition definition. I have simple query : SELECT * FROM products WHERE name = 'Canon' OR category = 'Video' and table like : 5, "Video", 2, "Camera Media", 21, "Media 3" 6, "Video", 2, "Camera Lens", 22,