| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Bumps `parquet.version` from 1.15.0 to 1.15.1. Updates `org.apache.parquet:parquet-avro` from 1.15.0 to 1.15.1 - [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.0...apache-parquet-1.15.1) Updates `org.apache.parquet:parquet-hadoop` from 1.15.0 to 1.15.1 - [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.0...apache-parquet-1.15.1) --- 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>
Bumps `parquet.version` from 1.15.0 to 1.15.1. Updates `org.apache.parquet:parquet-avro` from 1.15.0 to 1.15.1 <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.1</h2> <h2>What's Changed</h2> <ul> <li><a href="https://redirect.github.com/apache/parquet-mr/issues/3172">GH-3172</a>: Do not drop blocks with some null values if <code>DictionaryFilter</code> is applied for <code>UserDefinedPredicate</code> which keeps null values by <a href="https://github.com/ebartkus"><code>@ebartkus</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3173">apache/parquet-java#3173</a></li> <li><a href="https://redirect.github.com/apache/parquet-mr/issues/3168">GH-3168</a>: Restrict trusted packages in the parquet-avro module by <a href="https://github.com/wgtmac"><code>@wgtmac</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3169">apache/parquet-java#3169</a></li> <li><a href="https://redirect.github.com/apache/parquet-mr/issues/3133">GH-3133</a>: Fix SizeStatistics to handle omitted histogram by <a href="https://github.com/wgtmac"><code>@wgtmac</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3135">apache/parquet-java#3135</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/parquet-java/compare/apache-parquet-1.15.0...apache-parquet-1.15.1">https://github.com/apache/parquet-java/compare/apache-parquet-1.15.0...apache-parquet-1.15.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/parquet-java/commit/c7257b8faff5699e13bbc781679dc03f48c1102a"><code>c7257b8</code></a> [maven-release-plugin] prepare release apache-parquet-1.15.1-rc0</li> <li><a href="https://github.com/apache/parquet-java/commit/8e70eea820d4d4b9d1ae240a9bc25d266ab780f3"><code>8e70eea</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/3168">GH-3168</a>: Restrict trusted packages in the parquet-avro module (<a href="https://redirect.github.com/apache/parquet-mr/issues/3169">#3169</a>)</li> <li><a href="https://github.com/apache/parquet-java/commit/9d6e19f68952d2b77788dc4310b57054f5f3e4e8"><code>9d6e19f</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/3172">GH-3172</a>: Do not drop blocks with some null values if <code>DictionaryFilter</code> is ap...</li> <li><a href="https://github.com/apache/parquet-java/commit/a19e98512ccdb349f8d71ffbd8f64019b09e0958"><code>a19e985</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/3133">GH-3133</a>: Fix SizeStatistics to handle omitted histogram (<a href="https://redirect.github.com/apache/parquet-mr/issues/3135">#3135</a>)</li> <li><a href="https://github.com/apache/parquet-java/commit/de3c2d0dfe79a4af1b5c1e350715cc14985e1c0b"><code>de3c2d0</code></a> Prepare for next development iteration</li> <li><a href="https://github.com/apache/parquet-java/commit/010b067d9da0628ac0e0f886b92842f355839011"><code>010b067</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.0...apache-parquet-1.15.1">compare view</a></li> </ul> </details> <br /> Updates `org.apache.parquet:parquet-hadoop` from 1.15.0 to 1.15.1 <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.1</h2> <h2>What's Changed</h2> <ul> <li><a href="https://redirect.github.com/apache/parquet-mr/issues/3172">GH-3172</a>: Do not drop blocks with some null values if <code>DictionaryFilter</code> is applied for <code>UserDefinedPredicate</code> which keeps null values by <a href="https://github.com/ebartkus"><code>@ebartkus</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3173">apache/parquet-java#3173</a></li> <li><a href="https://redirect.github.com/apache/parquet-mr/issues/3168">GH-3168</a>: Restrict trusted packages in the parquet-avro module by <a href="https://github.com/wgtmac"><code>@wgtmac</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3169">apache/parquet-java#3169</a></li> <li><a href="https://redirect.github.com/apache/parquet-mr/issues/3133">GH-3133</a>: Fix SizeStatistics to handle omitted histogram by <a href="https://github.com/wgtmac"><code>@wgtmac</code></a> in <a href="https://redirect.github.com/apache/parquet-java/pull/3135">apache/parquet-java#3135</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/parquet-java/compare/apache-parquet-1.15.0...apache-parquet-1.15.1">https://github.com/apache/parquet-java/compare/apache-parquet-1.15.0...apache-parquet-1.15.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/parquet-java/commit/c7257b8faff5699e13bbc781679dc03f48c1102a"><code>c7257b8</code></a> [maven-release-plugin] prepare release apache-parquet-1.15.1-rc0</li> <li><a href="https://github.com/apache/parquet-java/commit/8e70eea820d4d4b9d1ae240a9bc25d266ab780f3"><code>8e70eea</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/3168">GH-3168</a>: Restrict trusted packages in the parquet-avro module (<a href="https://redirect.github.com/apache/parquet-mr/issues/3169">#3169</a>)</li> <li><a href="https://github.com/apache/parquet-java/commit/9d6e19f68952d2b77788dc4310b57054f5f3e4e8"><code>9d6e19f</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/3172">GH-3172</a>: Do not drop blocks with some null values if <code>DictionaryFilter</code> is ap...</li> <li><a href="https://github.com/apache/parquet-java/commit/a19e98512ccdb349f8d71ffbd8f64019b09e0958"><code>a19e985</code></a> <a href="https://redirect.github.com/apache/parquet-mr/issues/3133">GH-3133</a>: Fix SizeStatistics to handle omitted histogram (<a href="https://redirect.github.com/apache/parquet-mr/issues/3135">#3135</a>)</li> <li><a href="https://github.com/apache/parquet-java/commit/de3c2d0dfe79a4af1b5c1e350715cc14985e1c0b"><code>de3c2d0</code></a> Prepare for next development iteration</li> <li><a href="https://github.com/apache/parquet-java/commit/010b067d9da0628ac0e0f886b92842f355839011"><code>010b067</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.0...apache-parquet-1.15.1">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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Bumps parquet.version from 1.15.0 to 1.15.1.
Release notesUpdates org.apache.parquet:parquet-avro from 1.15.0 to 1.15.1
Sourced from org.apache.parquet:parquet-avro's releases.
CommitsUpdates org.apache.parquet:parquet-hadoop from 1.15.0 to 1.15.1
Release notesSourced from org.apache.parquet:parquet-hadoop's releases.
CommitsDependabot 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: