Re: contribute to calcite

2020-04-10 Thread Francis Chuang
Hey Junzheng, I've added you to the contributor role in jira. Francis On 10/04/2020 10:22 pm, 郑君正(郑君正) wrote: Hi all: I want to contribute to calcite, could you please give me contribution permission. My jira id is Junzheng Zheng Thank you! Junzheng Zheng

Re: [DISCUSS] Towards Calcite-Avatica 1.17.0

2020-04-10 Thread Josh Elser
Always a good idea. I'll add this to my list and see if I can help get any committed. It's been a while since I've looked at the list. On 4/8/20 7:59 PM, Francis Chuang wrote: The last avatica release was in December last year. From activity on our mailing lists and the Calcite repository,

contribute to calcite

2020-04-10 Thread 郑君正(郑君正)
Hi all: I want to contribute to calcite, could you please give me contribution permission. My jira id is Junzheng Zheng Thank you! Junzheng Zheng

[jira] [Created] (CALCITE-3910) Enhance ProjectJoinTransposeRule to support SemiJoin and AntiJoin

2020-04-10 Thread Chunwei Lei (Jira)
Chunwei Lei created CALCITE-3910: Summary: Enhance ProjectJoinTransposeRule to support SemiJoin and AntiJoin Key: CALCITE-3910 URL: https://issues.apache.org/jira/browse/CALCITE-3910 Project: Calcite

[jira] [Created] (CALCITE-3909) RelMdMinRowCount doesn't take into account UNION DISTINCT

2020-04-10 Thread Chunwei Lei (Jira)
Chunwei Lei created CALCITE-3909: Summary: RelMdMinRowCount doesn't take into account UNION DISTINCT Key: CALCITE-3909 URL: https://issues.apache.org/jira/browse/CALCITE-3909 Project: Calcite

Calcite-Master - Build # 1685 - Failure

2020-04-10 Thread Apache Jenkins Server
The Apache Jenkins build system has built Calcite-Master (build #1685) Status: Failure Check console output at https://builds.apache.org/job/Calcite-Master/1685/ to view the results.

Calcite-Master - Build # 1686 - Still Failing

2020-04-10 Thread Apache Jenkins Server
The Apache Jenkins build system has built Calcite-Master (build #1686) Status: Still Failing Check console output at https://builds.apache.org/job/Calcite-Master/1686/ to view the results.

[jira] [Created] (CALCITE-3912) Incorrect mapping parsing when properties have same name as reserved keywords in ElasticSearch

2020-04-10 Thread Andrei Sereda (Jira)
Andrei Sereda created CALCITE-3912: -- Summary: Incorrect mapping parsing when properties have same name as reserved keywords in ElasticSearch Key: CALCITE-3912 URL:

[jira] [Created] (CALCITE-3911) JoinCommuteRule may generate wrong plan for SEMI/ANTI join

2020-04-10 Thread Haisheng Yuan (Jira)
Haisheng Yuan created CALCITE-3911: -- Summary: JoinCommuteRule may generate wrong plan for SEMI/ANTI join Key: CALCITE-3911 URL: https://issues.apache.org/jira/browse/CALCITE-3911 Project: Calcite

Re: Equivalence of two RexNode in SubstitutionVisitor::splitFilter

2020-04-10 Thread Vineet G
I believe I found the answer to my question. SubstitutionVisitor already provides a way to achieve this using canonicalization. It needs to be improved to consider RexNode of type PLUS. I have created CALCITE-3194 to add this improvement. Thanks, Vineet > On Apr 10, 2020, at 12:00 PM, Vineet G

[jira] [Created] (CALCITE-3913) A formal verification techniques for testing correctness in calcite

2020-04-10 Thread Qi Zhou (Jira)
Qi Zhou created CALCITE-3913: Summary: A formal verification techniques for testing correctness in calcite Key: CALCITE-3913 URL: https://issues.apache.org/jira/browse/CALCITE-3913 Project: Calcite

[jira] [Created] (CALCITE-3914) Improve SubsitutionVisitor to consider RexCall of type PLUS and TIMES for canonicalization

2020-04-10 Thread Vineet Garg (Jira)
Vineet Garg created CALCITE-3914: Summary: Improve SubsitutionVisitor to consider RexCall of type PLUS and TIMES for canonicalization Key: CALCITE-3914 URL: https://issues.apache.org/jira/browse/CALCITE-3914

Equivalence of two RexNode in SubstitutionVisitor::splitFilter

2020-04-10 Thread Vineet G
Hi, I am running into an issue where a materialize view rewriting is not occurring and the issue is narrowed down to usage of splitFilter. The problem is in figuring out if two RexNode are equivalent or not. For simple expressions like (a > 1 AND b < 3) & (b < 3 AND a > 1) it works but for

[jira] [Created] (CALCITE-3915) Add rule listener to report rule attempts and time at DEBUG log level

2020-04-10 Thread Xiening Dai (Jira)
Xiening Dai created CALCITE-3915: Summary: Add rule listener to report rule attempts and time at DEBUG log level Key: CALCITE-3915 URL: https://issues.apache.org/jira/browse/CALCITE-3915 Project: