svetakvsundhar commented on code in PR #35730:
URL: https://github.com/apache/beam/pull/35730#discussion_r2286022644
##########
sdks/java/io/file-based-io-tests/src/test/java/org/apache/beam/sdk/io/text/TextIOIT.java:
##########
@@ -136,7 +136,7 @@ public void writeThenReadAll() {
PCollection<String> consolidatedHashcode =
testFilenames
- .apply("Match all files", FileIO.matchAll())
+ .apply("Match all files",
FileIO.matchAll().withOutputParallelization(true))
Review Comment:
setting this to `false`, the idea here is to check the performance test to
see if theres a meaningful improvement with skipping the reshuffle vs not.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]