Abacn commented on code in PR #31773:
URL: https://github.com/apache/beam/pull/31773#discussion_r1667101655
##########
sdks/java/core/src/test/java/org/apache/beam/sdk/io/TextIOWriteTest.java:
##########
@@ -733,7 +733,7 @@ public void testWriteUnboundedWithCustomBatchParameters()
throws Exception {
LINES2_ARRAY,
null,
null,
- 3,
+ 0,
baseFilename,
Review Comment:
this test is exercises by different runner's vallidaterunner test suite.
Only SamzaRunner fails. Would this change break other runners test?
Probably we just need to exclude this specific test from validateRunner
target in runners/samza/build.gradle
--
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]