Re: Equals method of AggregateCall

2021-06-16 Thread Julian Hyde
Not a bug. The type is derived from the operator plus argument types, so it is impossible for two AggregateCalls to be the same except for type. There is no perfect “equals”. The current one seems to serve our needs. If you have different needs maybe you need a different “equals” (or use a

Re: should calcite tolerate some typo mistakes?

2021-06-16 Thread Julian Hyde
It would have to be a mode that people opt into, but it might be useful. Especially for interactive use. I think you should write a Jira case with a specification and examples. Note that we already detect when people use the right identifier with the wrong case, and alert them in the error

should calcite tolerate some typo mistakes?

2021-06-16 Thread Yanjing Wang
for some times, users typo "select `a`" to "select `a `", should calcite pass the typo mistake?

Re: Joining JIRA as a contributor

2021-06-16 Thread Francis Chuang
Hey Taras, I've added you to the contributor list in jira. Francis On 16/06/2021 9:35 pm, Taras Ledkov wrote: Hi, I'd like to join the JIRA contributor list. My Jira username is tledkov-gridgain I would work on the issue CALCITE-4652 (see [1]). [1].

Joining JIRA as a contributor

2021-06-16 Thread Taras Ledkov
Hi, I'd like to join the JIRA contributor list. My Jira username is tledkov-gridgain I would work on the issue CALCITE-4652 (see [1]). [1]. https://issues.apache.org/jira/browse/CALCITE-4652 -- Taras Ledkov Mail-To: tled...@gridgain.com

[jira] [Created] (CALCITE-4653) Improve exception message when identifiers using reserved keyword

2021-06-16 Thread Martijn Visser (Jira)
Martijn Visser created CALCITE-4653: --- Summary: Improve exception message when identifiers using reserved keyword Key: CALCITE-4653 URL: https://issues.apache.org/jira/browse/CALCITE-4653 Project: