Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ORC-1812: Upgrade parquet to 1.15.0 in bench module #2080

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps parquet.version from 1.14.4 to 1.15.0.
Updates org.apache.parquet:parquet-hadoop from 1.14.4 to 1.15.0

Release notes

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

Apache Parquet 1.15.0

What's Changed

... (truncated)

Commits
  • 4665401 [maven-release-plugin] prepare release apache-parquet-1.15.0-rc2
  • cc782d9 GH-3086: Allow for empty beans (#3087)
  • c120d8f MINOR: Revert buildnumber-maven-plugin to 3.2.0 (#3082)
  • 2e07bed MINOR: Add shading for JDK22 specific classes (#3081)
  • 78a3b76 [maven-release-plugin] prepare for next development iteration
  • 84ba54a [maven-release-plugin] prepare release apache-parquet-1.15.0-rc1
  • e24d8d4 Bump commons-io:commons-io from 2.16.1 to 2.18.0 (#3071)
  • 410f5e1 Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.17.0 (#3065)
  • 54f2198 Bump org.apache.maven.plugins:maven-dependency-plugin (#3064)
  • 1e04ec7 GH-3068: Remove parquet-scala (#3063)
  • Additional commits viewable in compare view

Updates org.apache.parquet:parquet-avro from 1.14.4 to 1.15.0

Release notes

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

Apache Parquet 1.15.0

What's Changed

... (truncated)

Commits
  • 4665401 [maven-release-plugin] prepare release apache-parquet-1.15.0-rc2
  • cc782d9 GH-3086: Allow for empty beans (#3087)
  • c120d8f MINOR: Revert buildnumber-maven-plugin to 3.2.0 (#3082)
  • 2e07bed MINOR: Add shading for JDK22 specific classes (#3081)
  • 78a3b76 [maven-release-plugin] prepare for next development iteration
  • 84ba54a [maven-release-plugin] prepare release apache-parquet-1.15.0-rc1
  • e24d8d4 Bump commons-io:commons-io from 2.16.1 to 2.18.0 (#3071)
  • 410f5e1 Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.17.0 (#3065)
  • 54f2198 Bump org.apache.maven.plugins:maven-dependency-plugin (#3064)
  • 1e04ec7 GH-3068: Remove parquet-scala (#3063)
  • Additional commits viewable 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.4 to 1.15.0.

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
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.

@dongjoon-hyun dongjoon-hyun added this to the 2.0.4 milestone Dec 10, 2024
@dongjoon-hyun dongjoon-hyun changed the title Bump parquet.version from 1.14.4 to 1.15.0 in /java ORC-1812: Upgrade parquet to 1.15.0 in bench module Dec 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 10, 2024

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.

dongjoon-hyun pushed a commit that referenced this pull request Dec 10, 2024
Bumps `parquet.version` from 1.14.4 to 1.15.0.
Updates `org.apache.parquet:parquet-hadoop` from 1.14.4 to 1.15.0
<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 1.15.0</h2>
<h2>What's Changed</h2>
<ul>
<li>PARQUET-2462: Bump to Thrift 0.20.0 by <a href="https://github.com/Fokko"><code>​Fokko</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1327">apache/parquet-java#1327</a></li>
<li>Bump org.apache:apache from 31 to 32 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1333">apache/parquet-java#1333</a></li>
<li>PARQUET-2465: Fall back to HadoopConfig by <a href="https://github.com/Fokko"><code>​Fokko</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1339">apache/parquet-java#1339</a></li>
<li>Update changes for the <code>master</code> branch by <a href="https://github.com/Fokko"><code>​Fokko</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1348">apache/parquet-java#1348</a></li>
<li>PARQUET-2466: Simplify logic when calling <code>ParquetWriter</code> by <a href="https://github.com/Fokko"><code>​Fokko</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1338">apache/parquet-java#1338</a></li>
<li>Bump com.google.api.grpc:proto-google-common-protos from 2.38.0 to 2.39.0 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1346">apache/parquet-java#1346</a></li>
<li>Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1345">apache/parquet-java#1345</a></li>
<li>PARQUET-2476: Remove the <code>maven-compiler</code> override by <a href="https://github.com/Fokko"><code>​Fokko</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1341">apache/parquet-java#1341</a></li>
<li>Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1344">apache/parquet-java#1344</a></li>
<li>PARQUET-2472: Close in finally block in ParquetFileWriter#end by <a href="https://github.com/amogh-jahagirdar"><code>​amogh-jahagirdar</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1350">apache/parquet-java#1350</a></li>
<li>PARQUET-2478: Update README with link to parquet website by <a href="https://github.com/alamb"><code>​alamb</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1355">apache/parquet-java#1355</a></li>
<li>Update readme to point to 1.14.0 release by <a href="https://github.com/vinooganesh"><code>​vinooganesh</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1356">apache/parquet-java#1356</a></li>
<li>PARQUET-2468: ParquetMetadata must convert to json by <a href="https://github.com/RustedBones"><code>​RustedBones</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1349">apache/parquet-java#1349</a></li>
<li>Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1359">apache/parquet-java#1359</a></li>
<li>Bump net.alchim31.maven:scala-maven-plugin from 4.9.0 to 4.9.1 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1352">apache/parquet-java#1352</a></li>
<li>Bump org.apache.arrow:arrow-vector from 16.0.0 to 16.1.0 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1354">apache/parquet-java#1354</a></li>
<li>PARQUET-2487: Bump io.airlift:aircompressor from 0.26 to 0.27 by <a href="https://github.com/utkuaydn"><code>​utkuaydn</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1363">apache/parquet-java#1363</a></li>
<li>PARQUET-34: Add #contains FilterPredicate for Array columns by <a href="https://github.com/clairemcginty"><code>​clairemcginty</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1328">apache/parquet-java#1328</a></li>
<li>Chore: Update NOTICE of parquet-avro by <a href="https://github.com/yaooqinn"><code>​yaooqinn</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1371">apache/parquet-java#1371</a></li>
<li>PARQUET-2494: Update git attribrutes to mark png as binary by <a href="https://github.com/emkornfield"><code>​emkornfield</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1372">apache/parquet-java#1372</a></li>
<li>PARQUET-2498: Vector IO to handle empty range list by <a href="https://github.com/steveloughran"><code>​steveloughran</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1374">apache/parquet-java#1374</a></li>
<li>PARQUET-34: Extend Contains support to all ColumnFilterPredicate types by <a href="https://github.com/clairemcginty"><code>​clairemcginty</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1370">apache/parquet-java#1370</a></li>
<li>Bump commons-logging:commons-logging from 1.3.1 to 1.3.2 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1366">apache/parquet-java#1366</a></li>
<li>Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1367">apache/parquet-java#1367</a></li>
<li>PARQUET-2499: Update NOTICE to Apache Parquet Java by <a href="https://github.com/caicancai"><code>​caicancai</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1375">apache/parquet-java#1375</a></li>
<li>Add github section in asf.yaml to enable issues by <a href="https://github.com/wgtmac"><code>​wgtmac</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1362">apache/parquet-java#1362</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2932">GH-2932</a>: Adjust PR template to reference GitHub issue tracker by <a href="https://github.com/rok"><code>​rok</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2933">apache/parquet-java#2933</a></li>
<li>Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2922">apache/parquet-java#2922</a></li>
<li>Bump org.easymock:easymock from 5.2.0 to 5.3.0 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2924">apache/parquet-java#2924</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2930">GH-2930</a>: Add issue templates by <a href="https://github.com/rok"><code>​rok</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2931">apache/parquet-java#2931</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2939">GH-2939</a>: Update PULL_REQUEST_TEMPLATE by <a href="https://github.com/wgtmac"><code>​wgtmac</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2940">apache/parquet-java#2940</a></li>
<li>MINOR: Make ColumnPath immutable by <a href="https://github.com/findepi"><code>​findepi</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1380">apache/parquet-java#1380</a></li>
<li>Bump com.google.truth.extensions:truth-proto-extension from 1.4.2 to 1.4.3 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2936">apache/parquet-java#2936</a></li>
<li>Update readme to point to 1.14.1 release by <a href="https://github.com/wayneguow"><code>​wayneguow</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2947">apache/parquet-java#2947</a></li>
<li>Bump com.google.api.grpc:proto-google-common-protos from 2.39.0 to 2.41.0 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2937">apache/parquet-java#2937</a></li>
<li>Bump commons-logging:commons-logging from 1.3.2 to 1.3.3 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2954">apache/parquet-java#2954</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2948">GH-2948</a>: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile by <a href="https://github.com/joyCurry30"><code>​joyCurry30</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2949">apache/parquet-java#2949</a></li>
<li>PARQUET-2139: fix file_offset field in ColumnChunk metadata by <a href="https://github.com/etseidl"><code>​etseidl</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1369">apache/parquet-java#1369</a></li>
<li>Bump org.codehaus.mojo:build-helper-maven-plugin from 3.5.0 to 3.6.0 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1365">apache/parquet-java#1365</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2935">GH-2935</a>: Avoid double close of ParquetFileWriter by <a href="https://github.com/hellishfire"><code>​hellishfire</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2951">apache/parquet-java#2951</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2959">GH-2959</a>: Optimize the test case of parquet rewriter. by <a href="https://github.com/joyCurry30"><code>​joyCurry30</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2960">apache/parquet-java#2960</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2956">GH-2956</a>: Use avro SchemaBuilder API to convert record by <a href="https://github.com/RustedBones"><code>​RustedBones</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2957">apache/parquet-java#2957</a></li>
<li>PARQUET-1126: Write unencrypted Parquet files without Hadoop by <a href="https://github.com/dlvenable"><code>​dlvenable</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1376">apache/parquet-java#1376</a></li>
<li>PARQUET-34: implement not() for Contains predicate by <a href="https://github.com/clairemcginty"><code>​clairemcginty</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2941">apache/parquet-java#2941</a></li>
<li>Bump com.h2database:h2 from 2.2.224 to 2.3.230 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2963">apache/parquet-java#2963</a></li>
<li>Bump zstd-jni.version from 1.5.6-2 to 1.5.6-3 by <a href="https://github.com/utkuaydn"><code>​utkuaydn</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2968">apache/parquet-java#2968</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2921">GH-2921</a>: Remove Jackson JDK8 module by <a href="https://github.com/Fokko"><code>​Fokko</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1378">apache/parquet-java#1378</a></li>
<li>Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2973">apache/parquet-java#2973</a></li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/parquet-java/commit/4665401d36e468c988322f78621da7c2d1c22ede"><code>4665401</code></a> [maven-release-plugin] prepare release apache-parquet-1.15.0-rc2</li>
<li><a href="https://github.com/apache/parquet-java/commit/cc782d9728613deea8b6f0684eb3f37c086fb1b9"><code>cc782d9</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/3086">GH-3086</a>: Allow for empty beans (<a href="https://redirect.github.com/apache/parquet-mr/issues/3087">#3087</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/c120d8fcca46bc76d63da0b67cfab2e565e6e581"><code>c120d8f</code></a> MINOR: Revert <code>buildnumber-maven-plugin</code> to 3.2.0 (<a href="https://redirect.github.com/apache/parquet-mr/issues/3082">#3082</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/2e07bedcf1eb572fcbc1feedae519aacc380fd49"><code>2e07bed</code></a> MINOR: Add shading for JDK22 specific classes (<a href="https://redirect.github.com/apache/parquet-mr/issues/3081">#3081</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/78a3b76f407b105b6818a68ac386cfd094d24595"><code>78a3b76</code></a> [maven-release-plugin] prepare for next development iteration</li>
<li><a href="https://github.com/apache/parquet-java/commit/84ba54a3a618e293309885042cb289fe2f7b9f00"><code>84ba54a</code></a> [maven-release-plugin] prepare release apache-parquet-1.15.0-rc1</li>
<li><a href="https://github.com/apache/parquet-java/commit/e24d8d4570834ac74fe4f7316f358c3d3e85b2f1"><code>e24d8d4</code></a> Bump commons-io:commons-io from 2.16.1 to 2.18.0 (<a href="https://redirect.github.com/apache/parquet-mr/issues/3071">#3071</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/410f5e1f9c90ab6abe704ef3220f0352984de9a8"><code>410f5e1</code></a> Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.17.0 (<a href="https://redirect.github.com/apache/parquet-mr/issues/3065">#3065</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/54f219871603015d6ed3432069fd3f9f2b750fcc"><code>54f2198</code></a> Bump org.apache.maven.plugins:maven-dependency-plugin (<a href="https://redirect.github.com/apache/parquet-mr/issues/3064">#3064</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/1e04ec74060a04cb029b6e61cf1098c1aba1446e"><code>1e04ec7</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/3068">GH-3068</a>: Remove <code>parquet-scala</code> (<a href="https://redirect.github.com/apache/parquet-mr/issues/3063">#3063</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/apache/parquet-mr/compare/apache-parquet-1.14.4...apache-parquet-1.15.0">compare view</a></li>
</ul>
</details>
<br />

Updates `org.apache.parquet:parquet-avro` from 1.14.4 to 1.15.0
<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 1.15.0</h2>
<h2>What's Changed</h2>
<ul>
<li>PARQUET-2462: Bump to Thrift 0.20.0 by <a href="https://github.com/Fokko"><code>​Fokko</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1327">apache/parquet-java#1327</a></li>
<li>Bump org.apache:apache from 31 to 32 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1333">apache/parquet-java#1333</a></li>
<li>PARQUET-2465: Fall back to HadoopConfig by <a href="https://github.com/Fokko"><code>​Fokko</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1339">apache/parquet-java#1339</a></li>
<li>Update changes for the <code>master</code> branch by <a href="https://github.com/Fokko"><code>​Fokko</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1348">apache/parquet-java#1348</a></li>
<li>PARQUET-2466: Simplify logic when calling <code>ParquetWriter</code> by <a href="https://github.com/Fokko"><code>​Fokko</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1338">apache/parquet-java#1338</a></li>
<li>Bump com.google.api.grpc:proto-google-common-protos from 2.38.0 to 2.39.0 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1346">apache/parquet-java#1346</a></li>
<li>Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1345">apache/parquet-java#1345</a></li>
<li>PARQUET-2476: Remove the <code>maven-compiler</code> override by <a href="https://github.com/Fokko"><code>​Fokko</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1341">apache/parquet-java#1341</a></li>
<li>Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1344">apache/parquet-java#1344</a></li>
<li>PARQUET-2472: Close in finally block in ParquetFileWriter#end by <a href="https://github.com/amogh-jahagirdar"><code>​amogh-jahagirdar</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1350">apache/parquet-java#1350</a></li>
<li>PARQUET-2478: Update README with link to parquet website by <a href="https://github.com/alamb"><code>​alamb</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1355">apache/parquet-java#1355</a></li>
<li>Update readme to point to 1.14.0 release by <a href="https://github.com/vinooganesh"><code>​vinooganesh</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1356">apache/parquet-java#1356</a></li>
<li>PARQUET-2468: ParquetMetadata must convert to json by <a href="https://github.com/RustedBones"><code>​RustedBones</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1349">apache/parquet-java#1349</a></li>
<li>Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1359">apache/parquet-java#1359</a></li>
<li>Bump net.alchim31.maven:scala-maven-plugin from 4.9.0 to 4.9.1 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1352">apache/parquet-java#1352</a></li>
<li>Bump org.apache.arrow:arrow-vector from 16.0.0 to 16.1.0 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1354">apache/parquet-java#1354</a></li>
<li>PARQUET-2487: Bump io.airlift:aircompressor from 0.26 to 0.27 by <a href="https://github.com/utkuaydn"><code>​utkuaydn</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1363">apache/parquet-java#1363</a></li>
<li>PARQUET-34: Add #contains FilterPredicate for Array columns by <a href="https://github.com/clairemcginty"><code>​clairemcginty</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1328">apache/parquet-java#1328</a></li>
<li>Chore: Update NOTICE of parquet-avro by <a href="https://github.com/yaooqinn"><code>​yaooqinn</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1371">apache/parquet-java#1371</a></li>
<li>PARQUET-2494: Update git attribrutes to mark png as binary by <a href="https://github.com/emkornfield"><code>​emkornfield</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1372">apache/parquet-java#1372</a></li>
<li>PARQUET-2498: Vector IO to handle empty range list by <a href="https://github.com/steveloughran"><code>​steveloughran</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1374">apache/parquet-java#1374</a></li>
<li>PARQUET-34: Extend Contains support to all ColumnFilterPredicate types by <a href="https://github.com/clairemcginty"><code>​clairemcginty</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1370">apache/parquet-java#1370</a></li>
<li>Bump commons-logging:commons-logging from 1.3.1 to 1.3.2 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1366">apache/parquet-java#1366</a></li>
<li>Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1367">apache/parquet-java#1367</a></li>
<li>PARQUET-2499: Update NOTICE to Apache Parquet Java by <a href="https://github.com/caicancai"><code>​caicancai</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1375">apache/parquet-java#1375</a></li>
<li>Add github section in asf.yaml to enable issues by <a href="https://github.com/wgtmac"><code>​wgtmac</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1362">apache/parquet-java#1362</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2932">GH-2932</a>: Adjust PR template to reference GitHub issue tracker by <a href="https://github.com/rok"><code>​rok</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2933">apache/parquet-java#2933</a></li>
<li>Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2922">apache/parquet-java#2922</a></li>
<li>Bump org.easymock:easymock from 5.2.0 to 5.3.0 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2924">apache/parquet-java#2924</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2930">GH-2930</a>: Add issue templates by <a href="https://github.com/rok"><code>​rok</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2931">apache/parquet-java#2931</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2939">GH-2939</a>: Update PULL_REQUEST_TEMPLATE by <a href="https://github.com/wgtmac"><code>​wgtmac</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2940">apache/parquet-java#2940</a></li>
<li>MINOR: Make ColumnPath immutable by <a href="https://github.com/findepi"><code>​findepi</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1380">apache/parquet-java#1380</a></li>
<li>Bump com.google.truth.extensions:truth-proto-extension from 1.4.2 to 1.4.3 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2936">apache/parquet-java#2936</a></li>
<li>Update readme to point to 1.14.1 release by <a href="https://github.com/wayneguow"><code>​wayneguow</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2947">apache/parquet-java#2947</a></li>
<li>Bump com.google.api.grpc:proto-google-common-protos from 2.39.0 to 2.41.0 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2937">apache/parquet-java#2937</a></li>
<li>Bump commons-logging:commons-logging from 1.3.2 to 1.3.3 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2954">apache/parquet-java#2954</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2948">GH-2948</a>: Fix NPE when using the AvroParquetReader.Builder with LocalInputFile by <a href="https://github.com/joyCurry30"><code>​joyCurry30</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2949">apache/parquet-java#2949</a></li>
<li>PARQUET-2139: fix file_offset field in ColumnChunk metadata by <a href="https://github.com/etseidl"><code>​etseidl</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1369">apache/parquet-java#1369</a></li>
<li>Bump org.codehaus.mojo:build-helper-maven-plugin from 3.5.0 to 3.6.0 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1365">apache/parquet-java#1365</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2935">GH-2935</a>: Avoid double close of ParquetFileWriter by <a href="https://github.com/hellishfire"><code>​hellishfire</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2951">apache/parquet-java#2951</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2959">GH-2959</a>: Optimize the test case of parquet rewriter. by <a href="https://github.com/joyCurry30"><code>​joyCurry30</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2960">apache/parquet-java#2960</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2956">GH-2956</a>: Use avro SchemaBuilder API to convert record by <a href="https://github.com/RustedBones"><code>​RustedBones</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2957">apache/parquet-java#2957</a></li>
<li>PARQUET-1126: Write unencrypted Parquet files without Hadoop by <a href="https://github.com/dlvenable"><code>​dlvenable</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1376">apache/parquet-java#1376</a></li>
<li>PARQUET-34: implement not() for Contains predicate by <a href="https://github.com/clairemcginty"><code>​clairemcginty</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2941">apache/parquet-java#2941</a></li>
<li>Bump com.h2database:h2 from 2.2.224 to 2.3.230 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2963">apache/parquet-java#2963</a></li>
<li>Bump zstd-jni.version from 1.5.6-2 to 1.5.6-3 by <a href="https://github.com/utkuaydn"><code>​utkuaydn</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2968">apache/parquet-java#2968</a></li>
<li><a href="https://redirect.github.com/apache/parquet-mr/issues/2921">GH-2921</a>: Remove Jackson JDK8 module by <a href="https://github.com/Fokko"><code>​Fokko</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/1378">apache/parquet-java#1378</a></li>
<li>Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/2973">apache/parquet-java#2973</a></li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/parquet-java/commit/4665401d36e468c988322f78621da7c2d1c22ede"><code>4665401</code></a> [maven-release-plugin] prepare release apache-parquet-1.15.0-rc2</li>
<li><a href="https://github.com/apache/parquet-java/commit/cc782d9728613deea8b6f0684eb3f37c086fb1b9"><code>cc782d9</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/3086">GH-3086</a>: Allow for empty beans (<a href="https://redirect.github.com/apache/parquet-mr/issues/3087">#3087</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/c120d8fcca46bc76d63da0b67cfab2e565e6e581"><code>c120d8f</code></a> MINOR: Revert <code>buildnumber-maven-plugin</code> to 3.2.0 (<a href="https://redirect.github.com/apache/parquet-mr/issues/3082">#3082</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/2e07bedcf1eb572fcbc1feedae519aacc380fd49"><code>2e07bed</code></a> MINOR: Add shading for JDK22 specific classes (<a href="https://redirect.github.com/apache/parquet-mr/issues/3081">#3081</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/78a3b76f407b105b6818a68ac386cfd094d24595"><code>78a3b76</code></a> [maven-release-plugin] prepare for next development iteration</li>
<li><a href="https://github.com/apache/parquet-java/commit/84ba54a3a618e293309885042cb289fe2f7b9f00"><code>84ba54a</code></a> [maven-release-plugin] prepare release apache-parquet-1.15.0-rc1</li>
<li><a href="https://github.com/apache/parquet-java/commit/e24d8d4570834ac74fe4f7316f358c3d3e85b2f1"><code>e24d8d4</code></a> Bump commons-io:commons-io from 2.16.1 to 2.18.0 (<a href="https://redirect.github.com/apache/parquet-mr/issues/3071">#3071</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/410f5e1f9c90ab6abe704ef3220f0352984de9a8"><code>410f5e1</code></a> Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.17.0 (<a href="https://redirect.github.com/apache/parquet-mr/issues/3065">#3065</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/54f219871603015d6ed3432069fd3f9f2b750fcc"><code>54f2198</code></a> Bump org.apache.maven.plugins:maven-dependency-plugin (<a href="https://redirect.github.com/apache/parquet-mr/issues/3064">#3064</a>)</li>
<li><a href="https://github.com/apache/parquet-java/commit/1e04ec74060a04cb029b6e61cf1098c1aba1446e"><code>1e04ec7</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/3068">GH-3068</a>: Remove <code>parquet-scala</code> (<a href="https://redirect.github.com/apache/parquet-mr/issues/3063">#3063</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/apache/parquet-mr/compare/apache-parquet-1.14.4...apache-parquet-1.15.0">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 #2080 from dependabot[bot]/dependabot/maven/java/parquet.version-1.15.0.

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 62dcbd2)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
@dependabot dependabot bot deleted the dependabot/maven/java/parquet.version-1.15.0 branch December 10, 2024 22:28
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