Re: Contributor Permission

2022-09-16 Thread Francis Chuang
Hey Mark, Welcome to the project! I have added you as a contributor in jira. Francis On 17/09/2022 2:14 am, Mark Grey wrote: Hey Calcite! Was hoping to obtain contributor permission in JIRA? I've done some minor hacking with Calcite and contributed a (very minor) fix a bit back

Bug in the Bushy join optimization for outer joins with nullable columns

2022-09-16 Thread Mihai Budiu
Hello, I think I have hit a bug in the MultiJoinOptimizeBushyRule planner rule, but I could not figure out how to file an issue on the JIRA. If you give me some guidance I can file the issue there directly. The reproduction is easy: just modify the following test case from PlannerTest.java:

Re: Requesting Information Regarding Enumerable

2022-09-16 Thread Pranav Deshpande
Hi Julian/Apache Calcite Dev Team, Thank you very much for your reply I see that's a good point and it makes a lot of sense. I think I should exactly tell you what my problem is: I am only trying to override the cost function so that I can group operators in a certain way in the Relational Tree.

Re: Requesting Information Regarding Enumerable

2022-09-16 Thread Julian Hyde
We don’t necessary want you to extend existing classes. If we change the base class in future, your code breaks, and you complain that we have broken semantic versioning. Making things private is, in that sense, a feature. If what you are doing is a feature that would benefit other Calcite

Requesting Information Regarding Enumerable

2022-09-16 Thread Pranav Deshpande
Dear Apache Calcite Team, I am trying to modify some parts of the RelNode Tree in Calcite for my own custom logic. For this, I am extending existing nodes (eg. EnumerableAggregate etc.) and then also extending the respective rule (eg. EnumerableAggregateRule) and overriding the respective

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

2022-09-16 Thread Apache Jenkins Server
See

Re: SQL reference is missed in docs

2022-09-16 Thread Stamatis Zampetakis
I logged https://issues.apache.org/jira/browse/CALCITE-5287 and pushed the fix to main [1]. I plan to deploy the change manually to the calcite-site repo since I guess the automatic github workflows will not kick in now due to this [2]. If there are other ideas let me know otherwise I will

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

2022-09-16 Thread Apache Jenkins Server
See Changes: [Stamatis Zampetakis] [CALCITE-5287] SQL reference page is missing from website -- [...truncated 324.61 KB...] 2.2sec,7

[jira] [Created] (CALCITE-5287) SQL reference page is missing from website

2022-09-16 Thread Stamatis Zampetakis (Jira)
Stamatis Zampetakis created CALCITE-5287: Summary: SQL reference page is missing from website Key: CALCITE-5287 URL: https://issues.apache.org/jira/browse/CALCITE-5287 Project: Calcite

Re: SQL reference is missed in docs

2022-09-16 Thread Stamatis Zampetakis
Hey, It seems that the problem was caused by this commit [1] due to a blank line here [2]. Removing the blank lines makes the SQL reference page re-appear for me locally. I will commit the fix shortly to calcite/main. Best, Stamatis [1]

Contributor Permission

2022-09-16 Thread Mark Grey
Hey Calcite! Was hoping to obtain contributor permission in JIRA? I've done some minor hacking with Calcite and contributed a (very minor) fix a bit back but looking to maybe attempt some larger issues in the coming weeks. CALCITE-4362

Re: SQL reference is missed in docs

2022-09-16 Thread Julian Hyde
People have noted that the docs disappeared when the site was automatically deployed [1]. I haven’t had chance to look into the cause/solution yet. Julian [1] https://github.com/apache/calcite-site/commit/feffd77674d8ea555b36ccfb235fead34942d945#r84156246 > On Sep 16, 2022, at 6:51 AM,

SQL reference is missed in docs

2022-09-16 Thread Konstantin Orlov
Hi! Looks like SQL reference [1] page is missing. At least the link on a main [2] page is broken. Besides, "SQL language" option is missed from a side navigator on a docs [3] page as well. Is it moved somewhere? [1] https://calcite.apache.org/docs/reference.html [2] https://calcite.apache.org