+1 (non binding)

Checked source tar ball, notes.
- mvn clean install, build OK
- All tests pass except from one (OsAdapterTest), see the below, not a
blocker, it depends on my SO (Linux Fedora 25)
- All tests passes on HerdDB

Enrico


Tests run: 12, Failures: 0, Errors: 1, Skipped: 2, Time elapsed: 1.943 sec
<<< FAILURE! - in org.apache.calcite.adapter.os.OsAdapterTest
testFiles(org.apache.calcite.adapter.os.OsAdapterTest)  Time elapsed: 1.206
sec  <<< ERROR!
java.lang.RuntimeException: exception while executing [select distinct type
from files]
    at
org.apache.calcite.adapter.os.OsAdapterTest.testFiles(OsAdapterTest.java:135)
Caused by: java.lang.RuntimeException: With materializationsEnabled=false,
limit=0
    at
org.apache.calcite.adapter.os.OsAdapterTest.testFiles(OsAdapterTest.java:135)
Caused by: java.sql.SQLException: Error while executing SQL "select
distinct type from files": while parsing value [1,09577] of field
[sparseness] in line [[1512547192803, 16, 1512547125872, 9, 64770,
PsTableFunction.java, ext4, domain users, 949000513,
./src/main/java/org/apache/calcite/adapter/os, 6051700, , 0644, 1,
src/main/java/org/apache/calcite/adapter/os/PsTableFunction.java, 7476,
null, null, null, null, null]]
    at
org.apache.calcite.adapter.os.OsAdapterTest.testFiles(OsAdapterTest.java:135)
Caused by: java.lang.RuntimeException: while parsing value [1,09577] of
field [sparseness] in line [[1512547192803, 16, 1512547125872, 9, 64770,
PsTableFunction.java, ext4, domain users, 949000513,
./src/main/java/org/apache/calcite/adapter/os, 6051700, , 0644, 1,
src/main/java/org/apache/calcite/adapter/os/PsTableFunction.java, 7476,
null, null, null, null, null]]
    at
org.apache.calcite.adapter.os.OsAdapterTest.testFiles(OsAdapterTest.java:135)
Caused by: java.lang.NumberFormatException: For input string: "1,09577"
    at
org.apache.calcite.adapter.os.OsAdapterTest.testFiles(OsAdapterTest.java:135)



2017-12-06 8:34 GMT+01:00 Julian Hyde <jh...@apache.org>:

> Hi all,
>
> I have created a build for Apache Calcite 1.15.0, release candidate 1.
>
> Changes since the previous release candidate: fixed the show-stopper
> CALCITE-2074, fixed the two minor issues raised in the last vote
> (CALCITE-2070 and a doc fix to watch out for scott.tmp), and also fixed
> CALCITE-2069, CALCITE-1808, CALCITE-2078.
>
> Thanks to everyone who has contributed to this release.
> You can read the release notes here:
> https://github.com/apache/calcite/blob/branch-1.15/site/_docs/history.md
>
> The commit to be voted upon:
> http://git-wip-us.apache.org/repos/asf/calcite/commit/
> a2aa00e5b276a30e301ecbf0953e2cbf3a51b605
>
> Its hash is a2aa00e5b276a30e301ecbf0953e2cbf3a51b605.
>
> The artifacts to be voted on are located here:
> https://dist.apache.org/repos/dist/dev/calcite/apache-calcite-1.15.0-rc1
>
> The hashes of the artifacts are as follows:
> src.tar.gz.md5 cfa3abcac0cac05f614d9598cb1c67de
> src.tar.gz.sha256 916ece8bbfd6ec6d51e41aa0922eb5
> 5e913e048e9c0b37a905ca1890d29698f0
> src.zip.md5 51ca29f949889c830f2aa6fe263cde9b
> src.zip.sha256 8371c925206e7d00c37238aab70e5e
> cb29ddb3b296a4184746ee64c3b7dcaabf
>
> A staged Maven repository is available for review at:
> https://repository.apache.org/content/repositories/orgapachecalcite-1040
>
> 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.15.0.
>
> The vote is open for the next 72 hours (i.e. ending at 23:59 Pacific on
> Fri 8th Dec) and passes if a majority of
> at least three +1 PMC votes are cast.
>
> [ ] +1 Release this package as Apache Calcite 1.15.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
>
>

Reply via email to