From b2ec5357afc199bae717aec0e7e7c186afe0cd8d Mon Sep 17 00:00:00 2001 From: Viktor Nordell Date: Mon, 13 Apr 2026 10:11:23 +0200 Subject: [PATCH 1/3] Remove incorrect type hint. --- sdks/python/apache_beam/io/iobase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/apache_beam/io/iobase.py b/sdks/python/apache_beam/io/iobase.py index 67d6cd358a07..229d124a5726 100644 --- a/sdks/python/apache_beam/io/iobase.py +++ b/sdks/python/apache_beam/io/iobase.py @@ -1212,7 +1212,7 @@ def _expand_bounded(self, pcoll, min_shards): AsSingleton(init_result_coll), AsIter(write_result_coll), min_shards, - AsSingleton(pre_finalize_coll)).with_output_types(str)) + AsSingleton(pre_finalize_coll))) def _apply_windowing(self, pcoll): """ From 5bb91904e8bbbe6849ac7993e64ee1f03559c73d Mon Sep 17 00:00:00 2001 From: Viktor Nordell Date: Mon, 13 Apr 2026 15:24:52 +0200 Subject: [PATCH 2/3] Trigger CI rerun From 81f18c890558ffc6b9a17fd6a70d6cf8904aae14 Mon Sep 17 00:00:00 2001 From: Viktor Nordell Date: Tue, 14 Apr 2026 22:05:07 +0200 Subject: [PATCH 3/3] Trigger CI rerun