From 4701809cb65373b4404b46b6f01110d020f4d1c8 Mon Sep 17 00:00:00 2001 From: Jeffrey <22608443+Jefffrey@users.noreply.github.com> Date: Wed, 6 Dec 2023 02:25:43 +1100 Subject: [PATCH 1/8] Fix INTERVAL sort order doc to be undefined (#222) --- src/main/thrift/parquet.thrift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/thrift/parquet.thrift b/src/main/thrift/parquet.thrift index 9decb5a6f..2084ac63c 100644 --- a/src/main/thrift/parquet.thrift +++ b/src/main/thrift/parquet.thrift @@ -945,7 +945,7 @@ union ColumnOrder { * TIME_MICROS - signed comparison * TIMESTAMP_MILLIS - signed comparison * TIMESTAMP_MICROS - signed comparison - * INTERVAL - unsigned comparison + * INTERVAL - undefined * JSON - unsigned byte-wise comparison * BSON - unsigned byte-wise comparison * ENUM - unsigned byte-wise comparison From eb4b31c1d64a01088d02a2f9aefc6c17c54cc6fc Mon Sep 17 00:00:00 2001 From: Gang Wu Date: Wed, 6 Dec 2023 14:53:28 +0800 Subject: [PATCH 2/8] PARQUET-2409: Add custom .asf.yaml for email notification (#224) --- .asf.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .asf.yaml diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 000000000..7c14749b2 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,25 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features +# +notifications: + commits: commits@parquet.apache.org + issues: issues@parquet.apache.org + pullrequests: issues@parquet.apache.org + jira_options: link From ad9fff1ab4b0952d25f5f4e561a9ec21263d3792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 16:32:31 +0800 Subject: [PATCH 3/8] Bump org.apache.rat:apache-rat-plugin from 0.15 to 0.16 (#228) Bumps org.apache.rat:apache-rat-plugin from 0.15 to 0.16. --- updated-dependencies: - dependency-name: org.apache.rat:apache-rat-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 56b3ed257..1f5a80776 100644 --- a/pom.xml +++ b/pom.xml @@ -180,7 +180,7 @@ org.apache.rat apache-rat-plugin - 0.15 + 0.16 test From 3e33e0c0252cfaf0bc6821097ccaf1d7a3ce34e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 16:32:43 +0800 Subject: [PATCH 4/8] Bump actions/setup-java from 3 to 4 (#223) Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0dbc2b25..148e287f7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@master - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: ${{ matrix.java }} distribution: temurin From b187374567403e99d798b773bdd5d8981bd985fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 21:23:36 +0100 Subject: [PATCH 5/8] Bump org.apache.rat:apache-rat-plugin from 0.16 to 0.16.1 (#230) Bumps org.apache.rat:apache-rat-plugin from 0.16 to 0.16.1. --- updated-dependencies: - dependency-name: org.apache.rat:apache-rat-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1f5a80776..8c019c674 100644 --- a/pom.xml +++ b/pom.xml @@ -180,7 +180,7 @@ org.apache.rat apache-rat-plugin - 0.16 + 0.16.1 test From f0074973c0043ac93a37939293fd0e5c86e7c65f Mon Sep 17 00:00:00 2001 From: Alexander Grueneberg Date: Tue, 6 Feb 2024 21:24:02 +0100 Subject: [PATCH 6/8] Compression: Fix missing word (#227) --- Compression.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compression.md b/Compression.md index cfd4a3a1d..4b893c26b 100644 --- a/Compression.md +++ b/Compression.md @@ -25,8 +25,8 @@ This document contains the specification of all supported compression codecs. Parquet allows the data block inside dictionary pages and data pages to be compressed for better space efficiency. The Parquet format supports -several compression covering different areas in the compression ratio / -processing cost spectrum. +several compression codecs covering different areas in the compression +ratio / processing cost spectrum. The detailed specifications of compression codecs are maintained externally by their respective authors or maintainers, which we reference hereafter. From 25eecbbbf37f733af1620582545644bc6f54fcb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 21:24:25 +0100 Subject: [PATCH 7/8] Bump org.apache.maven.plugins:maven-shade-plugin from 3.4.1 to 3.5.1 (#226) Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.4.1 to 3.5.1. - [Release notes](https://github.com/apache/maven-shade-plugin/releases) - [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.4.1...maven-shade-plugin-3.5.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-shade-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8c019c674..f319d8088 100644 --- a/pom.xml +++ b/pom.xml @@ -143,7 +143,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.4.1 + 3.5.1 package From 97ed3ba484d3b5a7b58678457eceb518b037ee04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 21:24:34 +0100 Subject: [PATCH 8/8] Bump org.apache:apache from 29 to 31 (#225) Bumps [org.apache:apache](https://github.com/apache/maven-apache-parent) from 29 to 31. - [Release notes](https://github.com/apache/maven-apache-parent/releases) - [Commits](https://github.com/apache/maven-apache-parent/commits) --- updated-dependencies: - dependency-name: org.apache:apache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f319d8088..11e148697 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.apache apache - 29 + 31 org.apache.parquet