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 9a4fbff0c0b7..5abe02fc09c7 100644 --- a/.github/trigger_files/IO_Iceberg_Managed_Integration_Tests_Dataflow.json +++ b/.github/trigger_files/IO_Iceberg_Managed_Integration_Tests_Dataflow.json @@ -1,5 +1,4 @@ { "comment": "Modify this file in a trivial way to cause this test suite to run.", - "modification": 2, - "https://github.com/apache/beam/pull/39990": "removing dead code from FnApiDoFnRunner" + "modification": 1 } diff --git a/sdks/java/io/iceberg/build.gradle b/sdks/java/io/iceberg/build.gradle index e2e8a12d01eb..0fab42525a1c 100644 --- a/sdks/java/io/iceberg/build.gradle +++ b/sdks/java/io/iceberg/build.gradle @@ -213,6 +213,7 @@ task dataflowIntegrationTest(type: Test) { ] if (project.hasProperty('enableManagedTransforms')) { args.add("--experiments=enable_managed_transforms") + args.add("--updateCompatibilityVersion=2.75.0") } systemProperty "beamTestPipelineOptions", JsonOutput.toJson(args)