Re: [DISCUSS] Github PR link to JIRA issue

2022-04-01 Thread Julian Hyde
The present hyperlinking was enabled by Stamatis: https://issues.apache.org/jira/browse/CALCITE-4104 I’m not exactly sure how the .asf.yaml file accomplishes this. Maybe it instructs some ASF robot to modify the GitHub project settings on

Re: Draft: board report for 2022 Q1

2022-04-01 Thread Haisheng Yuan
It looks good to me, thanks for preparing the draft, Ruben. Haisheng On 2022/04/01 11:17:19 Ruben Q L wrote: > Hello, > > Below these lines you can find a draft of this quarter's board report. I > plan to submit it > at the beginning of next week. > Please let me know if you have any additions

Re: [DISCUSS] Github PR link to JIRA issue

2022-04-01 Thread Haisheng Yuan
Yes, that is what I meant. I was expecting to see the link to JIRA in PR's commit page: https://github.com/apache/calcite/pull/2752/commits I am lazy to navigate to JIRA manually. :) Haisheng On 2022/04/01 01:04:19 Julian Hyde wrote: > Ah, I see. In the page for a commit (e.g. [1]) the text

[jira] [Created] (CALCITE-5082) Ensure client_reference updated on site for user-facing properties

2022-04-01 Thread Josh Elser (Jira)
Josh Elser created CALCITE-5082: --- Summary: Ensure client_reference updated on site for user-facing properties Key: CALCITE-5082 URL: https://issues.apache.org/jira/browse/CALCITE-5082 Project: Calcite

Re: Contributing a custom SQL dialect of Firebolt to Calcite

2022-04-01 Thread Julian Hyde
Sorry I was slow to respond to your earlier message. (No need to add me to the thread - I am on the list, just backlogged. By the way, I am on vacation for the next ten days, so don’t expect responses from me. Other project members may or may not be able to help.) Please log a JIRA case, as I

Re: Calcite's parser didn't support bitwise's operator

2022-04-01 Thread Julian Hyde
In my opinion we should support the ‘|’ operator but not in the core SQL parser by default. Either support it in babel or enable it with flags in the core parser. Rationale: MySQL in its early days seemed to have a wacky mission to make SQL look like C. 0 and 1 for true and false, the |, ^,

[jira] [Created] (CALCITE-5081) Bug in RelDecorrelator.decorrelate(Aggregate, boolean) is changing the group keys

2022-04-01 Thread Shiven Dvrk (Jira)
Shiven Dvrk created CALCITE-5081: Summary: Bug in RelDecorrelator.decorrelate(Aggregate, boolean) is changing the group keys Key: CALCITE-5081 URL: https://issues.apache.org/jira/browse/CALCITE-5081

Calcite's parser didn't support bitwise's operator

2022-04-01 Thread 徐仁和
Hi all I am using CALCITE as a mysql-proxy in my project. Some user want use mysql's bit functions[1], but I found CALCITE didn't support to parse these token. For example: > select 1 | 2 as c1; Exception: Caused by: java.lang.RuntimeException: org.apache.calcite.sql.parser.SqlParseException:

Re: Contributing a custom SQL dialect of Firebolt to Calcite

2022-04-01 Thread Raghav Sharma
Adding Julian to the thread. Thanks & Regards, Raghav Sharma | SDE 1 | Data Engineering M: +91 7087637086 I Mail: ragh...@sigmoidanalytics.com On Thu, Mar 31, 2022 at 2:39 PM Raghav Sharma wrote: > Hey Julian! > I followed your suggestions related to the

Re: Draft: board report for 2022 Q1

2022-04-01 Thread Alessandro Solimando
Hi Ruben, thanks for preparing the draft, it already looks good to me as-is. Best regards, Alessandro On Fri, 1 Apr 2022 at 13:17, Ruben Q L wrote: > Hello, > > Below these lines you can find a draft of this quarter's board report. I > plan to submit it > at the beginning of next week. >

Draft: board report for 2022 Q1

2022-04-01 Thread Ruben Q L
Hello, Below these lines you can find a draft of this quarter's board report. I plan to submit it at the beginning of next week. Please let me know if you have any additions or corrections. ## Description: Apache Calcite is a highly customizable framework for parsing and planning queries on

[jira] [Created] (CALCITE-5080) jdbc adapter "zeroDateTimeBehavior=convertToNull" Causes "enumerable" to get stuck

2022-04-01 Thread itxiangkui (Jira)
itxiangkui created CALCITE-5080: --- Summary: jdbc adapter "zeroDateTimeBehavior=convertToNull" Causes "enumerable" to get stuck Key: CALCITE-5080 URL: https://issues.apache.org/jira/browse/CALCITE-5080

[jira] [Created] (CALCITE-5079) Update tutorial code demo.

2022-04-01 Thread Luning Wang (Jira)
Luning Wang created CALCITE-5079: Summary: Update tutorial code demo. Key: CALCITE-5079 URL: https://issues.apache.org/jira/browse/CALCITE-5079 Project: Calcite Issue Type: Improvement