Re: Druid/MongoDB Integration test failures was: [VOTE] Release apache-calcite-1.19.0 (release candidate 1)

2019-03-18 Thread Michael Mior
Thanks Kevin! Given that it seems like these failures existed in the 1.18.0 release and they do not appear to be bugs in Calcite, but rather stale tests, I would be inclined to go ahead with the release. -- Michael Mior mm...@apache.org Le lun. 18 mars 2019 à 17:58, Kevin Risden a écrit : > >

Fwd: ApacheCon NA 2019 - Geospatial Track - Call for Presentations

2019-03-18 Thread Julian Hyde
Is anyone using Calcite for geospatial work? If so, consider submitting a talk about what you are doing. I spoke at the Geospatial track at last year’s ApacheCon in Montreal. It was excellent — over the course of a day there were talks from maybe 8 different projects, and a real sense of

Re: [VOTE] Release apache-calcite-1.19.0 (release candidate 0)

2019-03-18 Thread Julian Hyde
Kevin, I think you should send a [CANCEL] message to formally cancel the vote for RC 0. Julian > On Mar 18, 2019, at 10:39 AM, Kevin Risden wrote: > > Vote on RC1. The mvnw jar file was removed. Including the mvnw jar was a > change from previous releases. Other binary files have been in

Re: Druid/MongoDB Integration test failures was: [VOTE] Release apache-calcite-1.19.0 (release candidate 1)

2019-03-18 Thread Kevin Risden
Was able to get the VM build and reproduces the errors: https://issues.apache.org/jira/browse/CALCITE-2932 Planning to add more commentary there. Kevin Risden On Mon, Mar 18, 2019 at 5:45 PM Andrei Sereda wrote: > Sure. Let me know if you need help with Druid adapter. > > On Mon, Mar 18,

[jira] [Created] (CALCITE-2932) DruidAdapterIT test failures

2019-03-18 Thread Kevin Risden (JIRA)
Kevin Risden created CALCITE-2932: - Summary: DruidAdapterIT test failures Key: CALCITE-2932 URL: https://issues.apache.org/jira/browse/CALCITE-2932 Project: Calcite Issue Type: Test

Re: Druid/MongoDB Integration test failures was: [VOTE] Release apache-calcite-1.19.0 (release candidate 1)

2019-03-18 Thread Andrei Sereda
Sure. Let me know if you need help with Druid adapter. On Mon, Mar 18, 2019 at 5:36 PM Kevin Risden wrote: > Rebuilding the VM for just druid found that there is an issue with > zookeeper version - 3.4.10 doesn't exist on the release mirrors anymore for > when installing druid. Fixing to point

[jira] [Created] (CALCITE-2931) Mongo Adapter. Compare Bson (not string) query representation in tests

2019-03-18 Thread Andrei Sereda (JIRA)
Andrei Sereda created CALCITE-2931: -- Summary: Mongo Adapter. Compare Bson (not string) query representation in tests Key: CALCITE-2931 URL: https://issues.apache.org/jira/browse/CALCITE-2931

Re: Druid/MongoDB Integration test failures was: [VOTE] Release apache-calcite-1.19.0 (release candidate 1)

2019-03-18 Thread Kevin Risden
Rebuilding the VM for just druid found that there is an issue with zookeeper version - 3.4.10 doesn't exist on the release mirrors anymore for when installing druid. Fixing to point to 3.4.13 and see if that will let me build the test vm correctly. Kevin Risden On Mon, Mar 18, 2019 at 5:32 PM

Re: Druid/MongoDB Integration test failures was: [VOTE] Release apache-calcite-1.19.0 (release candidate 1)

2019-03-18 Thread Kevin Risden
Andrei - Thanks I just checked the results and see the same thing for MongoDB. I see you opened CALCITE-2931 as well with a PR. Since this is test only don't think this blocks the 1.19.0 release. As for Druid, looks like I'm still getting connection reset errors after rebuilding the test dataset

Re: Druid/MongoDB Integration test failures was: [VOTE] Release apache-calcite-1.19.0 (release candidate 1)

2019-03-18 Thread Andrei Sereda
I just run Mongo tests using docker image. Failures seem to be related to key order in Bson document. Example: Expected {$project: {POP: '$pop', STATE: '$state'}} Actual {$project: {STATE: '$state', POP: '$pop'}} Those queries don't run as part of unit tests because they only work in mongo

Re: Druid/MongoDB Integration test failures was: [VOTE] Release apache-calcite-1.19.0 (release candidate 1)

2019-03-18 Thread Kevin Risden
For the calcite-test-dataset vm, the docs say you can halt/up the VM. It turns out that Druid doesn't restart on up and MongoDB fails to start due to /var/run/mongodb missing. /var/run is symlinked to /run and /run is mounted as tmpfs so the folders are cleared on a restart. I don't know if this

Druid/MongoDB Integration test failures was: [VOTE] Release apache-calcite-1.19.0 (release candidate 1)

2019-03-18 Thread Kevin Risden
Stamatis - Can you open JIRA cases for the Druid and MongoDB integration test failures with details? It would be good to track them down not sure if they would block the release depending on the errors. I seem to have an issue with my calcite-test-dataset vm currently since getting timeout errors

Re: [VOTE] Release apache-calcite-1.19.0 (release candidate 0)

2019-03-18 Thread Kevin Risden
Vote on RC1. The mvnw jar file was removed. Including the mvnw jar was a change from previous releases. Other binary files have been in previous releases since they are needed to build/test Calcite. Kevin Risden On Mon, Mar 18, 2019 at 11:58 AM Andrei Sereda wrote: > Hello, > > Can one vote

Re: [VOTE] Release apache-calcite-1.19.0 (release candidate 1)

2019-03-18 Thread Stamatis Zampetakis
System A: MacOS 10.13.6, jdk9, maven 3.5.2 System B: Ubuntu 18.04LTS, jdk1.8.0_192, maven 3.5.3 -run unit tests (mvn clean install) on staged sources and git repo OK -checked signatures and checksums OK -went quickly over release note OK -run integration tests (mvn -Dtest=foo

Re: [VOTE] Release apache-calcite-1.19.0 (release candidate 0)

2019-03-18 Thread Andrei Sereda
Hello, Can one vote on RC 1 (separate thread) or should we wait on decision wherever having jar files in calcite source distribution is acceptable ? On Fri, Mar 15, 2019 at 4:08 PM Vladimir Sitnikov < sitnikov.vladi...@gmail.com> wrote: > Julian> Lastly, this .jar file is non-essential. The

[jira] [Created] (CALCITE-2930) FilterCorrelateRule on a Correlate with SemiJoinType SEMI (or ANTI) throws IllegalStateException

2019-03-18 Thread Ruben Quesada Lopez (JIRA)
Ruben Quesada Lopez created CALCITE-2930: Summary: FilterCorrelateRule on a Correlate with SemiJoinType SEMI (or ANTI) throws IllegalStateException Key: CALCITE-2930 URL:

[jira] [Created] (CALCITE-2929) Simplification of IS NULL checks are incorrectly assuming that CAST-s are possible

2019-03-18 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created CALCITE-2929: - Summary: Simplification of IS NULL checks are incorrectly assuming that CAST-s are possible Key: CALCITE-2929 URL: https://issues.apache.org/jira/browse/CALCITE-2929