You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/11/18 01:06:18 UTC

[GitHub] [beam-starter-java] dependabot[bot] opened a new pull request, #34: Bump beam-runners-direct-java from 2.42.0 to 2.43.0

dependabot[bot] opened a new pull request, #34:
URL: https://github.com/apache/beam-starter-java/pull/34

   Bumps [beam-runners-direct-java](https://github.com/apache/beam) from 2.42.0 to 2.43.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/apache/beam/releases">beam-runners-direct-java's releases</a>.</em></p>
   <blockquote>
   <h2>Beam 2.43.0 release</h2>
   <p>We are happy to present the new 2.43.0 release of Beam.
   This release includes both improvements and new functionality.
   See the <a href="https://github.com/apache/beam/blob/HEAD/get-started/downloads/#2430-2022-11-17">download page</a> for this release.</p>
   <!-- raw HTML omitted -->
   <p>For more information on changes in {$RELEASE_VERSION}, check out the <a href="https://github.com/apache/beam/milestone/5?closed=1">detailed release notes</a>.</p>
   <h2>Highlights</h2>
   <ul>
   <li>Python 3.10 support in Apache Beam (<a href="https://github-redirect.dependabot.com/apache/beam/issues/21458">#21458</a>).</li>
   <li>An initial implementation of a runner that allows us to run Beam pipelines on Dask. Try it out and give us feedback! (Python) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/18962">#18962</a>).</li>
   </ul>
   <p>{$TOPICS e.g.:}</p>
   <h3>I/Os</h3>
   <ul>
   <li>Decreased TextSource CPU utilization by 2.3x (Java) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/23193">#23193</a>).</li>
   <li>Fixed bug when using SpannerIO with RuntimeValueProvider options (Java) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/22146">#22146</a>).</li>
   <li>Fixed issue for unicode rendering on WriteToBigQuery (<a href="https://github-redirect.dependabot.com/apache/beam/issues/10785">#10785</a>)</li>
   <li>Remove obsolete variants of BigQuery Read and Write, always using Beam-native variant
   (<a href="https://github-redirect.dependabot.com/apache/beam/issues/23564">#23564</a> and <a href="https://github-redirect.dependabot.com/apache/beam/issues/23559">#23559</a>).</li>
   <li>Bumped google-cloud-spanner dependency version to 3.x for Python SDK (<a href="https://github-redirect.dependabot.com/apache/beam/issues/21198">#21198</a>).</li>
   </ul>
   <h3>New Features / Improvements</h3>
   <ul>
   <li>Dataframe wrapper added in Go SDK via Cross-Language (with automatic expansion service). (Go) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/23384">#23384</a>).</li>
   <li>Name all Java threads to aid in debugging (<a href="https://github-redirect.dependabot.com/apache/beam/issues/23049">#23049</a>).</li>
   <li>An initial implementation of a runner that allows us to run Beam pipelines on Dask. (Python) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/18962">#18962</a>).</li>
   <li>Allow configuring GCP OAuth scopes via pipeline options. This unblocks usages of Beam IOs that require additional scopes.
   For example, this feature makes it possible to access Google Drive backed tables in BigQuery (<a href="https://github-redirect.dependabot.com/apache/beam/issues/23290">#23290</a>).</li>
   <li>An example for using Python RunInference from Java (<a href="https://github-redirect.dependabot.com/apache/beam/pull/23619">#23290</a>).</li>
   </ul>
   <h3>Breaking Changes</h3>
   <ul>
   <li>CoGroupByKey transform in Python SDK has changed the output typehint. The typehint component representing grouped values changed from List to Iterable,
   which more accurately reflects the nature of the arbitrarily large output collection. <a href="https://github-redirect.dependabot.com/apache/beam/issues/21556">#21556</a> Beam users may see an error on transforms downstream from CoGroupByKey. Users must change methods expecting a List to expect an Iterable going forward. See <a href="https://docs.google.com/document/d/1RIzm8-g-0CyVsPb6yasjwokJQFoKHG4NjRUcKHKINu0">document</a> for information and fixes.</li>
   <li>The PortableRunner for Spark assumes Spark 3 as default Spark major version unless configured otherwise using <code>--spark_version</code>.
   Spark 2 support is deprecated and will be removed soon (<a href="https://github-redirect.dependabot.com/apache/beam/issues/23728">#23728</a>).</li>
   </ul>
   <h3>Bugfixes</h3>
   <ul>
   <li>Fixed Python cross-language JDBC IO Connector cannot read or write rows containing Numeric/Decimal type values (<a href="https://github-redirect.dependabot.com/apache/beam/issues/19817">#19817</a>).</li>
   </ul>
   <h2>List of Contributors</h2>
   <p>According to git shortlog, the following people contributed to the {$RELEASE_VERSION} release. Thank you to all contributors!</p>
   <p>Ahmed Abualsaud
   AlexZMLyu</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/apache/beam/blob/master/CHANGES.md">beam-runners-direct-java's changelog</a>.</em></p>
   <blockquote>
   <h1>[2.43.0] - 2022-11-17</h1>
   <h2>Highlights</h2>
   <ul>
   <li>Python 3.10 support in Apache Beam (<a href="https://github-redirect.dependabot.com/apache/beam/issues/21458">#21458</a>).</li>
   <li>An initial implementation of a runner that allows us to run Beam pipelines on Dask. Try it out and give us feedback! (Python) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/18962">#18962</a>).</li>
   </ul>
   <h2>I/Os</h2>
   <ul>
   <li>Decreased TextSource CPU utilization by 2.3x (Java) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/23193">#23193</a>).</li>
   <li>Fixed bug when using SpannerIO with RuntimeValueProvider options (Java) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/22146">#22146</a>).</li>
   <li>Fixed issue for unicode rendering on WriteToBigQuery (<a href="https://github-redirect.dependabot.com/apache/beam/issues/10785">#10785</a>)</li>
   <li>Remove obsolete variants of BigQuery Read and Write, always using Beam-native variant
   (<a href="https://github-redirect.dependabot.com/apache/beam/issues/23564">#23564</a> and <a href="https://github-redirect.dependabot.com/apache/beam/issues/23559">#23559</a>).</li>
   <li>Bumped google-cloud-spanner dependency version to 3.x for Python SDK (<a href="https://github-redirect.dependabot.com/apache/beam/issues/21198">#21198</a>).</li>
   </ul>
   <h2>New Features / Improvements</h2>
   <ul>
   <li>Dataframe wrapper added in Go SDK via Cross-Language (with automatic expansion service). (Go) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/23384">#23384</a>).</li>
   <li>Name all Java threads to aid in debugging (<a href="https://github-redirect.dependabot.com/apache/beam/issues/23049">#23049</a>).</li>
   <li>An initial implementation of a runner that allows us to run Beam pipelines on Dask. (Python) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/18962">#18962</a>).</li>
   <li>Allow configuring GCP OAuth scopes via pipeline options. This unblocks usages of Beam IOs that require additional scopes.
   For example, this feature makes it possible to access Google Drive backed tables in BigQuery (<a href="https://github-redirect.dependabot.com/apache/beam/issues/23290">#23290</a>).</li>
   <li>An example for using Python RunInference from Java (<a href="https://github-redirect.dependabot.com/apache/beam/pull/23619">#23290</a>).</li>
   <li>Data can now be read from BigQuery and directly plumbed into a DeferredDataframe in the Dataframe API. Users no longer have to re-specify the schema in this case (<a href="https://github-redirect.dependabot.com/apache/beam/pull/22907">#22907</a>).</li>
   </ul>
   <h2>Breaking Changes</h2>
   <ul>
   <li>CoGroupByKey transform in Python SDK has changed the output typehint. The typehint component representing grouped values changed from List to Iterable,
   which more accurately reflects the nature of the arbitrarily large output collection. <a href="https://github-redirect.dependabot.com/apache/beam/issues/21556">#21556</a> Beam users may see an error on transforms downstream from CoGroupByKey. Users must change methods expecting a List to expect an Iterable going forward. See <a href="https://docs.google.com/document/d/1RIzm8-g-0CyVsPb6yasjwokJQFoKHG4NjRUcKHKINu0">document</a> for information and fixes.</li>
   <li>The PortableRunner for Spark assumes Spark 3 as default Spark major version unless configured otherwise using <code>--spark_version</code>.
   Spark 2 support is deprecated and will be removed soon (<a href="https://github-redirect.dependabot.com/apache/beam/issues/23728">#23728</a>).</li>
   </ul>
   <h2>Bugfixes</h2>
   <ul>
   <li>Fixed Python cross-language JDBC IO Connector cannot read or write rows containing Numeric/Decimal type values (<a href="https://github-redirect.dependabot.com/apache/beam/issues/19817">#19817</a>).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/beam/commit/285d91722e181887317e41de274d0a077969222a"><code>285d917</code></a> Set version for 2.43.0 RC2</li>
   <li><a href="https://github.com/apache/beam/commit/f9a86e5e2e3bbb345dad0953d7fe6a6b8ffe7a68"><code>f9a86e5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/apache/beam/issues/24127">#24127</a>: Update staging of Python wheels (<a href="https://github-redirect.dependabot.com/apache/beam/issues/24114">#24114</a>)</li>
   <li><a href="https://github.com/apache/beam/commit/7f24715f46c5ca288dcfee01a995a7f2454618c1"><code>7f24715</code></a> Update staging of Python wheels (<a href="https://github-redirect.dependabot.com/apache/beam/issues/24114">#24114</a>)</li>
   <li><a href="https://github.com/apache/beam/commit/9a9438130d90cdd4e13352602a4b3fce75721197"><code>9a94381</code></a> cherry pick <a href="https://github-redirect.dependabot.com/apache/beam/issues/24041">#24041</a>: fixing BigQuery Query retry vulnerability (<a href="https://github-redirect.dependabot.com/apache/beam/issues/24095">#24095</a>)</li>
   <li><a href="https://github.com/apache/beam/commit/21b4320f6db6d5b868839b8df22ca1e7ad5950b0"><code>21b4320</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/apache/beam/issues/24070">#24070</a>: [cherry-pick][Go SDK] Fix Dataframe wrapper issue</li>
   <li><a href="https://github.com/apache/beam/commit/6bbbc4b0e175f30321eddd110cbccfc8165fb4ae"><code>6bbbc4b</code></a> skip output coder field in exp request (<a href="https://github-redirect.dependabot.com/apache/beam/issues/24066">#24066</a>)</li>
   <li><a href="https://github.com/apache/beam/commit/f4ab317404b78a9d5d40aaf761fb015c971d4ed1"><code>f4ab317</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/apache/beam/issues/23967">#23967</a>: Merge pull request <a href="https://github-redirect.dependabot.com/apache/beam/issues/23954">#23954</a>: Emit job ids via side o...</li>
   <li><a href="https://github.com/apache/beam/commit/6e49e0839f796285c9266c3a6cf13d5d5b230aad"><code>6e49e08</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/apache/beam/issues/23954">#23954</a>: Emit job ids via side output in TriggerFileLoads p...</li>
   <li><a href="https://github.com/apache/beam/commit/a4e7812b2255c94863ce25a322c8b82bae474843"><code>a4e7812</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/apache/beam/issues/23911">#23911</a> from kileys/revertrelease</li>
   <li><a href="https://github.com/apache/beam/commit/55ce57c57e7f28f919078116344be60073ae97b3"><code>55ce57c</code></a> Revert &quot;info switch&quot;</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/beam/compare/v2.42.0...v2.43.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.beam:beam-runners-direct-java&package-manager=gradle&previous-version=2.42.0&new-version=2.43.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam-starter-java] dependabot[bot] commented on pull request #34: Bump beam-runners-direct-java from 2.42.0 to 2.43.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #34:
URL: https://github.com/apache/beam-starter-java/pull/34#issuecomment-1383366963

   Superseded by #41.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam-starter-java] dependabot[bot] closed pull request #34: Bump beam-runners-direct-java from 2.42.0 to 2.43.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #34: Bump beam-runners-direct-java from 2.42.0 to 2.43.0
URL: https://github.com/apache/beam-starter-java/pull/34


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org