dependabot[bot] opened a new pull request, #8: URL: https://github.com/apache/beam-starter-java-provider/pull/8
Bumps `beam.version` from 2.65.0 to 2.66.0. Updates `org.apache.beam:beam-sdks-java-google-cloud-platform-bom` from 2.65.0 to 2.66.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/beam/releases">org.apache.beam:beam-sdks-java-google-cloud-platform-bom's releases</a>.</em></p> <blockquote> <h2>Beam 2.66.0 release</h2> <p>We are happy to present the new 2.66.0 release of Beam. This release includes both improvements and new functionality.</p> <!-- raw HTML omitted --> <p>For more information on changes in 2.66.0, check out the <a href="https://github.com/apache/beam/milestone/30?closed=1">detailed release notes</a>.</p> <h2>Beam 3.0.0 Development Highlights</h2> <ul> <li>[Java] Java 8 support is now deprecated. It is still supported until Beam 3. From now, pipeline submitted by Java 8 client uses Java 11 SDK container for remote pipeline execution (<a href="https://redirect.github.com/apache/beam/pull/35064">35064</a>).</li> </ul> <h2>Highlights</h2> <ul> <li>[Python] Several quality-of-life improvements to the vLLM model handler. If you use Beam RunInference with vLLM model handlers, we strongly recommend updating past this release.</li> </ul> <h3>I/Os</h3> <ul> <li>[IcebergIO] Now available with Beam SQL! (<a href="https://redirect.github.com/apache/beam/pull/34799">#34799</a>)</li> <li>[IcebergIO] Support reading with column pruning (<a href="https://redirect.github.com/apache/beam/pull/34856">#34856</a>)</li> <li>[IcebergIO] Support reading with pushdown filtering (<a href="https://redirect.github.com/apache/beam/pull/34827">#34827</a>)</li> <li>[IcebergIO] Create tables with a specified partition spec (<a href="https://redirect.github.com/apache/beam/pull/34966">#34966</a>, <a href="https://redirect.github.com/apache/beam/pull/35268">#35268</a>)</li> <li>[IcebergIO] Dynamically create namespaces if needed (<a href="https://redirect.github.com/apache/beam/pull/35228">#35228</a>)</li> </ul> <h3>New Features / Improvements</h3> <ul> <li>[Beam SQL] Introducing Beam Catalogs (<a href="https://redirect.github.com/apache/beam/pull/35223">#35223</a>)</li> <li>Adding Google Storage Requests Pays feature (Golang)(<a href="https://redirect.github.com/apache/beam/issues/30747">#30747</a>).</li> <li>[Python] Prism runner now auto-enabled for some Python pipelines using the direct runner (<a href="https://redirect.github.com/apache/beam/pull/34921">#34921</a>).</li> <li>[YAML] WriteToTFRecord and ReadFromTFRecord Beam YAML support</li> <li>Python: Added JupyterLab 4.x extension compatibility for enhanced notebook integration (<a href="https://redirect.github.com/apache/beam/pull/34495">#34495</a>).</li> </ul> <h3>Breaking Changes</h3> <ul> <li>Yapf version upgraded to 0.43.0 for formatting (Python) (<a href="https://redirect.github.com/apache/beam/pull/34801/">#34801</a>).</li> <li>Python: Added JupyterLab 4.x extension compatibility for enhanced notebook integration (<a href="https://redirect.github.com/apache/beam/pull/34495">#34495</a>).</li> <li>Python: Argument abbreviation is no longer enabled within Beam. If you previously abbreviated arguments (e.g. <code>--r</code> for <code>--runner</code>), you will now need to specify the whole argument (<a href="https://redirect.github.com/apache/beam/pull/34934">#34934</a>).</li> <li>Java: Users of ReadFromKafkaViaSDF transform might encounter pipeline graph compatibility issues when updating the pipeline. To mitigate, set the <code>updateCompatibilityVersion</code> option to the SDK version used for the original pipeline, example <code>--updateCompatabilityVersion=2.64.0</code></li> <li>Python: Updated <code>AlloyDBVectorWriterConfig</code> API to align with new <code>PostgresVectorWriter</code> transform. Heres a quick guide to update your code: (<a href="https://redirect.github.com/apache/beam/issues/35225">#35225</a>)</li> </ul> <h3>Bugfixes</h3> <ul> <li>(Java) Fixed CassandraIO ReadAll does not let a pipeline handle or retry exceptions (<a href="https://redirect.github.com/apache/beam/pull/34191">#34191</a>).</li> <li>[Python] Fixed vLLM model handlers breaking Beam logging. (<a href="https://redirect.github.com/apache/beam/pull/35053">#35053</a>).</li> <li>[Python] Fixed vLLM connection leaks that caused a throughput bottleneck and underutilization of GPU (<a href="https://redirect.github.com/apache/beam/pull/35053">#35053</a>).</li> <li>[Python] Fixed vLLM server recovery mechanism in the event of a process termination (<a href="https://redirect.github.com/apache/beam/pull/35234">#35234</a>).</li> <li>(Python) Fixed cloudpickle overwriting class states every time loading a same object of dynamic class (<a href="https://redirect.github.com/apache/beam/issues/35062">#35062</a>).</li> <li>[Python] Fixed pip install apache-beam[interactive] causes crash on google colab (<a href="https://redirect.github.com/apache/beam/pull/35148">#35148</a>).</li> <li>[IcebergIO] Fixed Beam <-> Iceberg conversion logic for arrays of structs and maps of structs (<a href="https://redirect.github.com/apache/beam/pull/35230">#35230</a>).</li> </ul> <!-- 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">org.apache.beam:beam-sdks-java-google-cloud-platform-bom's changelog</a>.</em></p> <blockquote> <h1>[2.66.0] - 2025-07-01</h1> <h2>Beam 3.0.0 Development Highlights</h2> <ul> <li>[Java] Java 8 support is now deprecated. It is still supported until Beam 3. From now, pipeline submitted by Java 8 client uses Java 11 SDK container for remote pipeline execution (<a href="https://redirect.github.com/apache/beam/pull/35064">35064</a>).</li> </ul> <h2>Highlights</h2> <ul> <li>[Python] Several quality-of-life improvements to the vLLM model handler. If you use Beam RunInference with vLLM model handlers, we strongly recommend updating past this release.</li> </ul> <h2>I/Os</h2> <ul> <li>[IcebergIO] Now available with Beam SQL! (<a href="https://redirect.github.com/apache/beam/pull/34799">#34799</a>)</li> <li>[IcebergIO] Support reading with column pruning (<a href="https://redirect.github.com/apache/beam/pull/34856">#34856</a>)</li> <li>[IcebergIO] Support reading with pushdown filtering (<a href="https://redirect.github.com/apache/beam/pull/34827">#34827</a>)</li> <li>[IcebergIO] Create tables with a specified partition spec (<a href="https://redirect.github.com/apache/beam/pull/34966">#34966</a>, <a href="https://redirect.github.com/apache/beam/pull/35268">#35268</a>)</li> <li>[IcebergIO] Dynamically create namespaces if needed (<a href="https://redirect.github.com/apache/beam/pull/35228">#35228</a>)</li> </ul> <h2>New Features / Improvements</h2> <ul> <li>[Beam SQL] Introducing Beam Catalogs (<a href="https://redirect.github.com/apache/beam/pull/35223">#35223</a>)</li> <li>Adding Google Storage Requests Pays feature (Golang)(<a href="https://redirect.github.com/apache/beam/issues/30747">#30747</a>).</li> <li>[Python] Prism runner now auto-enabled for some Python pipelines using the direct runner (<a href="https://redirect.github.com/apache/beam/pull/34921">#34921</a>).</li> <li>[YAML] WriteToTFRecord and ReadFromTFRecord Beam YAML support</li> <li>Python: Added JupyterLab 4.x extension compatibility for enhanced notebook integration (<a href="https://redirect.github.com/apache/beam/pull/34495">#34495</a>).</li> </ul> <h2>Breaking Changes</h2> <ul> <li>Yapf version upgraded to 0.43.0 for formatting (Python) (<a href="https://redirect.github.com/apache/beam/pull/34801/">#34801</a>).</li> <li>Python: Added JupyterLab 4.x extension compatibility for enhanced notebook integration (<a href="https://redirect.github.com/apache/beam/pull/34495">#34495</a>).</li> <li>Python: Argument abbreviation is no longer enabled within Beam. If you previously abbreviated arguments (e.g. <code>--r</code> for <code>--runner</code>), you will now need to specify the whole argument (<a href="https://redirect.github.com/apache/beam/pull/34934">#34934</a>).</li> <li>Java: Users of ReadFromKafkaViaSDF transform might encounter pipeline graph compatibility issues when updating the pipeline. To mitigate, set the <code>updateCompatibilityVersion</code> option to the SDK version used for the original pipeline, example <code>--updateCompatabilityVersion=2.64.0</code></li> <li>Python: Updated <code>AlloyDBVectorWriterConfig</code> API to align with new <code>PostgresVectorWriter</code> transform. Heres a quick guide to update your code: (<a href="https://redirect.github.com/apache/beam/issues/35225">#35225</a>)</li> </ul> <h2>Bugfixes</h2> <ul> <li>(Java) Fixed CassandraIO ReadAll does not let a pipeline handle or retry exceptions (<a href="https://redirect.github.com/apache/beam/pull/34191">#34191</a>).</li> <li>[Python] Fixed vLLM model handlers breaking Beam logging. (<a href="https://redirect.github.com/apache/beam/pull/35053">#35053</a>).</li> <li>[Python] Fixed vLLM connection leaks that caused a throughput bottleneck and underutilization of GPU (<a href="https://redirect.github.com/apache/beam/pull/35053">#35053</a>).</li> <li>[Python] Fixed vLLM server recovery mechanism in the event of a process termination (<a href="https://redirect.github.com/apache/beam/pull/35234">#35234</a>).</li> <li>(Python) Fixed cloudpickle overwriting class states every time loading a same object of dynamic class (<a href="https://redirect.github.com/apache/beam/issues/35062">#35062</a>).</li> <li>[Python] Fixed pip install apache-beam[interactive] causes crash on google colab (<a href="https://redirect.github.com/apache/beam/pull/35148">#35148</a>).</li> <li>[IcebergIO] Fixed Beam <-> Iceberg conversion logic for arrays of structs and maps of structs (<a href="https://redirect.github.com/apache/beam/pull/35230">#35230</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/beam/commit/32d2c020bc0535289b1dd3bb3878d12885efc75c"><code>32d2c02</code></a> Set version for 2.66.0 RC2</li> <li><a href="https://github.com/apache/beam/commit/61391280554a664147bb2eac9de236bd3ddaa00c"><code>6139128</code></a> [Cherrypick] Fix suppressed Spotbugs issuest (<a href="https://redirect.github.com/apache/beam/issues/35402">#35402</a>)</li> <li><a href="https://github.com/apache/beam/commit/6c42f85c07ddf2559c1ff77cdbb75089812cd23e"><code>6c42f85</code></a> Fix suppressed Spotbugs issues</li> <li><a href="https://github.com/apache/beam/commit/d16b677d73a1a3a7f5c31ec3115a37b0b84e7107"><code>d16b677</code></a> IcebergIO Cherrypick <a href="https://redirect.github.com/apache/beam/issues/35341">#35341</a> (<a href="https://redirect.github.com/apache/beam/issues/35354">#35354</a>)</li> <li><a href="https://github.com/apache/beam/commit/579981e1e524ff0f44665061014fc72970a4fa7a"><code>579981e</code></a> [IcebergIO SQL] create real iceberg table (<a href="https://redirect.github.com/apache/beam/issues/35341">#35341</a>)</li> <li><a href="https://github.com/apache/beam/commit/48c008be34d400a749a287ef32f178357be23051"><code>48c008b</code></a> Fix Spotless</li> <li><a href="https://github.com/apache/beam/commit/fe9c94a72701167caf64faec8b60535462b6f25f"><code>fe9c94a</code></a> [Cherry-pick] Dont exit execution loop before bundle is done (<a href="https://redirect.github.com/apache/beam/issues/35337">#35337</a>)</li> <li><a href="https://github.com/apache/beam/commit/7d610f8b40bff9430838c08637da932fe18cbabc"><code>7d610f8</code></a> [Beam SQL] Change SET CATALOG to USE CATALOG (<a href="https://redirect.github.com/apache/beam/issues/35314">#35314</a>) (<a href="https://redirect.github.com/apache/beam/issues/35333">#35333</a>)</li> <li><a href="https://github.com/apache/beam/commit/353fabb2b4787716bd2c79f316a9f74235d4dd37"><code>353fabb</code></a> Dont exit execution loop before bundle is done (<a href="https://redirect.github.com/apache/beam/issues/35337">#35337</a>)</li> <li><a href="https://github.com/apache/beam/commit/5cb266dbc91ff66276b0a5d7fbfe9a0fd10c8bbb"><code>5cb266d</code></a> Cherry pick PR 35306 and 35336 (<a href="https://redirect.github.com/apache/beam/issues/35339">#35339</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/beam/compare/v2.65.0...v2.66.0">compare view</a></li> </ul> </details> <br /> Updates `org.apache.beam:beam-sdks-java-core` from 2.65.0 to 2.66.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/beam/releases">org.apache.beam:beam-sdks-java-core's releases</a>.</em></p> <blockquote> <h2>Beam 2.66.0 release</h2> <p>We are happy to present the new 2.66.0 release of Beam. This release includes both improvements and new functionality.</p> <!-- raw HTML omitted --> <p>For more information on changes in 2.66.0, check out the <a href="https://github.com/apache/beam/milestone/30?closed=1">detailed release notes</a>.</p> <h2>Beam 3.0.0 Development Highlights</h2> <ul> <li>[Java] Java 8 support is now deprecated. It is still supported until Beam 3. From now, pipeline submitted by Java 8 client uses Java 11 SDK container for remote pipeline execution (<a href="https://redirect.github.com/apache/beam/pull/35064">35064</a>).</li> </ul> <h2>Highlights</h2> <ul> <li>[Python] Several quality-of-life improvements to the vLLM model handler. If you use Beam RunInference with vLLM model handlers, we strongly recommend updating past this release.</li> </ul> <h3>I/Os</h3> <ul> <li>[IcebergIO] Now available with Beam SQL! (<a href="https://redirect.github.com/apache/beam/pull/34799">#34799</a>)</li> <li>[IcebergIO] Support reading with column pruning (<a href="https://redirect.github.com/apache/beam/pull/34856">#34856</a>)</li> <li>[IcebergIO] Support reading with pushdown filtering (<a href="https://redirect.github.com/apache/beam/pull/34827">#34827</a>)</li> <li>[IcebergIO] Create tables with a specified partition spec (<a href="https://redirect.github.com/apache/beam/pull/34966">#34966</a>, <a href="https://redirect.github.com/apache/beam/pull/35268">#35268</a>)</li> <li>[IcebergIO] Dynamically create namespaces if needed (<a href="https://redirect.github.com/apache/beam/pull/35228">#35228</a>)</li> </ul> <h3>New Features / Improvements</h3> <ul> <li>[Beam SQL] Introducing Beam Catalogs (<a href="https://redirect.github.com/apache/beam/pull/35223">#35223</a>)</li> <li>Adding Google Storage Requests Pays feature (Golang)(<a href="https://redirect.github.com/apache/beam/issues/30747">#30747</a>).</li> <li>[Python] Prism runner now auto-enabled for some Python pipelines using the direct runner (<a href="https://redirect.github.com/apache/beam/pull/34921">#34921</a>).</li> <li>[YAML] WriteToTFRecord and ReadFromTFRecord Beam YAML support</li> <li>Python: Added JupyterLab 4.x extension compatibility for enhanced notebook integration (<a href="https://redirect.github.com/apache/beam/pull/34495">#34495</a>).</li> </ul> <h3>Breaking Changes</h3> <ul> <li>Yapf version upgraded to 0.43.0 for formatting (Python) (<a href="https://redirect.github.com/apache/beam/pull/34801/">#34801</a>).</li> <li>Python: Added JupyterLab 4.x extension compatibility for enhanced notebook integration (<a href="https://redirect.github.com/apache/beam/pull/34495">#34495</a>).</li> <li>Python: Argument abbreviation is no longer enabled within Beam. If you previously abbreviated arguments (e.g. <code>--r</code> for <code>--runner</code>), you will now need to specify the whole argument (<a href="https://redirect.github.com/apache/beam/pull/34934">#34934</a>).</li> <li>Java: Users of ReadFromKafkaViaSDF transform might encounter pipeline graph compatibility issues when updating the pipeline. To mitigate, set the <code>updateCompatibilityVersion</code> option to the SDK version used for the original pipeline, example <code>--updateCompatabilityVersion=2.64.0</code></li> <li>Python: Updated <code>AlloyDBVectorWriterConfig</code> API to align with new <code>PostgresVectorWriter</code> transform. Heres a quick guide to update your code: (<a href="https://redirect.github.com/apache/beam/issues/35225">#35225</a>)</li> </ul> <h3>Bugfixes</h3> <ul> <li>(Java) Fixed CassandraIO ReadAll does not let a pipeline handle or retry exceptions (<a href="https://redirect.github.com/apache/beam/pull/34191">#34191</a>).</li> <li>[Python] Fixed vLLM model handlers breaking Beam logging. (<a href="https://redirect.github.com/apache/beam/pull/35053">#35053</a>).</li> <li>[Python] Fixed vLLM connection leaks that caused a throughput bottleneck and underutilization of GPU (<a href="https://redirect.github.com/apache/beam/pull/35053">#35053</a>).</li> <li>[Python] Fixed vLLM server recovery mechanism in the event of a process termination (<a href="https://redirect.github.com/apache/beam/pull/35234">#35234</a>).</li> <li>(Python) Fixed cloudpickle overwriting class states every time loading a same object of dynamic class (<a href="https://redirect.github.com/apache/beam/issues/35062">#35062</a>).</li> <li>[Python] Fixed pip install apache-beam[interactive] causes crash on google colab (<a href="https://redirect.github.com/apache/beam/pull/35148">#35148</a>).</li> <li>[IcebergIO] Fixed Beam <-> Iceberg conversion logic for arrays of structs and maps of structs (<a href="https://redirect.github.com/apache/beam/pull/35230">#35230</a>).</li> </ul> <!-- 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">org.apache.beam:beam-sdks-java-core's changelog</a>.</em></p> <blockquote> <h1>[2.66.0] - 2025-07-01</h1> <h2>Beam 3.0.0 Development Highlights</h2> <ul> <li>[Java] Java 8 support is now deprecated. It is still supported until Beam 3. From now, pipeline submitted by Java 8 client uses Java 11 SDK container for remote pipeline execution (<a href="https://redirect.github.com/apache/beam/pull/35064">35064</a>).</li> </ul> <h2>Highlights</h2> <ul> <li>[Python] Several quality-of-life improvements to the vLLM model handler. If you use Beam RunInference with vLLM model handlers, we strongly recommend updating past this release.</li> </ul> <h2>I/Os</h2> <ul> <li>[IcebergIO] Now available with Beam SQL! (<a href="https://redirect.github.com/apache/beam/pull/34799">#34799</a>)</li> <li>[IcebergIO] Support reading with column pruning (<a href="https://redirect.github.com/apache/beam/pull/34856">#34856</a>)</li> <li>[IcebergIO] Support reading with pushdown filtering (<a href="https://redirect.github.com/apache/beam/pull/34827">#34827</a>)</li> <li>[IcebergIO] Create tables with a specified partition spec (<a href="https://redirect.github.com/apache/beam/pull/34966">#34966</a>, <a href="https://redirect.github.com/apache/beam/pull/35268">#35268</a>)</li> <li>[IcebergIO] Dynamically create namespaces if needed (<a href="https://redirect.github.com/apache/beam/pull/35228">#35228</a>)</li> </ul> <h2>New Features / Improvements</h2> <ul> <li>[Beam SQL] Introducing Beam Catalogs (<a href="https://redirect.github.com/apache/beam/pull/35223">#35223</a>)</li> <li>Adding Google Storage Requests Pays feature (Golang)(<a href="https://redirect.github.com/apache/beam/issues/30747">#30747</a>).</li> <li>[Python] Prism runner now auto-enabled for some Python pipelines using the direct runner (<a href="https://redirect.github.com/apache/beam/pull/34921">#34921</a>).</li> <li>[YAML] WriteToTFRecord and ReadFromTFRecord Beam YAML support</li> <li>Python: Added JupyterLab 4.x extension compatibility for enhanced notebook integration (<a href="https://redirect.github.com/apache/beam/pull/34495">#34495</a>).</li> </ul> <h2>Breaking Changes</h2> <ul> <li>Yapf version upgraded to 0.43.0 for formatting (Python) (<a href="https://redirect.github.com/apache/beam/pull/34801/">#34801</a>).</li> <li>Python: Added JupyterLab 4.x extension compatibility for enhanced notebook integration (<a href="https://redirect.github.com/apache/beam/pull/34495">#34495</a>).</li> <li>Python: Argument abbreviation is no longer enabled within Beam. If you previously abbreviated arguments (e.g. <code>--r</code> for <code>--runner</code>), you will now need to specify the whole argument (<a href="https://redirect.github.com/apache/beam/pull/34934">#34934</a>).</li> <li>Java: Users of ReadFromKafkaViaSDF transform might encounter pipeline graph compatibility issues when updating the pipeline. To mitigate, set the <code>updateCompatibilityVersion</code> option to the SDK version used for the original pipeline, example <code>--updateCompatabilityVersion=2.64.0</code></li> <li>Python: Updated <code>AlloyDBVectorWriterConfig</code> API to align with new <code>PostgresVectorWriter</code> transform. Heres a quick guide to update your code: (<a href="https://redirect.github.com/apache/beam/issues/35225">#35225</a>)</li> </ul> <h2>Bugfixes</h2> <ul> <li>(Java) Fixed CassandraIO ReadAll does not let a pipeline handle or retry exceptions (<a href="https://redirect.github.com/apache/beam/pull/34191">#34191</a>).</li> <li>[Python] Fixed vLLM model handlers breaking Beam logging. (<a href="https://redirect.github.com/apache/beam/pull/35053">#35053</a>).</li> <li>[Python] Fixed vLLM connection leaks that caused a throughput bottleneck and underutilization of GPU (<a href="https://redirect.github.com/apache/beam/pull/35053">#35053</a>).</li> <li>[Python] Fixed vLLM server recovery mechanism in the event of a process termination (<a href="https://redirect.github.com/apache/beam/pull/35234">#35234</a>).</li> <li>(Python) Fixed cloudpickle overwriting class states every time loading a same object of dynamic class (<a href="https://redirect.github.com/apache/beam/issues/35062">#35062</a>).</li> <li>[Python] Fixed pip install apache-beam[interactive] causes crash on google colab (<a href="https://redirect.github.com/apache/beam/pull/35148">#35148</a>).</li> <li>[IcebergIO] Fixed Beam <-> Iceberg conversion logic for arrays of structs and maps of structs (<a href="https://redirect.github.com/apache/beam/pull/35230">#35230</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/beam/commit/32d2c020bc0535289b1dd3bb3878d12885efc75c"><code>32d2c02</code></a> Set version for 2.66.0 RC2</li> <li><a href="https://github.com/apache/beam/commit/61391280554a664147bb2eac9de236bd3ddaa00c"><code>6139128</code></a> [Cherrypick] Fix suppressed Spotbugs issuest (<a href="https://redirect.github.com/apache/beam/issues/35402">#35402</a>)</li> <li><a href="https://github.com/apache/beam/commit/6c42f85c07ddf2559c1ff77cdbb75089812cd23e"><code>6c42f85</code></a> Fix suppressed Spotbugs issues</li> <li><a href="https://github.com/apache/beam/commit/d16b677d73a1a3a7f5c31ec3115a37b0b84e7107"><code>d16b677</code></a> IcebergIO Cherrypick <a href="https://redirect.github.com/apache/beam/issues/35341">#35341</a> (<a href="https://redirect.github.com/apache/beam/issues/35354">#35354</a>)</li> <li><a href="https://github.com/apache/beam/commit/579981e1e524ff0f44665061014fc72970a4fa7a"><code>579981e</code></a> [IcebergIO SQL] create real iceberg table (<a href="https://redirect.github.com/apache/beam/issues/35341">#35341</a>)</li> <li><a href="https://github.com/apache/beam/commit/48c008be34d400a749a287ef32f178357be23051"><code>48c008b</code></a> Fix Spotless</li> <li><a href="https://github.com/apache/beam/commit/fe9c94a72701167caf64faec8b60535462b6f25f"><code>fe9c94a</code></a> [Cherry-pick] Dont exit execution loop before bundle is done (<a href="https://redirect.github.com/apache/beam/issues/35337">#35337</a>)</li> <li><a href="https://github.com/apache/beam/commit/7d610f8b40bff9430838c08637da932fe18cbabc"><code>7d610f8</code></a> [Beam SQL] Change SET CATALOG to USE CATALOG (<a href="https://redirect.github.com/apache/beam/issues/35314">#35314</a>) (<a href="https://redirect.github.com/apache/beam/issues/35333">#35333</a>)</li> <li><a href="https://github.com/apache/beam/commit/353fabb2b4787716bd2c79f316a9f74235d4dd37"><code>353fabb</code></a> Dont exit execution loop before bundle is done (<a href="https://redirect.github.com/apache/beam/issues/35337">#35337</a>)</li> <li><a href="https://github.com/apache/beam/commit/5cb266dbc91ff66276b0a5d7fbfe9a0fd10c8bbb"><code>5cb266d</code></a> Cherry pick PR 35306 and 35336 (<a href="https://redirect.github.com/apache/beam/issues/35339">#35339</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/beam/compare/v2.65.0...v2.66.0">compare view</a></li> </ul> </details> <br /> Updates `org.apache.beam:beam-sdks-java-expansion-service` from 2.65.0 to 2.66.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/beam/releases">org.apache.beam:beam-sdks-java-expansion-service's releases</a>.</em></p> <blockquote> <h2>Beam 2.66.0 release</h2> <p>We are happy to present the new 2.66.0 release of Beam. This release includes both improvements and new functionality.</p> <!-- raw HTML omitted --> <p>For more information on changes in 2.66.0, check out the <a href="https://github.com/apache/beam/milestone/30?closed=1">detailed release notes</a>.</p> <h2>Beam 3.0.0 Development Highlights</h2> <ul> <li>[Java] Java 8 support is now deprecated. It is still supported until Beam 3. From now, pipeline submitted by Java 8 client uses Java 11 SDK container for remote pipeline execution (<a href="https://redirect.github.com/apache/beam/pull/35064">35064</a>).</li> </ul> <h2>Highlights</h2> <ul> <li>[Python] Several quality-of-life improvements to the vLLM model handler. If you use Beam RunInference with vLLM model handlers, we strongly recommend updating past this release.</li> </ul> <h3>I/Os</h3> <ul> <li>[IcebergIO] Now available with Beam SQL! (<a href="https://redirect.github.com/apache/beam/pull/34799">#34799</a>)</li> <li>[IcebergIO] Support reading with column pruning (<a href="https://redirect.github.com/apache/beam/pull/34856">#34856</a>)</li> <li>[IcebergIO] Support reading with pushdown filtering (<a href="https://redirect.github.com/apache/beam/pull/34827">#34827</a>)</li> <li>[IcebergIO] Create tables with a specified partition spec (<a href="https://redirect.github.com/apache/beam/pull/34966">#34966</a>, <a href="https://redirect.github.com/apache/beam/pull/35268">#35268</a>)</li> <li>[IcebergIO] Dynamically create namespaces if needed (<a href="https://redirect.github.com/apache/beam/pull/35228">#35228</a>)</li> </ul> <h3>New Features / Improvements</h3> <ul> <li>[Beam SQL] Introducing Beam Catalogs (<a href="https://redirect.github.com/apache/beam/pull/35223">#35223</a>)</li> <li>Adding Google Storage Requests Pays feature (Golang)(<a href="https://redirect.github.com/apache/beam/issues/30747">#30747</a>).</li> <li>[Python] Prism runner now auto-enabled for some Python pipelines using the direct runner (<a href="https://redirect.github.com/apache/beam/pull/34921">#34921</a>).</li> <li>[YAML] WriteToTFRecord and ReadFromTFRecord Beam YAML support</li> <li>Python: Added JupyterLab 4.x extension compatibility for enhanced notebook integration (<a href="https://redirect.github.com/apache/beam/pull/34495">#34495</a>).</li> </ul> <h3>Breaking Changes</h3> <ul> <li>Yapf version upgraded to 0.43.0 for formatting (Python) (<a href="https://redirect.github.com/apache/beam/pull/34801/">#34801</a>).</li> <li>Python: Added JupyterLab 4.x extension compatibility for enhanced notebook integration (<a href="https://redirect.github.com/apache/beam/pull/34495">#34495</a>).</li> <li>Python: Argument abbreviation is no longer enabled within Beam. If you previously abbreviated arguments (e.g. <code>--r</code> for <code>--runner</code>), you will now need to specify the whole argument (<a href="https://redirect.github.com/apache/beam/pull/34934">#34934</a>).</li> <li>Java: Users of ReadFromKafkaViaSDF transform might encounter pipeline graph compatibility issues when updating the pipeline. To mitigate, set the <code>updateCompatibilityVersion</code> option to the SDK version used for the original pipeline, example <code>--updateCompatabilityVersion=2.64.0</code></li> <li>Python: Updated <code>AlloyDBVectorWriterConfig</code> API to align with new <code>PostgresVectorWriter</code> transform. Heres a quick guide to update your code: (<a href="https://redirect.github.com/apache/beam/issues/35225">#35225</a>)</li> </ul> <h3>Bugfixes</h3> <ul> <li>(Java) Fixed CassandraIO ReadAll does not let a pipeline handle or retry exceptions (<a href="https://redirect.github.com/apache/beam/pull/34191">#34191</a>).</li> <li>[Python] Fixed vLLM model handlers breaking Beam logging. (<a href="https://redirect.github.com/apache/beam/pull/35053">#35053</a>).</li> <li>[Python] Fixed vLLM connection leaks that caused a throughput bottleneck and underutilization of GPU (<a href="https://redirect.github.com/apache/beam/pull/35053">#35053</a>).</li> <li>[Python] Fixed vLLM server recovery mechanism in the event of a process termination (<a href="https://redirect.github.com/apache/beam/pull/35234">#35234</a>).</li> <li>(Python) Fixed cloudpickle overwriting class states every time loading a same object of dynamic class (<a href="https://redirect.github.com/apache/beam/issues/35062">#35062</a>).</li> <li>[Python] Fixed pip install apache-beam[interactive] causes crash on google colab (<a href="https://redirect.github.com/apache/beam/pull/35148">#35148</a>).</li> <li>[IcebergIO] Fixed Beam <-> Iceberg conversion logic for arrays of structs and maps of structs (<a href="https://redirect.github.com/apache/beam/pull/35230">#35230</a>).</li> </ul> <!-- 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">org.apache.beam:beam-sdks-java-expansion-service's changelog</a>.</em></p> <blockquote> <h1>[2.66.0] - 2025-07-01</h1> <h2>Beam 3.0.0 Development Highlights</h2> <ul> <li>[Java] Java 8 support is now deprecated. It is still supported until Beam 3. From now, pipeline submitted by Java 8 client uses Java 11 SDK container for remote pipeline execution (<a href="https://redirect.github.com/apache/beam/pull/35064">35064</a>).</li> </ul> <h2>Highlights</h2> <ul> <li>[Python] Several quality-of-life improvements to the vLLM model handler. If you use Beam RunInference with vLLM model handlers, we strongly recommend updating past this release.</li> </ul> <h2>I/Os</h2> <ul> <li>[IcebergIO] Now available with Beam SQL! (<a href="https://redirect.github.com/apache/beam/pull/34799">#34799</a>)</li> <li>[IcebergIO] Support reading with column pruning (<a href="https://redirect.github.com/apache/beam/pull/34856">#34856</a>)</li> <li>[IcebergIO] Support reading with pushdown filtering (<a href="https://redirect.github.com/apache/beam/pull/34827">#34827</a>)</li> <li>[IcebergIO] Create tables with a specified partition spec (<a href="https://redirect.github.com/apache/beam/pull/34966">#34966</a>, <a href="https://redirect.github.com/apache/beam/pull/35268">#35268</a>)</li> <li>[IcebergIO] Dynamically create namespaces if needed (<a href="https://redirect.github.com/apache/beam/pull/35228">#35228</a>)</li> </ul> <h2>New Features / Improvements</h2> <ul> <li>[Beam SQL] Introducing Beam Catalogs (<a href="https://redirect.github.com/apache/beam/pull/35223">#35223</a>)</li> <li>Adding Google Storage Requests Pays feature (Golang)(<a href="https://redirect.github.com/apache/beam/issues/30747">#30747</a>).</li> <li>[Python] Prism runner now auto-enabled for some Python pipelines using the direct runner (<a href="https://redirect.github.com/apache/beam/pull/34921">#34921</a>).</li> <li>[YAML] WriteToTFRecord and ReadFromTFRecord Beam YAML support</li> <li>Python: Added JupyterLab 4.x extension compatibility for enhanced notebook integration (<a href="https://redirect.github.com/apache/beam/pull/34495">#34495</a>).</li> </ul> <h2>Breaking Changes</h2> <ul> <li>Yapf version upgraded to 0.43.0 for formatting (Python) (<a href="https://redirect.github.com/apache/beam/pull/34801/">#34801</a>).</li> <li>Python: Added JupyterLab 4.x extension compatibility for enhanced notebook integration (<a href="https://redirect.github.com/apache/beam/pull/34495">#34495</a>).</li> <li>Python: Argument abbreviation is no longer enabled within Beam. If you previously abbreviated arguments (e.g. <code>--r</code> for <code>--runner</code>), you will now need to specify the whole argument (<a href="https://redirect.github.com/apache/beam/pull/34934">#34934</a>).</li> <li>Java: Users of ReadFromKafkaViaSDF transform might encounter pipeline graph compatibility issues when updating the pipeline. To mitigate, set the <code>updateCompatibilityVersion</code> option to the SDK version used for the original pipeline, example <code>--updateCompatabilityVersion=2.64.0</code></li> <li>Python: Updated <code>AlloyDBVectorWriterConfig</code> API to align with new <code>PostgresVectorWriter</code> transform. Heres a quick guide to update your code: (<a href="https://redirect.github.com/apache/beam/issues/35225">#35225</a>)</li> </ul> <h2>Bugfixes</h2> <ul> <li>(Java) Fixed CassandraIO ReadAll does not let a pipeline handle or retry exceptions (<a href="https://redirect.github.com/apache/beam/pull/34191">#34191</a>).</li> <li>[Python] Fixed vLLM model handlers breaking Beam logging. (<a href="https://redirect.github.com/apache/beam/pull/35053">#35053</a>).</li> <li>[Python] Fixed vLLM connection leaks that caused a throughput bottleneck and underutilization of GPU (<a href="https://redirect.github.com/apache/beam/pull/35053">#35053</a>).</li> <li>[Python] Fixed vLLM server recovery mechanism in the event of a process termination (<a href="https://redirect.github.com/apache/beam/pull/35234">#35234</a>).</li> <li>(Python) Fixed cloudpickle overwriting class states every time loading a same object of dynamic class (<a href="https://redirect.github.com/apache/beam/issues/35062">#35062</a>).</li> <li>[Python] Fixed pip install apache-beam[interactive] causes crash on google colab (<a href="https://redirect.github.com/apache/beam/pull/35148">#35148</a>).</li> <li>[IcebergIO] Fixed Beam <-> Iceberg conversion logic for arrays of structs and maps of structs (<a href="https://redirect.github.com/apache/beam/pull/35230">#35230</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/beam/commit/32d2c020bc0535289b1dd3bb3878d12885efc75c"><code>32d2c02</code></a> Set version for 2.66.0 RC2</li> <li><a href="https://github.com/apache/beam/commit/61391280554a664147bb2eac9de236bd3ddaa00c"><code>6139128</code></a> [Cherrypick] Fix suppressed Spotbugs issuest (<a href="https://redirect.github.com/apache/beam/issues/35402">#35402</a>)</li> <li><a href="https://github.com/apache/beam/commit/6c42f85c07ddf2559c1ff77cdbb75089812cd23e"><code>6c42f85</code></a> Fix suppressed Spotbugs issues</li> <li><a href="https://github.com/apache/beam/commit/d16b677d73a1a3a7f5c31ec3115a37b0b84e7107"><code>d16b677</code></a> IcebergIO Cherrypick <a href="https://redirect.github.com/apache/beam/issues/35341">#35341</a> (<a href="https://redirect.github.com/apache/beam/issues/35354">#35354</a>)</li> <li><a href="https://github.com/apache/beam/commit/579981e1e524ff0f44665061014fc72970a4fa7a"><code>579981e</code></a> [IcebergIO SQL] create real iceberg table (<a href="https://redirect.github.com/apache/beam/issues/35341">#35341</a>)</li> <li><a href="https://github.com/apache/beam/commit/48c008be34d400a749a287ef32f178357be23051"><code>48c008b</code></a> Fix Spotless</li> <li><a href="https://github.com/apache/beam/commit/fe9c94a72701167caf64faec8b60535462b6f25f"><code>fe9c94a</code></a> [Cherry-pick] Dont exit execution loop before bundle is done (<a href="https://redirect.github.com/apache/beam/issues/35337">#35337</a>)</li> <li><a href="https://github.com/apache/beam/commit/7d610f8b40bff9430838c08637da932fe18cbabc"><code>7d610f8</code></a> [Beam SQL] Change SET CATALOG to USE CATALOG (<a href="https://redirect.github.com/apache/beam/issues/35314">#35314</a>) (<a href="https://redirect.github.com/apache/beam/issues/35333">#35333</a>)</li> <li><a href="https://github.com/apache/beam/commit/353fabb2b4787716bd2c79f316a9f74235d4dd37"><code>353fabb</code></a> Dont exit execution loop before bundle is done (<a href="https://redirect.github.com/apache/beam/issues/35337">#35337</a>)</li> <li><a href="https://github.com/apache/beam/commit/5cb266dbc91ff66276b0a5d7fbfe9a0fd10c8bbb"><code>5cb266d</code></a> Cherry pick PR 35306 and 35336 (<a href="https://redirect.github.com/apache/beam/issues/35339">#35339</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/beam/compare/v2.65.0...v2.66.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> -- 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: dev-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org