Thanks for making this available for voting, Julian!
+1 (binding)
Environment: Debian Sid, OpenJDK 11.0.1, maven 3.6.0 in a docker container
- Verified GPG signature - OK
- Verified SHA256 - OK
- Ran "mvn -DskipTests clean install" - OK
- Ran "mvn test" - OK
I also tested using Alpine Linux:
Environment: Alpine Linux 3.8, OpenJDK 8u181, maven 3.6.0 in a docker
container
- Verified GPG signature - OK
- Verified SHA256 - OK
- Ran "mvn -DskipTests clean install" - OK
- Ran "mvn test" - FAILED
The tests failed, but since OpenJDK 8 is not supported, this isn't an issue:
[ERROR] Failures:
[ERROR] OsAdapterTest.testFiles:146
Expected: "type=d\ntype=f"
but: was ""
[INFO]
[ERROR] Tests run: 59, Failures: 1, Errors: 0, Skipped: 23
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary for Calcite 1.18.0:
[INFO]
[INFO] Calcite ............................................ SUCCESS [
4.064 s]
[INFO] Calcite Linq4j ..................................... SUCCESS [
10.991 s]
[INFO] Calcite Core ....................................... SUCCESS
[09:26 min]
[INFO] Calcite Babel ...................................... SUCCESS [
6.333 s]
[INFO] Calcite Cassandra .................................. SUCCESS
[01:56 min]
[INFO] Calcite Druid ...................................... SUCCESS [
5.862 s]
[INFO] Calcite Elasticsearch .............................. SUCCESS
[01:10 min]
[INFO] Calcite Examples ................................... SUCCESS [
0.200 s]
[INFO] Calcite Example CSV ................................ SUCCESS [
10.818 s]
[INFO] Calcite Example Function ........................... SUCCESS [
5.801 s]
[INFO] Calcite File ....................................... SUCCESS [
13.449 s]
[INFO] Calcite Geode ...................................... SUCCESS [
18.890 s]
[INFO] Calcite MongoDB .................................... SUCCESS [
19.340 s]
[INFO] Calcite Pig ........................................ SUCCESS [
15.797 s]
[INFO] Calcite Piglet ..................................... SUCCESS [
7.510 s]
[INFO] Calcite Plus ....................................... FAILURE [
15.401 s]
[INFO] Calcite Server ..................................... SKIPPED
[INFO] Calcite Spark ...................................... SKIPPED
[INFO] Calcite Splunk ..................................... SKIPPED
[INFO] Calcite Ubenchmark ................................. SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 14:47 min
[INFO] Finished at: 2018-12-06T23:14:07Z
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test
(default-test) on project calcite-plus: There are test failures.
[ERROR]
[ERROR] Please refer to
/apache-calcite-1.18.0-src/plus/target/surefire-reports for the
individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump,
[date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] -> [Help 1]
Francis
On 6/12/2018 7:18 pm, Julian Hyde wrote:
OK, let's try again.
I have created a build for Apache Calcite 1.18.0, release candidate 1.
Thanks to everyone who has contributed to this release.
Since RC 0, we have fixed the following issues:
* [CALCITE-2726] ReduceExpressionRule oversimplifies filter conditions
containing nulls
* [CALCITE-2670] Combine similar JSON aggregate functions in operator table
* [CALCITE-2468] Validator throws IndexOutOfBoundsException when
trying to infer operand type from STRUCT return type (Rong Rong)
You can read the release notes here:
https://github.com/apache/calcite/blob/branch-1.18/site/_docs/history.md
The commit to be voted upon:
http://git-wip-us.apache.org/repos/asf/calcite/commit/06d0526e9e58b88bb6722ae3e66789b9e60a70d1
Its hash is 06d0526e9e58b88bb6722ae3e66789b9e60a70d1.
The artifacts to be voted on are located here:
https://dist.apache.org/repos/dist/dev/calcite/apache-calcite-1.18.0-rc1
The hashes of the artifacts are as follows:
src.tar.gz.sha256
88501d9c22c5cd28c2988a1f921fa112386ac819fb1dbcc5f68504b30b8d7dd7
A staged Maven repository is available for review at:
https://repository.apache.org/content/repositories/orgapachecalcite-1050
Release artifacts are signed with the following key:
https://people.apache.org/keys/committer/jhyde.asc
Please vote on releasing this package as Apache Calcite 1.18.0.
The vote is open for the next 108 hours (ending at 1pm Pacific on Mon 10th)
and passes if a majority of at least three +1 PMC votes are cast.
[ ] +1 Release this package as Apache Calcite 1.18.0
[ ] 0 I don't feel strongly about it, but I'm okay with the release
[ ] -1 Do not release this package because...
Here is my vote:
+1 (binding)
Julian