[jira] [Created] (CALCITE-5073) JoinConditionPushRule cannot infer 'LHS.C1 = LHS.C2' from 'LHS.C1 = RHS.C1 AND LHS.C2 = RHS.C1'

2022-03-31 Thread Benchao Li (Jira)
Benchao Li created CALCITE-5073: --- Summary: JoinConditionPushRule cannot infer 'LHS.C1 = LHS.C2' from 'LHS.C1 = RHS.C1 AND LHS.C2 = RHS.C1' Key: CALCITE-5073 URL: https://issues.apache.org/jira/browse/CALCITE-5073

Re: Contributing a custom SQL dialect of Firebolt to Calcite

2022-03-31 Thread Raghav Sharma
Hey Julian! I followed your suggestions related to the dialect/plugin we want to contribute to Calcite for Firebolt. Some of the issues that we faced so far: 1. Tests are failing in the RelToSqlConverterTest.java file for Firebolt reason being the fact the actual parsed query does not contain the

[jira] [Created] (CALCITE-5074) Allowing parser extensions

2022-03-31 Thread Rohan Garg (Jira)
Rohan Garg created CALCITE-5074: --- Summary: Allowing parser extensions Key: CALCITE-5074 URL: https://issues.apache.org/jira/browse/CALCITE-5074 Project: Calcite Issue Type: New Feature

Build failed in Jenkins: Calcite » Calcite-snapshots #103

2022-03-31 Thread Apache Jenkins Server
See Changes: [Francis Chuang] Fix typo documenting rules for triggering a non-release website update -- [...truncated 53.19 KB...] File "TokenMgrError.jav

Build failed in Jenkins: Calcite » Calcite-snapshots #104

2022-03-31 Thread Apache Jenkins Server
See Changes: -- [...truncated 54.08 KB...] File "SimpleCharStream.java" does not exist. Will create one. Parser generated with 0 errors and 1 warnings. > Task :server:

[jira] [Created] (CALCITE-5075) Build fails due to rat check on Gemfile.lock

2022-03-31 Thread Ruben Q L (Jira)
Ruben Q L created CALCITE-5075: -- Summary: Build fails due to rat check on Gemfile.lock Key: CALCITE-5075 URL: https://issues.apache.org/jira/browse/CALCITE-5075 Project: Calcite Issue Type: Bug

[jira] [Created] (CALCITE-5076) parserConfig is not set correct when use some methods in CalcitePrepareImpl

2022-03-31 Thread zhangyang (Jira)
zhangyang created CALCITE-5076: -- Summary: parserConfig is not set correct when use some methods in CalcitePrepareImpl Key: CALCITE-5076 URL: https://issues.apache.org/jira/browse/CALCITE-5076 Project:

Re: [DISCUSS] Github PR link to JIRA issue

2022-03-31 Thread Michael Mior
Not sure what might have changed, but here's the GitHub documentation on the feature. If this isn't working as expected, I would contact INFRA to make sure things are correctly configured. (Apparently in the future, this may be done via .asf.yaml) https://docs.github.com/en/repositories/managing-y

Re: [DISCUSS] Github PR link to JIRA issue

2022-03-31 Thread Stamatis Zampetakis
It's already done via .asf.yaml [1]. Best, Stamatis [1] https://github.com/apache/calcite/blob/88cc385f98c551c1aca7ffab101934f1c34fdffd/.asf.yaml#L35 On Thu, Mar 31, 2022 at 7:19 PM Michael Mior wrote: > Not sure what might have changed, but here's the GitHub documentation on > the feature. If

Re: [DISCUSS] Github PR link to JIRA issue

2022-03-31 Thread Michael Mior
Stamatis, Unless I'm misunderstanding, Haisheng was referring to links in the opposite direction. That is, linking to JIRA issues from GitHub. The setting you reference is for creating a link from JIRA to GitHub. -- Michael Mior mm...@apache.org Le jeu. 31 mars 2022 à 13:53, Stamatis Zampetakis

Build failed in Jenkins: Calcite » Calcite-snapshots #105

2022-03-31 Thread Apache Jenkins Server
See Changes: [Ruben Q L] [CALCITE-5075] Build fails due to rat check on Gemfile.lock -- [...truncated 328.21 KB...] 14.4sec, 15 completed, 0 f

Re: [DISCUSS] Github PR link to JIRA issue

2022-03-31 Thread Julian Hyde
Ah, I see. In the page for a commit (e.g. [1]) the text “[CALCITE-5064]” appears as a blue hyperlink whereas the page for the corresponding pull request (e.g. [2]) the “[CALCITE-5064]” text is not a hyperlink. Is that what you meant, Haisheng? Julian [1] https://github.com/apache/calcite/com

[jira] [Created] (CALCITE-5077) ResetSession implements driver.SessionResetter.

2022-03-31 Thread liguozhong (Jira)
liguozhong created CALCITE-5077: --- Summary: ResetSession implements driver.SessionResetter. Key: CALCITE-5077 URL: https://issues.apache.org/jira/browse/CALCITE-5077 Project: Calcite Issue Type:

Jenkins build is back to normal : Calcite » Calcite-snapshots #106

2022-03-31 Thread Apache Jenkins Server
See

[jira] [Created] (CALCITE-5078) ORDER BY gets confused by upper/lower case

2022-03-31 Thread Magnus Mogren (Jira)
Magnus Mogren created CALCITE-5078: -- Summary: ORDER BY gets confused by upper/lower case Key: CALCITE-5078 URL: https://issues.apache.org/jira/browse/CALCITE-5078 Project: Calcite Issue Type

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

2022-03-31 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