Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps parquet.version from 1.14.3 to 1.14.4.
Updates org.apache.parquet:parquet-avro from 1.14.3 to 1.14.4

Release notes

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

Apache Parquet Java 1.14.4

Includes three bugfixes:

  • GH-3040: DictionaryFilter.canDrop may return false positive result when dict size exceeds 8k
  • GH-3029: Fix EncryptionPropertiesHelper not to use java.nio.file.Path
  • GH-3042: Throw exception in BytesInput

Apache Parquet Java 1.14.4 RC2

Includes three bugfixes:

  • GH-3029: Fix EncryptionPropertiesHelper not to use java.nio.file.Path
  • GH-3040: DictionaryFilter.canDrop may return false positive result when dict size exceeds 8k
  • GH-3042: Throw exception in BytesInput

Apache Parquet Java 1.14.4 RC1

Includes two bugfixes:

  • GH-3029: Fix EncryptionPropertiesHelper not to use java.nio.file.Path
  • GH-3040: DictionaryFilter.canDrop may return false positive result when dict size exceeds 8k
Commits
  • da3cdd2 [maven-release-plugin] prepare release apache-parquet-1.14.4-rc2
  • 742ad87 MINOR: Throw exception in BytesInput (#3042)
  • 623ce10 [maven-release-plugin] prepare for next development iteration
  • 9edaaa8 [maven-release-plugin] prepare release apache-parquet-1.14.4-rc1
  • 47fe3d3 GH-3040: DictionaryFilter.canDrop may return false positive result when dict ...
  • 9584632 GH-3029: Fix EncryptionPropertiesHelper not to use java.nio.file.Path (#3038)
  • a30f9be Prepare for next development iteration
  • d2278e2 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.parquet:parquet-hadoop from 1.14.3 to 1.14.4

Release notes

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

Apache Parquet Java 1.14.4

Includes three bugfixes:

  • GH-3040: DictionaryFilter.canDrop may return false positive result when dict size exceeds 8k
  • GH-3029: Fix EncryptionPropertiesHelper not to use java.nio.file.Path
  • GH-3042: Throw exception in BytesInput

Apache Parquet Java 1.14.4 RC2

Includes three bugfixes:

  • GH-3029: Fix EncryptionPropertiesHelper not to use java.nio.file.Path
  • GH-3040: DictionaryFilter.canDrop may return false positive result when dict size exceeds 8k
  • GH-3042: Throw exception in BytesInput

Apache Parquet Java 1.14.4 RC1

Includes two bugfixes:

  • GH-3029: Fix EncryptionPropertiesHelper not to use java.nio.file.Path
  • GH-3040: DictionaryFilter.canDrop may return false positive result when dict size exceeds 8k
Commits
  • da3cdd2 [maven-release-plugin] prepare release apache-parquet-1.14.4-rc2
  • 742ad87 MINOR: Throw exception in BytesInput (#3042)
  • 623ce10 [maven-release-plugin] prepare for next development iteration
  • 9edaaa8 [maven-release-plugin] prepare release apache-parquet-1.14.4-rc1
  • 47fe3d3 GH-3040: DictionaryFilter.canDrop may return false positive result when dict ...
  • 9584632 GH-3029: Fix EncryptionPropertiesHelper not to use java.nio.file.Path (#3038)
  • a30f9be Prepare for next development iteration
  • d2278e2 [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.14.3 to 1.14.4.

Updates `org.apache.parquet:parquet-avro` from 1.14.3 to 1.14.4
- [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.14.3...apache-parquet-1.14.4)

Updates `org.apache.parquet:parquet-hadoop` from 1.14.3 to 1.14.4
- [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.14.3...apache-parquet-1.14.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from lidavidm as a code owner November 18, 2024 17:20
@dependabot dependabot bot added dependencies Dependabot-only java Dependabot-only labels Nov 18, 2024
@kou
Copy link
Member

kou commented Nov 18, 2024

@github-actions crossbow submit -g java

@github-actions
Copy link

Revision: ec49a59

Submitted crossbow builds: ursacomputing/crossbow @ actions-f749364bb9

Task Status
java-jars GitHub Actions
test-conda-python-3.11-spark-master GitHub Actions
verify-rc-source-java-linux-almalinux-8-amd64 GitHub Actions
verify-rc-source-java-linux-conda-latest-amd64 GitHub Actions
verify-rc-source-java-linux-ubuntu-20.04-amd64 GitHub Actions
verify-rc-source-java-linux-ubuntu-22.04-amd64 GitHub Actions
verify-rc-source-java-macos-amd64 GitHub Actions

@vibhatha
Copy link
Collaborator

@kou Failure seems unrelated, but shall we just re-run it and see?

@kou
Copy link
Member

kou commented Nov 19, 2024

Done.

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Nov 19, 2024
@lidavidm lidavidm merged commit 7dd66db into main Nov 19, 2024
16 checks passed
@lidavidm lidavidm removed the awaiting merge Awaiting merge label Nov 19, 2024
@dependabot dependabot bot deleted the dependabot/maven/java/parquet.version-1.14.4 branch November 19, 2024 02:10
@conbench-apache-arrow
Copy link

After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 7dd66db.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 8 possible false positives for unstable benchmarks that are known to sometimes produce them.

pribor pushed a commit to GlobalWebIndex/arrow that referenced this pull request Oct 24, 2025
…ache#44778)

Bumps `parquet.version` from 1.14.3 to 1.14.4.
Updates `org.apache.parquet:parquet-avro` from 1.14.3 to 1.14.4
<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.4</h2>
<p>Includes three bugfixes:</p>
<ul>
<li><a href="https://redirect.github.com/apache/parquet-java/issues/3040">GH-3040</a>: DictionaryFilter.canDrop may return false positive result when dict size exceeds 8k</li>
<li><a href="https://redirect.github.com/apache/parquet-java/issues/3029">GH-3029</a>: Fix EncryptionPropertiesHelper not to use <code>java.nio.file.Path</code></li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/3042">GH-3042</a>: Throw exception in BytesInput</li>
</ul>
<h2>Apache Parquet Java 1.14.4 RC2</h2>
<p>Includes three bugfixes:</p>
<ul>
<li><a href="https://redirect.github.com/apache/parquet-java/issues/3029">GH-3029</a>: Fix EncryptionPropertiesHelper not to use <code>java.nio.file.Path</code></li>
<li><a href="https://redirect.github.com/apache/parquet-java/issues/3040">GH-3040</a>: DictionaryFilter.canDrop may return false positive result when dict size exceeds 8k</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/3042">GH-3042</a>: Throw exception in BytesInput</li>
</ul>
<h2>Apache Parquet Java 1.14.4 RC1</h2>
<p>Includes two bugfixes:</p>
<ul>
<li><a href="https://redirect.github.com/apache/parquet-java/issues/3029">GH-3029</a>: Fix EncryptionPropertiesHelper not to use <code>java.nio.file.Path</code></li>
<li><a href="https://redirect.github.com/apache/parquet-java/issues/3040">GH-3040</a>: DictionaryFilter.canDrop may return false positive result when dict size exceeds 8k</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/parquet-java/commit/da3cdd28b32135862fe0e91f726071eeebf51747"><code>da3cdd2</code></a> [maven-release-plugin] prepare release apache-parquet-1.14.4-rc2</li>
<li><a href="https://github.com/apache/parquet-java/commit/742ad879e0d4c034b65e9f980ef2c0795f4d5b53"><code>742ad87</code></a> MINOR: Throw exception in BytesInput (<a href="https://redirect.github.com/apache/parquet-mr/issues/3042">#3042</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/623ce102cf4859cc0e1402a7ea82c3b10818ff6d"><code>623ce10</code></a> [maven-release-plugin] prepare for next development iteration</li>
<li><a href="https://github.com/apache/parquet-java/commit/9edaaa8bc0195b985bbd4256d7823387031ef3fd"><code>9edaaa8</code></a> [maven-release-plugin] prepare release apache-parquet-1.14.4-rc1</li>
<li><a href="https://github.com/apache/parquet-java/commit/47fe3d32fce2a76ec2af53508ac2f9c4f53b7706"><code>47fe3d3</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/3040">GH-3040</a>: DictionaryFilter.canDrop may return false positive result when dict ...</li>
<li><a href="https://github.com/apache/parquet-java/commit/9584632df052b1ce083834c8d3b5bba81296ca96"><code>9584632</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/3029">GH-3029</a>: Fix EncryptionPropertiesHelper not to use java.nio.file.Path (<a href="https://redirect.github.com/apache/parquet-mr/issues/3038">#3038</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/a30f9be97ec72ff39406896a375253953253fc0d"><code>a30f9be</code></a> Prepare for next development iteration</li>
<li><a href="https://github.com/apache/parquet-java/commit/d2278e265fecef4507975e58f3317414211da230"><code>d2278e2</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.3...apache-parquet-1.14.4">compare view</a></li>
</ul>
</details>
<br />

Updates `org.apache.parquet:parquet-hadoop` from 1.14.3 to 1.14.4
<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.4</h2>
<p>Includes three bugfixes:</p>
<ul>
<li><a href="https://redirect.github.com/apache/parquet-java/issues/3040">GH-3040</a>: DictionaryFilter.canDrop may return false positive result when dict size exceeds 8k</li>
<li><a href="https://redirect.github.com/apache/parquet-java/issues/3029">GH-3029</a>: Fix EncryptionPropertiesHelper not to use <code>java.nio.file.Path</code></li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/3042">GH-3042</a>: Throw exception in BytesInput</li>
</ul>
<h2>Apache Parquet Java 1.14.4 RC2</h2>
<p>Includes three bugfixes:</p>
<ul>
<li><a href="https://redirect.github.com/apache/parquet-java/issues/3029">GH-3029</a>: Fix EncryptionPropertiesHelper not to use <code>java.nio.file.Path</code></li>
<li><a href="https://redirect.github.com/apache/parquet-java/issues/3040">GH-3040</a>: DictionaryFilter.canDrop may return false positive result when dict size exceeds 8k</li>
<li><a href="https://redirect.github.com/apache/parquet-java/pull/3042">GH-3042</a>: Throw exception in BytesInput</li>
</ul>
<h2>Apache Parquet Java 1.14.4 RC1</h2>
<p>Includes two bugfixes:</p>
<ul>
<li><a href="https://redirect.github.com/apache/parquet-java/issues/3029">GH-3029</a>: Fix EncryptionPropertiesHelper not to use <code>java.nio.file.Path</code></li>
<li><a href="https://redirect.github.com/apache/parquet-java/issues/3040">GH-3040</a>: DictionaryFilter.canDrop may return false positive result when dict size exceeds 8k</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/parquet-java/commit/da3cdd28b32135862fe0e91f726071eeebf51747"><code>da3cdd2</code></a> [maven-release-plugin] prepare release apache-parquet-1.14.4-rc2</li>
<li><a href="https://github.com/apache/parquet-java/commit/742ad879e0d4c034b65e9f980ef2c0795f4d5b53"><code>742ad87</code></a> MINOR: Throw exception in BytesInput (<a href="https://redirect.github.com/apache/parquet-mr/issues/3042">#3042</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/623ce102cf4859cc0e1402a7ea82c3b10818ff6d"><code>623ce10</code></a> [maven-release-plugin] prepare for next development iteration</li>
<li><a href="https://github.com/apache/parquet-java/commit/9edaaa8bc0195b985bbd4256d7823387031ef3fd"><code>9edaaa8</code></a> [maven-release-plugin] prepare release apache-parquet-1.14.4-rc1</li>
<li><a href="https://github.com/apache/parquet-java/commit/47fe3d32fce2a76ec2af53508ac2f9c4f53b7706"><code>47fe3d3</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/3040">GH-3040</a>: DictionaryFilter.canDrop may return false positive result when dict ...</li>
<li><a href="https://github.com/apache/parquet-java/commit/9584632df052b1ce083834c8d3b5bba81296ca96"><code>9584632</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/3029">GH-3029</a>: Fix EncryptionPropertiesHelper not to use java.nio.file.Path (<a href="https://redirect.github.com/apache/parquet-mr/issues/3038">#3038</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/a30f9be97ec72ff39406896a375253953253fc0d"><code>a30f9be</code></a> Prepare for next development iteration</li>
<li><a href="https://github.com/apache/parquet-java/commit/d2278e265fecef4507975e58f3317414211da230"><code>d2278e2</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.3...apache-parquet-1.14.4">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>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Component: Java dependencies Dependabot-only java Dependabot-only

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants