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 2023/01/16 02:16:58 UTC

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

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

   Bumps [beam-runners-direct-java](https://github.com/apache/beam) from 2.42.0 to 2.44.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://beam.apache.org/get-started/downloads/#2430-2022-11-17">download page</a> for this release.</p>
   <!-- raw HTML omitted -->
   <p>For more information on changes in 2.43.0, 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>
   <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>
   </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>
   <h2>List of Contributors</h2>
   <p>According to git shortlog, the following people contributed to the 2.43.0 release. Thank you to all contributors!</p>
   <p>Ahmed Abualsaud
   AlexZMLyu
   Alexey Romanenko</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.44.0] - Unreleased</h1>
   <h2>Highlights</h2>
   <ul>
   <li>New highly anticipated feature X added to Python SDK (<a href="https://github.com/apache/beam/issues/X">#X</a>).</li>
   <li>New highly anticipated feature Y added to Java SDK (<a href="https://github.com/apache/beam/issues/Y">#Y</a>).</li>
   </ul>
   <h2>I/Os</h2>
   <ul>
   <li>Support for Bigtable sink (Write and WriteBatch) added (Go) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/23324">#23324</a>).</li>
   <li>S3 implementation of the Beam filesystem (Go) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/23991">#23991</a>).</li>
   <li>Support for SingleStoreDB source and sink added (Java) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/22617">#22617</a>).</li>
   <li>Added support for DefaultAzureCredential authentication in Azure Filesystem (Python) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/24210">#24210</a>).</li>
   </ul>
   <h2>New Features / Improvements</h2>
   <ul>
   <li>Beam now provides a portable &quot;runner&quot; that can render pipeline graphs with
   graphviz.  See <code>python -m apache_beam.runners.render --help</code> for more details.</li>
   <li>Local packages can now be used as dependencies in the requirements.txt file, rather
   than requiring them to be passed separately via the <code>--extra_package</code> option
   (Python) (<a href="https://github-redirect.dependabot.com/apache/beam/pull/23684">#23684</a>).</li>
   <li>Pipeline Resource Hints now supported via <code>--resource_hints</code> flag (Go) (<a href="https://github-redirect.dependabot.com/apache/beam/pull/23990">#23990</a>).</li>
   <li>Make Python SDK containers reusable on portable runners by installing dependencies to temporary venvs (<a href="https://issues.apache.org/jira/browse/BEAM-12792">BEAM-12792</a>).</li>
   <li>RunInference model handlers now support the specification of a custom inference function in Python (<a href="https://github-redirect.dependabot.com/apache/beam/issues/22572">#22572</a>)</li>
   <li>Support for <code>map_windows</code> urn added to Go SDK (<a href="https://github.apache/beam/pull/24307">#24307</a>).</li>
   </ul>
   <h2>Breaking Changes</h2>
   <ul>
   <li><code>ParquetIO.withSplit</code> was removed since splittable reading has been the default behavior since 2.35.0. The effect of
   this change is to drop support for non-splittable reading (Java)(<a href="https://github-redirect.dependabot.com/apache/beam/issues/23832">#23832</a>).</li>
   <li><code>beam-sdks-java-extensions-google-cloud-platform-core</code> is no longer a
   dependency of the Java SDK Harness. Some users of a portable runner (such as Dataflow Runner v2)
   may have an undeclared dependency on this package (for example using GCS with
   TextIO) and will now need to declare the dependency.</li>
   <li><code>beam-sdks-java-core</code> is no longer a dependency of the Java SDK Harness. Users of a portable
   runner (such as Dataflow Runner v2) will need to provide this package and its dependencies.</li>
   <li>Slices now use the Beam Iterable Coder. This enables cross language use, but breaks pipeline updates
   if a Slice type is used as a PCollection element or State API element. (Go)<a href="https://github-redirect.dependabot.com/apache/beam/issues/24339">#24339</a></li>
   </ul>
   <h2>Deprecations</h2>
   <ul>
   <li>X behavior is deprecated and will be removed in X versions (<a href="https://github.com/apache/beam/issues/X">#X</a>).</li>
   </ul>
   <h2>Bugfixes</h2>
   <ul>
   <li>Fixed X (Java/Python) (<a href="https://github.com/apache/beam/issues/X">#X</a>).</li>
   <li>Fixed JmsIO acknowledgment issue (Java) (<a href="https://github-redirect.dependabot.com/apache/beam/issues/20814">#20814</a>)</li>
   <li>Fixed Beam SQL CalciteUtils (Java) and Cross-language JdbcIO (Python) did not support JDBC CHAR/VARCHAR, BINARY/VARBINARY logical types (<a href="https://github-redirect.dependabot.com/apache/beam/issues/23747">#23747</a>, <a href="https://github-redirect.dependabot.com/apache/beam/issues/23526">#23526</a>).</li>
   <li>Ensure iterated and emitted types are used with the generic register package are registered with the type and schema registries.(Go) (<a href="https://github-redirect.dependabot.com/apache/beam/pull/23889">#23889</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a href="https://github.com/apache/beam/commits">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=maven&previous-version=2.42.0&new-version=2.44.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] kennknowles merged pull request #42: Bump beam-runners-direct-java from 2.42.0 to 2.44.0

Posted by "kennknowles (via GitHub)" <gi...@apache.org>.
kennknowles merged PR #42:
URL: https://github.com/apache/beam-starter-java/pull/42


-- 
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