[jira] [Created] (CALCITE-3663) Support for TRIM function in Bigquery dialect

2020-01-01 Thread Dhirenda Gautam (Jira)
Dhirenda Gautam created CALCITE-3663: Summary: Support for TRIM function in Bigquery dialect Key: CALCITE-3663 URL: https://issues.apache.org/jira/browse/CALCITE-3663 Project: Calcite

[jira] [Created] (CALCITE-3662) Generate wrong SQL when plan contains Project(Sort(Aggregate)) and aggreagated field has no alias

2020-01-01 Thread Lei Jiang (Jira)
Lei Jiang created CALCITE-3662: -- Summary: Generate wrong SQL when plan contains Project(Sort(Aggregate)) and aggreagated field has no alias Key: CALCITE-3662 URL: https://issues.apache.org/jira/browse/CALCITE-3662

Re: Understanding the Window Enumerable Process

2020-01-01 Thread Feng Zhu
Hi, Shawn I was hoping someone could give me a high level overview of how Calcite is > executing the window function. > Calcite runtime generates Java code and complies the code with Janino. For Window Enumerable Process, there is a sample piece of code in

Re: Draft board report for January 2020

2020-01-01 Thread Matt Wang
+1, looks good. Thanks~ --- Best, Matt Wang On 01/2/2020 09:57,Chunwei Lei wrote: +1, looks good. Thanks, Stamatis~~ Best, Chunwei On Thu, Jan 2, 2020 at 8:41 AM Haisheng Yuan wrote: +1, looks good to me. Thanks. - Haisheng

Re: Re: Draft board report for January 2020

2020-01-01 Thread Chunwei Lei
+1, looks good. Thanks, Stamatis~~ Best, Chunwei On Thu, Jan 2, 2020 at 8:41 AM Haisheng Yuan wrote: > +1, looks good to me. > Thanks. > > - Haisheng > > -- > 发件人:Francis Chuang > 日 期:2020年01月02日 04:54:46 > 收件人: > 主 题:Re: Draft

Re: Re: Draft board report for January 2020

2020-01-01 Thread Haisheng Yuan
+1, looks good to me. Thanks. - Haisheng -- 发件人:Francis Chuang 日 期:2020年01月02日 04:54:46 收件人: 主 题:Re: Draft board report for January 2020 +1, looks good, Stamatis! On 1/01/2020 9:18 pm, Stamatis Zampetakis wrote: > Attached below

Re: Draft board report for January 2020

2020-01-01 Thread Francis Chuang
+1, looks good, Stamatis! On 1/01/2020 9:18 pm, Stamatis Zampetakis wrote: Attached below is a draft of this month's board report. I plan to submit it on January 7. Please let me know if you have any additions or corrections. ## Description: Apache Calcite is a highly customizable framework

[jira] [Created] (CALCITE-3661) Derive rowCount statistics for tables in ReflectiveSchema that are based on arrays/collections

2020-01-01 Thread Vladimir Sitnikov (Jira)
Vladimir Sitnikov created CALCITE-3661: -- Summary: Derive rowCount statistics for tables in ReflectiveSchema that are based on arrays/collections Key: CALCITE-3661 URL:

[jira] [Created] (CALCITE-3660) PigRelBuilderStyleTest#testImplWithJoin fails with FrontendException: ERROR 1066: Unable to open iterator for alias t

2020-01-01 Thread Vladimir Sitnikov (Jira)
Vladimir Sitnikov created CALCITE-3660: -- Summary: PigRelBuilderStyleTest#testImplWithJoin fails with FrontendException: ERROR 1066: Unable to open iterator for alias t Key: CALCITE-3660 URL:

[jira] [Created] (CALCITE-3659) Optimize EnumerableMergeJoin: avoid creating Linq4j.product for each matching group

2020-01-01 Thread Vladimir Sitnikov (Jira)
Vladimir Sitnikov created CALCITE-3659: -- Summary: Optimize EnumerableMergeJoin: avoid creating Linq4j.product for each matching group Key: CALCITE-3659 URL: https://issues.apache.org/jira/browse/CALCITE-3659

Draft board report for January 2020

2020-01-01 Thread Stamatis Zampetakis
Attached below is a draft of this month's board report. I plan to submit it on January 7. 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 data in a wide variety of formats. It allows

[jira] [Created] (CALCITE-3658) TableModify of Update contains correlated variable by mistake.

2020-01-01 Thread Jin Xing (Jira)
Jin Xing created CALCITE-3658: - Summary: TableModify of Update contains correlated variable by mistake. Key: CALCITE-3658 URL: https://issues.apache.org/jira/browse/CALCITE-3658 Project: Calcite