baeminbo commented on code in PR #32398:
URL: https://github.com/apache/beam/pull/32398#discussion_r1746699908
##########
sdks/java/core/src/main/java/org/apache/beam/sdk/io/TextSource.java:
##########
@@ -116,8 +118,14 @@ static class TextBasedReader extends
FileBasedReader<String> {
private final byte @Nullable [] delimiter;
private final int skipHeaderLines;
- private final ByteArrayOutputStream str;
+
+ // The output stream can contain the delimiter at the last. It must
exclude the delimiter when
Review Comment:
Done
--
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]