Re: Reminder about the PR merging process

2024-01-08 Thread Mihai Budiu
And I always thought that some bot does this work automatically... I have updated the issues which I had closed. Mihai From: Benchao Li Sent: Monday, January 1, 2024 7:22 PM To: dev@calcite.apache.org Subject: Reminder about the PR merging process I see a few

Re: Draft: board report for 2023 Q4

2024-01-08 Thread Sergey Nuyanzin
+1, thanks Benchao for preparing the report! On Tue, Jan 9, 2024 at 12:35 AM Francis Chuang wrote: > +1, Thanks, Benchao! > > On 9/01/2024 2:22 am, Julian Hyde wrote: > > Looks good. Thanks, Benchao! > > > > Julian > > > >> On Jan 8, 2024, at 00:33, Ruben Q L wrote: > >> > >> +1 > >> Thanks

Re: FilterableTable query planner question

2024-01-08 Thread Ruben Q L
Hi Eric, If I am not mistaken, in order to achieve that you need to use FilterSetOpTransposeRule [1], see CoreRules#FILTER_SET_OP_TRANSPOSE. Best regards, Ruben [1] https://github.com/apache/calcite/blob/main/core/src/main/java/org/apache/calcite/rel/rules/FilterSetOpTransposeRule.java On Mon,

[jira] [Created] (CALCITE-6194) Contributor rules do not give instructions about how to quote commits

2024-01-08 Thread Mihai Budiu (Jira)
Mihai Budiu created CALCITE-6194: Summary: Contributor rules do not give instructions about how to quote commits Key: CALCITE-6194 URL: https://issues.apache.org/jira/browse/CALCITE-6194 Project:

Re: FilterableTable query planner question

2024-01-08 Thread Eric Berryman
Thank you, That makes sense. But it seems I should see a filter pushed below for a where on a union, no? ie. SELECT t2.field FROM ( SELECT id, field FROM table1 UNION ALL SELECT id, field FROM table2 UNION ALL SELECT id, field FROM table3) as t2 WHERE t2.field = 'test' Thank you again! Eric On

Re: Draft: board report for 2023 Q4

2024-01-08 Thread Francis Chuang
+1, Thanks, Benchao! On 9/01/2024 2:22 am, Julian Hyde wrote: Looks good. Thanks, Benchao! Julian On Jan 8, 2024, at 00:33, Ruben Q L wrote: +1 Thanks Benchao for preparing this report! On Fri, Jan 5, 2024 at 1:46 PM Stamatis Zampetakis wrote: Looks good thanks for putting it

Re: FilterableTable query planner question

2024-01-08 Thread Alessandro Solimando
Hey Eric, that's correct and it's FilterSetOpTransposeRule that performs such transformations for set operators (including UNION ALL).

Re: PR 3495 (Make single-row rels unique) Review Request

2024-01-08 Thread Mihai Budiu
CI failed, so perhaps you can look into that. Mihai From: Paul Jackson Sent: Monday, January 8, 2024 7:06 AM To: dev@calcite.apache.org Subject: Re: PR 3495 (Make single-row rels unique) Review Request Is there anything else to do for this PR? *

Re: PR 3495 (Make single-row rels unique) Review Request

2024-01-08 Thread Julian Hyde
I see two failures due to checkerframework. Those are real. Let us know when you've fixed them. The failure in Druid is probably due to a Druid bug that existed in November. You can ignore it. Should go away after rebase. Please keep nagging on this thread... this is a good change, and we should

Re: [SERVEY] Talk at Apache Community Over Code Asia 2024

2024-01-08 Thread Jiajun Xie
Hi, Benchao I have been focusing on Differential-Privacy work for the past six months. I only rewritten SQL by using calcite to protect data security. If the topic is also appropriate, I will try to share my practical experience in Differential-Privacy . BTW, "Apache CoC Asia 2024" will be held

Re: [SERVEY] Talk at Apache Community Over Code Asia 2024

2024-01-08 Thread Benchao Li
Jiajun, I think it would be a very good candidate, thank you for letting us know it. Sorry that I forgot to link the Community Over Code Asia 2024 announcement in previous email, you can find it here: https://mp.weixin.qq.com/s/wv5w7PN-Xy_7w51ncwCpHA Jiajun Xie 于2024年1月9日周二 10:29写道: > > Hi,

Re: FilterableTable query planner question

2024-01-08 Thread Eric Berryman
Perfect! Thank you so much! On Mon, Jan 8, 2024 at 12:41 Alessandro Solimando < alessandro.solima...@gmail.com> wrote: > Hey Eric, > that's correct and it's FilterSetOpTransposeRule > < >

[jira] [Created] (CALCITE-6192) DEFAULT expression with NULL value throws unexpected exception

2024-01-08 Thread Evgeny Stanilovsky (Jira)
Evgeny Stanilovsky created CALCITE-6192: --- Summary: DEFAULT expression with NULL value throws unexpected exception Key: CALCITE-6192 URL: https://issues.apache.org/jira/browse/CALCITE-6192

Re: Draft: board report for 2023 Q4

2024-01-08 Thread Ruben Q L
+1 Thanks Benchao for preparing this report! On Fri, Jan 5, 2024 at 1:46 PM Stamatis Zampetakis wrote: > Looks good thanks for putting it together Benchao! > > On Fri, Jan 5, 2024 at 2:41 PM Benchao Li wrote: > > > > Hello, > > > > Below you can find a draft of this quarter's board report. I

[jira] [Created] (CALCITE-6193) SubstitutionVisitor stop try incorrect subtree because wrong parent relationship when attempte

2024-01-08 Thread Mou Wu (Jira)
Mou Wu created CALCITE-6193: --- Summary: SubstitutionVisitor stop try incorrect subtree because wrong parent relationship when attempte Key: CALCITE-6193 URL: https://issues.apache.org/jira/browse/CALCITE-6193

Re: PR 3495 (Make single-row rels unique) Review Request

2024-01-08 Thread Paul Jackson
Is there anything else to do for this PR? * https://github.com/apache/calcite/pull/3495 * https://issues.apache.org/jira/browse/CALCITE-6044 Thanks, -Paul > On Nov 16, 2023, at 7:51 AM, Paul Jackson > wrote: > > This PR updates org.apache.calcite.rel.metadata areColumnsUnique, >

Re: Draft: board report for 2023 Q4

2024-01-08 Thread Julian Hyde
Looks good. Thanks, Benchao! Julian > On Jan 8, 2024, at 00:33, Ruben Q L wrote: > > +1 > Thanks Benchao for preparing this report! > > >> On Fri, Jan 5, 2024 at 1:46 PM Stamatis Zampetakis >> wrote: >> >> Looks good thanks for putting it together Benchao! >> >>> On Fri, Jan 5, 2024 at