Re: CassandraAdapterTest failure

2018-08-01 Thread Michael Mior
I was finally able to reproduce this with OpenJDK 9. Strangely, JDK 10 works for me. I'll take a look and see if I can figure out what's going on. -- Michael Mior mm...@apache.org Le dim. 29 juil. 2018 à 14:05, Julian Hyde a écrit : > I'm seeing the following error when I run the tests on

Re: CassandraAdapterTest failure

2018-08-01 Thread Andrei Sereda
Or maybe you already have a Cassandra instance binded to port 9142 (virtual machine for example) ? On Wed, Aug 1, 2018 at 7:28 PM Andrei Sereda wrote: > Is it possible that you run several maven processes in parallel ? > > Unfortunately currently there can be only one CassandraAdapterTest >

Re: CassandraAdapterTest failure

2018-08-01 Thread Andrei Sereda
Is it possible that you run several maven processes in parallel ? Unfortunately currently there can be only one CassandraAdapterTest (setup() method really) running on a box in parallel. On Wed, Aug 1, 2018 at 4:55 PM Andrei Sereda wrote: > Hi Julian, > > Can you please tell if you're getting

[jira] [Created] (CALCITE-2437) FilterMultiJoinMergeRule doesn't combine postFilterCondition

2018-08-01 Thread Laurent Goujon (JIRA)
Laurent Goujon created CALCITE-2437: --- Summary: FilterMultiJoinMergeRule doesn't combine postFilterCondition Key: CALCITE-2437 URL: https://issues.apache.org/jira/browse/CALCITE-2437 Project:

Re: CassandraAdapterTest failure

2018-08-01 Thread Andrei Sereda
Hi Julian, Can you please tell if you're getting same (or different) error for all java versions (8,9,10 etc.) ? Do you get this error consistently or intermittently (flaky behaviour) ? What is the stack trace ? It will help me debug the issue. Regards, Andrei. On Wed, Aug 1, 2018 at 4:40 PM

Re: CassandraAdapterTest failure

2018-08-01 Thread Igor Kryvenko
Also works fine for JDK 10. ➜ cassandra git:(master) ✗ java -version java version "10.0.2" 2018-07-17 Java(TM) SE Runtime Environment 18.3 (build 10.0.2+13) Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.2+13, mixed mode) Kind regards Igor Kryvenko On Wed, 1 Aug 2018 at 23:03, Julian Hyde

Re: CassandraAdapterTest failure

2018-08-01 Thread Julian Hyde
What about on JDK 10? Here’s my java version: $ java -version java version "10" 2018-03-20 Java(TM) SE Runtime Environment 18.3 (build 10+46) Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10+46, mixed mode) > On Aug 1, 2018, at 12:58 PM, Igor Kryvenko wrote: > > "mvn -Pit clean test" works

Re: CassandraAdapterTest failure

2018-08-01 Thread Igor Kryvenko
"mvn -Pit clean test" works fine for me. Ubuntu 18.04 java version "1.8.0_171" Kind regards Igor Kryvenko On Wed, 1 Aug 2018 at 22:34, Julian Hyde wrote: > The test is failing every time for me on JDK 10. The command “mvn -Pit > clean test” will probably reproduce it for most people. > > Can

Re: CassandraAdapterTest failure

2018-08-01 Thread Julian Hyde
The test is failing every time for me on JDK 10. The command “mvn -Pit clean test” will probably reproduce it for most people. Can other folks please try to reproduce this? I’m getting close to saying that we should back this change out even though apparently only I can reproduce the failure.

[jira] [Created] (CALCITE-2436) Build site under Windows

2018-08-01 Thread Sergey Nuyanzin (JIRA)
Sergey Nuyanzin created CALCITE-2436: Summary: Build site under Windows Key: CALCITE-2436 URL: https://issues.apache.org/jira/browse/CALCITE-2436 Project: Calcite Issue Type: Improvement

Re: introducing myself

2018-08-01 Thread Michael Mior
Ditto what Francis said (thanks)! We're always happy to welcome new contributors. -- Michael Mior mm...@apache.org Le mer. 1 août 2018 à 07:14, Francis Chuang a écrit : > Hey Aleksandr, > > Welcome to Calcite! If there are things you'd like to work on, please > open an issue on JIRA and a PR

Re: introducing myself

2018-08-01 Thread Francis Chuang
Hey Aleksandr, Welcome to Calcite! If there are things you'd like to work on, please open an issue on JIRA and a PR on Github. There are also open issues on JIRA if you'd like to contribute a PR.  We have some contribution guidelines here: https://calcite.apache.org/develop/#contributing and

introducing myself

2018-08-01 Thread Alex Lopouhov
Hello, I'm developer with experience in DB (oracle, mySql), BI (talend, informatica), back-end (java, sclala) and want to help with development of calcite. Regards, Aleksandr Lopoukhov

[jira] [Created] (CALCITE-2435) Refactor SqlTestFactory

2018-08-01 Thread Vladimir Sitnikov (JIRA)
Vladimir Sitnikov created CALCITE-2435: -- Summary: Refactor SqlTestFactory Key: CALCITE-2435 URL: https://issues.apache.org/jira/browse/CALCITE-2435 Project: Calcite Issue Type: Bug