Re: Problems on HerdDB with 1.23 was [VOTE] Release apache-calcite-1.23.0 (release candidate 0)

2020-05-15 Thread Enrico Olivelli
All of the two tickets have been fixed on current master! The former was a regression The latter was an improvement in Calcite that needed only a fix in a test in HerdDB suite check the JIRA for more details We are re running all of the tests locally, of HerdDB and of some known downstream

Re: Problems on HerdDB with 1.23 was [VOTE] Release apache-calcite-1.23.0 (release candidate 0)

2020-05-13 Thread Enrico Olivelli
Tickets: https://issues.apache.org/jira/browse/CALCITE-3997 https://issues.apache.org/jira/browse/CALCITE-3998 I will try to create the reproducer, but maybe you will be smarter than me :-) Enrico Il giorno mer 13 mag 2020 alle ore 14:44 Haisheng Yuan ha scritto: > > Yesterday I was trying

Re: Problems on HerdDB with 1.23 was [VOTE] Release apache-calcite-1.23.0 (release candidate 0)

2020-05-13 Thread Haisheng Yuan
> Yesterday I was trying to create a test case in Calcite codebase. > But I did not find where to put it. > Can you please give me an hint? Maybe JdbcTest.java, take testMergeJoin() as an example. > Otherwise I will try to create a minimal Java block of code that reproduces > the problem. I did

Re: Problems on HerdDB with 1.23 was [VOTE] Release apache-calcite-1.23.0 (release candidate 0)

2020-05-13 Thread Enrico Olivelli
Il Mer 13 Mag 2020, 13:45 Haisheng Yuan ha scritto: > Hi Enrico, > > > Is it possibile to disable it? I will check. Any suggestion is welcome > Disabling it won't help. It is a Calcite bug. There is nothing wrong in > HerdDB. Can you help us log a JIRA and provide a reproducible test case? >

Re: Problems on HerdDB with 1.23 was [VOTE] Release apache-calcite-1.23.0 (release candidate 0)

2020-05-13 Thread Haisheng Yuan
Hi Enrico, > Is it possibile to disable it? I will check. Any suggestion is welcome Disabling it won't help. It is a Calcite bug. There is nothing wrong in HerdDB. Can you help us log a JIRA and provide a reproducible test case? > Do you think that I can safely disable those rules? You have to

Re: Problems on HerdDB with 1.23 was [VOTE] Release apache-calcite-1.23.0 (release candidate 0)

2020-05-13 Thread Enrico Olivelli
Haisheng, Il Mar 12 Mag 2020, 16:38 Haisheng Yuan ha scritto: > Hi Enrico, > > Thanks for reporting issues so quick for calcite-1.23.0-rc0. Appreciate it. > Can you log JIRA for these issues? We will fix them. > Doing it non > Regarding with the first issue, I guess several factors are

Re: Problems on HerdDB with 1.23 was [VOTE] Release apache-calcite-1.23.0 (release candidate 0)

2020-05-12 Thread Haisheng Yuan
Hi Enrico, Thanks for reporting issues so quick for calcite-1.23.0-rc0. Appreciate it. Can you log JIRA for these issues? We will fix them. Regarding with the first issue, I guess several factors are contributing to the issue. 1. Trait enforcement is enabled for EnumerableConvention by default

Problems on HerdDB with 1.23 was [VOTE] Release apache-calcite-1.23.0 (release candidate 0)

2020-05-12 Thread Enrico Olivelli
Haisheng, I am sorry, I have a couple of problems with HerdDB. 1) JOIN order unsorted columns in presence of a WHERE over other columns This is my case: CREATE TABLE tblspace1.table1 (k1 string primary key,n1 int,s1 string) CREATE TABLE tblspace1.table3 (k1 string primary key,n3 int,s3 string)