This is an automated email from the ASF dual-hosted git repository.
csy pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 4e061f945 ORC-1790: Upgrade `parquet` to 1.14.3 in `bench` module
4e061f945 is described below
commit 4e061f9454c044551884ff832362d896038d8b53
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 11 16:42:42 2024 +0800
ORC-1790: Upgrade `parquet` to 1.14.3 in `bench` module
Bumps `parquet.version` from 1.14.2 to 1.14.3.
Updates `org.apache.parquet:parquet-hadoop` from 1.14.2 to 1.14.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/parquet-mr/releases">org.apache.parquet:parquet-hadoop's
releases</a>.</em></p>
<blockquote>
<h2>Apache Parquet Java 1.14.3</h2>
<h2>What's Changed</h2>
<ul>
<li><a
href="https://redirect.github.com/apache/parquet-java/issues/3007">GH-3007</a>:
Ensure version specific Jackson classes are shaded</li>
<li><a
href="https://redirect.github.com/apache/parquet-java/issues/3013">GH-3013</a>:
Fix potential ClassCastException at reading DELTA_BYTE_ARRAY encoding</li>
<li><a
href="https://redirect.github.com/apache/parquet-java/issues/3021">GH-3021</a>:
Upgrade Avro dependency to 1.11.4</li>
</ul>
<h2>Apache Parquet Java 1.14.3 RC2</h2>
<h2>What's Changed</h2>
<ul>
<li><a
href="https://redirect.github.com/apache/parquet-java/issues/3007">GH-3007</a>:
Ensure version specific Jackson classes are shaded</li>
<li><a
href="https://redirect.github.com/apache/parquet-java/issues/3013">GH-3013</a>:
Fix potential ClassCastException at reading DELTA_BYTE_ARRAY encoding</li>
<li><a
href="https://redirect.github.com/apache/parquet-java/issues/3021">GH-3021</a>:
Upgrade Avro dependency to 1.11.4</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/parquet-java/commit/b5e376a2caee767a11e75b783512b14cf8ca90ec"><code>b5e376a</code></a>
[maven-release-plugin] prepare release apache-parquet-1.14.3-rc2</li>
<li><a
href="https://github.com/apache/parquet-java/commit/7d970b7485ca005c797421c9d2afc8ab09579684"><code>7d970b7</code></a>
<a
href="https://redirect.github.com/apache/parquet-mr/issues/3021">GH-3021</a>:
Upgrade Avro dependency (<a
href="https://redirect.github.com/apache/parquet-mr/issues/3022">#3022</a>)</li>
<li><a
href="https://github.com/apache/parquet-java/commit/425733735b7674b2a5649f7c4675e5a1e8c9a9fc"><code>4257337</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/apache/parquet-java/commit/cf1efcc932a39dad8c47bd113f03c4848b3b1ed5"><code>cf1efcc</code></a>
[maven-release-plugin] prepare release apache-parquet-1.14.3-rc0</li>
<li><a
href="https://github.com/apache/parquet-java/commit/b1475a706bcb3188d52409fdd18af0eac1fc7b69"><code>b1475a7</code></a>
<a
href="https://redirect.github.com/apache/parquet-mr/issues/3013">GH-3013</a>:
Fix potential ClassCastException at reading DELTA_BYTE_ARRAY encodin...</li>
<li><a
href="https://github.com/apache/parquet-java/commit/aec24e7240aa3cd447840749b2630941aa220587"><code>aec24e7</code></a>
MINOR: Don't run all the tests on a release (<a
href="https://redirect.github.com/apache/parquet-mr/issues/2999">#2999</a>)</li>
<li><a
href="https://github.com/apache/parquet-java/commit/2734728b0e05026af93e2c9fcfbbd517080fb4d4"><code>2734728</code></a>
<a
href="https://redirect.github.com/apache/parquet-mr/issues/3007">GH-3007</a>:
Ensure version specific Jackson classes are shaded (<a
href="https://redirect.github.com/apache/parquet-mr/issues/3017">#3017</a>)</li>
<li><a
href="https://github.com/apache/parquet-java/commit/7b6753da3973c76af3d6628129857e243a6a3d2a"><code>7b6753d</code></a>
MINOR: fix version of parquet-plugins</li>
<li><a
href="https://github.com/apache/parquet-java/commit/dde627c9ee2a2e5db44c9a130c3dffbccf1706c4"><code>dde627c</code></a>
Prepare for next development iteration</li>
<li><a
href="https://github.com/apache/parquet-java/commit/2245b3043794c8a904b454e73dc6dba3a4d5415c"><code>2245b30</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/apache/parquet-mr/compare/apache-parquet-1.14.2...apache-parquet-1.14.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.apache.parquet:parquet-avro` from 1.14.2 to 1.14.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/parquet-mr/releases">org.apache.parquet:parquet-avro's
releases</a>.</em></p>
<blockquote>
<h2>Apache Parquet Java 1.14.3</h2>
<h2>What's Changed</h2>
<ul>
<li><a
href="https://redirect.github.com/apache/parquet-java/issues/3007">GH-3007</a>:
Ensure version specific Jackson classes are shaded</li>
<li><a
href="https://redirect.github.com/apache/parquet-java/issues/3013">GH-3013</a>:
Fix potential ClassCastException at reading DELTA_BYTE_ARRAY encoding</li>
<li><a
href="https://redirect.github.com/apache/parquet-java/issues/3021">GH-3021</a>:
Upgrade Avro dependency to 1.11.4</li>
</ul>
<h2>Apache Parquet Java 1.14.3 RC2</h2>
<h2>What's Changed</h2>
<ul>
<li><a
href="https://redirect.github.com/apache/parquet-java/issues/3007">GH-3007</a>:
Ensure version specific Jackson classes are shaded</li>
<li><a
href="https://redirect.github.com/apache/parquet-java/issues/3013">GH-3013</a>:
Fix potential ClassCastException at reading DELTA_BYTE_ARRAY encoding</li>
<li><a
href="https://redirect.github.com/apache/parquet-java/issues/3021">GH-3021</a>:
Upgrade Avro dependency to 1.11.4</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/parquet-java/commit/b5e376a2caee767a11e75b783512b14cf8ca90ec"><code>b5e376a</code></a>
[maven-release-plugin] prepare release apache-parquet-1.14.3-rc2</li>
<li><a
href="https://github.com/apache/parquet-java/commit/7d970b7485ca005c797421c9d2afc8ab09579684"><code>7d970b7</code></a>
<a
href="https://redirect.github.com/apache/parquet-mr/issues/3021">GH-3021</a>:
Upgrade Avro dependency (<a
href="https://redirect.github.com/apache/parquet-mr/issues/3022">#3022</a>)</li>
<li><a
href="https://github.com/apache/parquet-java/commit/425733735b7674b2a5649f7c4675e5a1e8c9a9fc"><code>4257337</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/apache/parquet-java/commit/cf1efcc932a39dad8c47bd113f03c4848b3b1ed5"><code>cf1efcc</code></a>
[maven-release-plugin] prepare release apache-parquet-1.14.3-rc0</li>
<li><a
href="https://github.com/apache/parquet-java/commit/b1475a706bcb3188d52409fdd18af0eac1fc7b69"><code>b1475a7</code></a>
<a
href="https://redirect.github.com/apache/parquet-mr/issues/3013">GH-3013</a>:
Fix potential ClassCastException at reading DELTA_BYTE_ARRAY encodin...</li>
<li><a
href="https://github.com/apache/parquet-java/commit/aec24e7240aa3cd447840749b2630941aa220587"><code>aec24e7</code></a>
MINOR: Don't run all the tests on a release (<a
href="https://redirect.github.com/apache/parquet-mr/issues/2999">#2999</a>)</li>
<li><a
href="https://github.com/apache/parquet-java/commit/2734728b0e05026af93e2c9fcfbbd517080fb4d4"><code>2734728</code></a>
<a
href="https://redirect.github.com/apache/parquet-mr/issues/3007">GH-3007</a>:
Ensure version specific Jackson classes are shaded (<a
href="https://redirect.github.com/apache/parquet-mr/issues/3017">#3017</a>)</li>
<li><a
href="https://github.com/apache/parquet-java/commit/7b6753da3973c76af3d6628129857e243a6a3d2a"><code>7b6753d</code></a>
MINOR: fix version of parquet-plugins</li>
<li><a
href="https://github.com/apache/parquet-java/commit/dde627c9ee2a2e5db44c9a130c3dffbccf1706c4"><code>dde627c</code></a>
Prepare for next development iteration</li>
<li><a
href="https://github.com/apache/parquet-java/commit/2245b3043794c8a904b454e73dc6dba3a4d5415c"><code>2245b30</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/apache/parquet-mr/compare/apache-parquet-1.14.2...apache-parquet-1.14.3">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that
have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI
passes on it
- `dependabot cancel merge` will cancel a previously requested merge and
block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it.
You can achieve the same result by closing it manually
- `dependabot show <dependency name> ignore conditions` will show all of
the ignore conditions of the specified dependency
- `dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the PR
or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the PR
or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR or
upgrade to it yourself)
</details>
Closes #2047 from
dependabot[bot]/dependabot/maven/java/parquet.version-1.14.3.
Authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Shaoyun Chen <[email protected]>
(cherry picked from commit dc60f4faa6356b05ba496f4d17af7166458d311b)
Signed-off-by: Shaoyun Chen <[email protected]>
---
java/bench/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index 866b30df2..b10567e9d 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -38,7 +38,7 @@
<jmh.version>1.37</jmh.version>
<junit.version>5.10.1</junit.version>
<orc.version>${project.version}</orc.version>
- <parquet.version>1.14.2</parquet.version>
+ <parquet.version>1.14.3</parquet.version>
<scala.binary.version>2.13</scala.binary.version>
<scala.version>2.13.14</scala.version>
<spark.version>4.0.0-preview2</spark.version>