I vote -1.
I downloaded and built it fine, but when I tested it in Iceberg, I saw a
lot of test failed as below. This is related to Parquet-1970
<https://github.com/apache/parquet-mr/pull/861/commits/16fa8ccd7af0312c337e178381c380d66c83a915>
.
org.apache.iceberg.parquet.TestDictionaryRowGroupFilter > testAllNulls
FAILED
java.lang.IllegalArgumentException: Can not create a Path from a null
string
at org.apache.hadoop.fs.Path.checkPathArg(Path.java:122)
at org.apache.hadoop.fs.Path.<init>(Path.java:134)
at
org.apache.parquet.hadoop.ParquetWriter.<init>(ParquetWriter.java:285)
at
org.apache.parquet.hadoop.ParquetWriter$Builder.build(ParquetWriter.java:640)
at
org.apache.iceberg.parquet.Parquet$WriteBuilder.build(Parquet.java:264)
at
org.apache.iceberg.parquet.TestDictionaryRowGroupFilter.createInputFile(TestDictionaryRowGroupFilter.java:143)
Add @Ryan Blue <[email protected]> as FYI.
Xinli.
On Thu, Mar 11, 2021 at 9:39 AM Gabor Szadovszky <[email protected]> wrote:
> Hi everyone,
>
> I propose the following RC to be released as the official Apache Parquet
> 1.12.0 release.
>
> The commit id is 5f2055c30674df8be55eabe7a03d935af1e45e8e
> * This corresponds to the tag: apache-parquet-1.12.0-rc3
> *
>
> https://github.com/apache/parquet-mr/tree/5f2055c30674df8be55eabe7a03d935af1e45e8e
>
> The release tarball, signature, and checksums are here:
> * https://dist.apache.org/repos/dist/dev/parquet/apache-parquet-1.12.0-rc3
>
> You can find the KEYS file here:
> * https://downloads.apache.org/parquet/KEYS
>
> Binary artifacts are staged in Nexus here:
> * https://repository.apache.org/content/groups/staging/org/apache/parquet/
>
> This release includes the features Parquet Modular Encryption and Parquet
> Bloom Filter. See details at:
> *
>
> https://github.com/apache/parquet-mr/blob/apache-parquet-1.12.0-rc3/CHANGES.md
>
> Please download, verify, and test.
>
> Please vote in the next 72 hours.
>
> [ ] +1 Release this as Apache Parquet 1.12.0
> [ ] +0
> [ ] -1 Do not release this because...
>
--
Xinli Shang