Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2025

Bumps parquet.version from 1.15.1 to 1.15.2.
Updates org.apache.parquet:parquet-hadoop from 1.15.1 to 1.15.2

Release notes

Sourced from org.apache.parquet:parquet-hadoop's releases.

Apache Parquet Java 1.15.2

What's Changed

Full Changelog: apache/parquet-java@apache-parquet-1.15.1...apache-parquet-1.15.2-rc0

Commits
  • 859eac1 [maven-release-plugin] prepare release apache-parquet-1.15.2-rc0
  • 2fef79b GH-3198: Allow specifying trusted classes by class name (#3199)
  • aedfbbc Fix snapshot version of parquet-plugins
  • fe532b5 Prepare for next development iteration
  • e7ecd8a [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.parquet:parquet-avro from 1.15.1 to 1.15.2

Release notes

Sourced from org.apache.parquet:parquet-avro's releases.

Apache Parquet Java 1.15.2

What's Changed

Full Changelog: apache/parquet-java@apache-parquet-1.15.1...apache-parquet-1.15.2-rc0

Commits
  • 859eac1 [maven-release-plugin] prepare release apache-parquet-1.15.2-rc0
  • 2fef79b GH-3198: Allow specifying trusted classes by class name (#3199)
  • aedfbbc Fix snapshot version of parquet-plugins
  • fe532b5 Prepare for next development iteration
  • e7ecd8a [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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 commands and options

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)

Bumps `parquet.version` from 1.15.1 to 1.15.2.

Updates `org.apache.parquet:parquet-hadoop` from 1.15.1 to 1.15.2
- [Release notes](https://github.com/apache/parquet-mr/releases)
- [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md)
- [Commits](apache/parquet-java@apache-parquet-1.15.1...apache-parquet-1.15.2)

Updates `org.apache.parquet:parquet-avro` from 1.15.1 to 1.15.2
- [Release notes](https://github.com/apache/parquet-mr/releases)
- [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md)
- [Commits](apache/parquet-java@apache-parquet-1.15.1...apache-parquet-1.15.2)

---
updated-dependencies:
- dependency-name: org.apache.parquet:parquet-hadoop
  dependency-version: 1.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.parquet:parquet-avro
  dependency-version: 1.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file JAVA labels May 5, 2025
@github-actions github-actions bot added the BUILD label May 5, 2025
@dongjoon-hyun dongjoon-hyun changed the title Bump parquet.version from 1.15.1 to 1.15.2 in /java ORC-1889: Upgrade parquet to 1.15.2 May 5, 2025
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 5, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/java/parquet.version-1.15.2 branch May 5, 2025 15:03
@dongjoon-hyun dongjoon-hyun added this to the 2.1.2 milestone May 5, 2025
dongjoon-hyun pushed a commit that referenced this pull request May 5, 2025
Bumps `parquet.version` from 1.15.1 to 1.15.2.
Updates `org.apache.parquet:parquet-hadoop` from 1.15.1 to 1.15.2
<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.15.2</h2>
<h2>What's Changed</h2>
<ul>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3198">GH-3198</a>: Allow specifying trusted classes by class name in <a href="https://redirect.github.com/apache/parquet-java/pull/3199">apache/parquet-java#3199</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/apache/parquet-java/compare/apache-parquet-1.15.1...apache-parquet-1.15.2-rc0">https://github.com/apache/parquet-java/compare/apache-parquet-1.15.1...apache-parquet-1.15.2-rc0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/parquet-java/commit/859eac165b08f927fa14590c33bc5f476405fb68"><code>859eac1</code></a> [maven-release-plugin] prepare release apache-parquet-1.15.2-rc0</li>
<li><a href="https://github.com/apache/parquet-java/commit/2fef79bb53ea0a894e4bae861faa8105ca9da15b"><code>2fef79b</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/3198">GH-3198</a>: Allow specifying trusted classes by class name (<a href="https://redirect.github.com/apache/parquet-mr/issues/3199">#3199</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/aedfbbc13a72d738d6cd7db26662f37d3f614206"><code>aedfbbc</code></a> Fix snapshot version of parquet-plugins</li>
<li><a href="https://github.com/apache/parquet-java/commit/fe532b50a9da12a50612f5f73adb0b4c7f78734c"><code>fe532b5</code></a> Prepare for next development iteration</li>
<li><a href="https://github.com/apache/parquet-java/commit/e7ecd8a7cada0839c90652d1ec8d0aa4ce6fb694"><code>e7ecd8a</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.15.1...apache-parquet-1.15.2">compare view</a></li>
</ul>
</details>
<br />

Updates `org.apache.parquet:parquet-avro` from 1.15.1 to 1.15.2
<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.15.2</h2>
<h2>What's Changed</h2>
<ul>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3198">GH-3198</a>: Allow specifying trusted classes by class name in <a href="https://redirect.github.com/apache/parquet-java/pull/3199">apache/parquet-java#3199</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/apache/parquet-java/compare/apache-parquet-1.15.1...apache-parquet-1.15.2-rc0">https://github.com/apache/parquet-java/compare/apache-parquet-1.15.1...apache-parquet-1.15.2-rc0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/parquet-java/commit/859eac165b08f927fa14590c33bc5f476405fb68"><code>859eac1</code></a> [maven-release-plugin] prepare release apache-parquet-1.15.2-rc0</li>
<li><a href="https://github.com/apache/parquet-java/commit/2fef79bb53ea0a894e4bae861faa8105ca9da15b"><code>2fef79b</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/3198">GH-3198</a>: Allow specifying trusted classes by class name (<a href="https://redirect.github.com/apache/parquet-mr/issues/3199">#3199</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/aedfbbc13a72d738d6cd7db26662f37d3f614206"><code>aedfbbc</code></a> Fix snapshot version of parquet-plugins</li>
<li><a href="https://github.com/apache/parquet-java/commit/fe532b50a9da12a50612f5f73adb0b4c7f78734c"><code>fe532b5</code></a> Prepare for next development iteration</li>
<li><a href="https://github.com/apache/parquet-java/commit/e7ecd8a7cada0839c90652d1ec8d0aa4ce6fb694"><code>e7ecd8a</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.15.1...apache-parquet-1.15.2">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 #2212 from dependabot[bot]/dependabot/maven/java/parquet.version-1.15.2.

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 0bcc1a6)
Signed-off-by: Dongjoon Hyun <[email protected]>
@dongjoon-hyun dongjoon-hyun modified the milestones: 2.1.2, 2.1.3 May 5, 2025
dongjoon-hyun pushed a commit that referenced this pull request May 23, 2025
Bumps `parquet.version` from 1.15.1 to 1.15.2.
Updates `org.apache.parquet:parquet-hadoop` from 1.15.1 to 1.15.2
<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.15.2</h2>
<h2>What's Changed</h2>
<ul>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3198">GH-3198</a>: Allow specifying trusted classes by class name in <a href="https://redirect.github.com/apache/parquet-java/pull/3199">apache/parquet-java#3199</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/apache/parquet-java/compare/apache-parquet-1.15.1...apache-parquet-1.15.2-rc0">https://github.com/apache/parquet-java/compare/apache-parquet-1.15.1...apache-parquet-1.15.2-rc0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/parquet-java/commit/859eac165b08f927fa14590c33bc5f476405fb68"><code>859eac1</code></a> [maven-release-plugin] prepare release apache-parquet-1.15.2-rc0</li>
<li><a href="https://github.com/apache/parquet-java/commit/2fef79bb53ea0a894e4bae861faa8105ca9da15b"><code>2fef79b</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/3198">GH-3198</a>: Allow specifying trusted classes by class name (<a href="https://redirect.github.com/apache/parquet-mr/issues/3199">#3199</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/aedfbbc13a72d738d6cd7db26662f37d3f614206"><code>aedfbbc</code></a> Fix snapshot version of parquet-plugins</li>
<li><a href="https://github.com/apache/parquet-java/commit/fe532b50a9da12a50612f5f73adb0b4c7f78734c"><code>fe532b5</code></a> Prepare for next development iteration</li>
<li><a href="https://github.com/apache/parquet-java/commit/e7ecd8a7cada0839c90652d1ec8d0aa4ce6fb694"><code>e7ecd8a</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.15.1...apache-parquet-1.15.2">compare view</a></li>
</ul>
</details>
<br />

Updates `org.apache.parquet:parquet-avro` from 1.15.1 to 1.15.2
<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.15.2</h2>
<h2>What's Changed</h2>
<ul>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/3198">GH-3198</a>: Allow specifying trusted classes by class name in <a href="https://redirect.github.com/apache/parquet-java/pull/3199">apache/parquet-java#3199</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/apache/parquet-java/compare/apache-parquet-1.15.1...apache-parquet-1.15.2-rc0">https://github.com/apache/parquet-java/compare/apache-parquet-1.15.1...apache-parquet-1.15.2-rc0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/parquet-java/commit/859eac165b08f927fa14590c33bc5f476405fb68"><code>859eac1</code></a> [maven-release-plugin] prepare release apache-parquet-1.15.2-rc0</li>
<li><a href="https://github.com/apache/parquet-java/commit/2fef79bb53ea0a894e4bae861faa8105ca9da15b"><code>2fef79b</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/3198">GH-3198</a>: Allow specifying trusted classes by class name (<a href="https://redirect.github.com/apache/parquet-mr/issues/3199">#3199</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/aedfbbc13a72d738d6cd7db26662f37d3f614206"><code>aedfbbc</code></a> Fix snapshot version of parquet-plugins</li>
<li><a href="https://github.com/apache/parquet-java/commit/fe532b50a9da12a50612f5f73adb0b4c7f78734c"><code>fe532b5</code></a> Prepare for next development iteration</li>
<li><a href="https://github.com/apache/parquet-java/commit/e7ecd8a7cada0839c90652d1ec8d0aa4ce6fb694"><code>e7ecd8a</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.15.1...apache-parquet-1.15.2">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 #2212 from dependabot[bot]/dependabot/maven/java/parquet.version-1.15.2.

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 0bcc1a6)
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 62371db)
Signed-off-by: Dongjoon Hyun <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BUILD dependencies Pull requests that update a dependency file JAVA

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant