This is an automated email from the ASF dual-hosted git repository. yhu pushed a commit to branch us-unshaded-bqms in repository https://gitbox.apache.org/repos/asf/beam.git
commit ba55ba80897bddebb6056f067d85ee15a1d7b970 Author: Yi Hu <[email protected]> AuthorDate: Fri Jul 18 09:58:00 2025 -0400 Use bqms-1.6.1-1.0.1 --- .github/trigger_files/IO_Iceberg_Integration_Tests.json | 2 +- .../trigger_files/IO_Iceberg_Managed_Integration_Tests_Dataflow.json | 2 +- .github/trigger_files/beam_PostCommit_SQL.json | 2 +- buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/trigger_files/IO_Iceberg_Integration_Tests.json b/.github/trigger_files/IO_Iceberg_Integration_Tests.json index 7ab7bcd9a9c..37dd25bf902 100644 --- a/.github/trigger_files/IO_Iceberg_Integration_Tests.json +++ b/.github/trigger_files/IO_Iceberg_Integration_Tests.json @@ -1,4 +1,4 @@ { "comment": "Modify this file in a trivial way to cause this test suite to run.", - "modification": 2 + "modification": 3 } diff --git a/.github/trigger_files/IO_Iceberg_Managed_Integration_Tests_Dataflow.json b/.github/trigger_files/IO_Iceberg_Managed_Integration_Tests_Dataflow.json index 12481ae0dbc..8fab48cc672 100644 --- a/.github/trigger_files/IO_Iceberg_Managed_Integration_Tests_Dataflow.json +++ b/.github/trigger_files/IO_Iceberg_Managed_Integration_Tests_Dataflow.json @@ -1,4 +1,4 @@ { "comment": "Modify this file in a trivial way to cause this test suite to run.", - "modification": 4 + "modification": 5 } diff --git a/.github/trigger_files/beam_PostCommit_SQL.json b/.github/trigger_files/beam_PostCommit_SQL.json index 833fd9b0d17..5df3841d236 100644 --- a/.github/trigger_files/beam_PostCommit_SQL.json +++ b/.github/trigger_files/beam_PostCommit_SQL.json @@ -1,4 +1,4 @@ { "comment": "Modify this file in a trivial way to cause this test suite to run ", - "modification": 2 + "modification": 3 } diff --git a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy index 597bcd58643..1562fbf8fce 100644 --- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy +++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy @@ -622,7 +622,7 @@ class BeamModulePlugin implements Plugin<Project> { def influxdb_version = "2.19" def httpclient_version = "4.5.13" def httpcore_version = "4.4.14" - def iceberg_bqms_catalog_version = "1.6.1-1.0.0" + def iceberg_bqms_catalog_version = "1.6.1-1.0.1" def jackson_version = "2.15.4" def jaxb_api_version = "2.3.3" def jsr305_version = "3.0.2"
