Re: Request Update the Jirs ISSUE lABEL

2021-10-12 Thread Julian Hyde
Done; see https://issues.apache.org/jira/projects/CALCITE/versions/12350203. On Tue, Oct 12, 2021 at 2:47 PM xiong duan wrote: > As we know. The Avatica-1.19.0 has been released. So the label needs to > update. > > [image: 截屏2021-10-13 05.42.04.png] >

[jira] [Created] (CALCITE-4850) Wrong result retrieving from ARRAY with mixed INTEGER and DECIMAL elements

2021-10-12 Thread Sergey Nuyanzin (Jira)
Sergey Nuyanzin created CALCITE-4850: Summary: Wrong result retrieving from ARRAY with mixed INTEGER and DECIMAL elements Key: CALCITE-4850 URL: https://issues.apache.org/jira/browse/CALCITE-4850

Request Update the Jirs ISSUE lABEL

2021-10-12 Thread xiong duan
As we know. The Avatica-1.19.0 has been released. So the label needs to update. [image: 截屏2021-10-13 05.42.04.png]

[jira] [Created] (CALCITE-4849) Query SQL cannot complete materialized view rewrite properly

2021-10-12 Thread jhkcool (Jira)
jhkcool created CALCITE-4849: Summary: Query SQL cannot complete materialized view rewrite properly Key: CALCITE-4849 URL: https://issues.apache.org/jira/browse/CALCITE-4849 Project: Calcite

[jira] [Created] (CALCITE-4848) Adding a HAVING condition to a query with a dynamic parameter makes the result empty

2021-10-12 Thread Thomas Rebele (Jira)
Thomas Rebele created CALCITE-4848: -- Summary: Adding a HAVING condition to a query with a dynamic parameter makes the result empty Key: CALCITE-4848 URL: https://issues.apache.org/jira/browse/CALCITE-4848

Stack overflow error when trying to insert rows into a JDBC table using TableModify

2021-10-12 Thread Yang, Alvin
Hello, I've got a JdbcTable that I'm trying to insert a row into. I found that I could create a TableModify node by calling the JdbcTable.toModificationRel(...) method. So to test this, I created a LogicalValues node using RelBuilder, called RelRunners.run(rel), and then executed the prepared

Re: [ANNOUNCE] New committer: Zhaohui Xu

2021-10-12 Thread Feng Zhu
Congratulations! Best, Feng Stamatis Zampetakis 于2021年10月7日周四 上午4:48写道: > Apache Calcite's Project Management Committee (PMC) has invited Zhaohui Xu > to > become a committer, and we are pleased to announce that they have accepted. > > Numbers speak for themselves and Zhaohui has over 30

Re: [DISCUSS] Syntax upgrade about Session Window Table Function

2021-10-12 Thread JING ZHANG
Hi Julian, Thanks very much for professional comments in CALCITE-4337. I have checked the SQL standard and some database vendors behavior on PTF in order to figure out your questions. I left the message in https://issues.apache.org/jira/browse/CALCITE-4337. Please correct me if I'm wrong. Thanks a

Re: Disable the subquery

2021-10-12 Thread Julian Hyde
Have you considered disabling JoinConditionPushRule? > On Oct 12, 2021, at 12:26 AM, JiaTao Tao wrote: > > Do you use the RelToSqlConverter to convert plan to sql? > > Regards! > > Aron Tao > > > luoc 于2021年10月11日周一 下午4:30写道: > >> Hello Calcite team, >> >> >> I am going to develop a

Re: [ANNOUNCE] New committer: Zhaohui Xu

2021-10-12 Thread Forward Xu
Congratulations, Zhaohui Forward JiaTao Tao 于2021年10月12日周二 下午3:18写道: > Congratulations > > Regards! > > Aron Tao > > > Alessandro Solimando 于2021年10月7日周四 > 下午3:44写道: > > > Congratulations Zhaohui, I have followed some of the contributions on the > > view-based rewritings, thanks for all the

Re: [DISCUSS] Draft board report for Oct 2021

2021-10-12 Thread JiaTao Tao
Thanks for your job, Haisheng. Looks like the format dose not meet your expectations if you were except markdown syntax. Regards! Aron Tao Haisheng Yuan 于2021年10月7日周四 下午1:29写道: > Thanks Stamatis and Francis for the addition, I will update the report > accordingly. > > Cheers, > Haisheng Yuan

Re: Disable the subquery

2021-10-12 Thread JiaTao Tao
Do you use the RelToSqlConverter to convert plan to sql? Regards! Aron Tao luoc 于2021年10月11日周一 下午4:30写道: > Hello Calcite team, > > > I am going to develop a new feature on my project with the Calcite. > But got the following issues : > > > Input SQL : > > > SELECT A.N_NAME, B.R_NAME FROM

Re: [ANNOUNCE] New committer: Zhaohui Xu

2021-10-12 Thread JiaTao Tao
Congratulations Regards! Aron Tao Alessandro Solimando 于2021年10月7日周四 下午3:44写道: > Congratulations Zhaohui, I have followed some of the contributions on the > view-based rewritings, thanks for all the improvements! > > Best regards, > Alessandro > > On Thu, 7 Oct 2021 at 07:27, Haisheng Yuan

[jira] [Created] (CALCITE-4847) Parse SQL with BigQuery-style quoted identifiers and character literals

2021-10-12 Thread Julian Hyde (Jira)
Julian Hyde created CALCITE-4847: Summary: Parse SQL with BigQuery-style quoted identifiers and character literals Key: CALCITE-4847 URL: https://issues.apache.org/jira/browse/CALCITE-4847 Project: