Abacn commented on code in PR #35730: URL: https://github.com/apache/beam/pull/35730#discussion_r2240852518
########## sdks/java/core/src/main/java/org/apache/beam/sdk/io/FileIO.java: ########## @@ -373,9 +373,11 @@ public static Match match() { public static MatchAll matchAll() { return new AutoValue_FileIO_MatchAll.Builder() .setConfiguration(MatchConfiguration.create(EmptyMatchTreatment.ALLOW_IF_WILDCARD)) + .setAvoidReshuffle(false) Review Comment: There are similar configs in different IOs under different names. I recommend use `withOutputParallelization` (used by several IOs e.g. JdbcIO, redisIO, SinglestoreIO) -- 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-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org