Dhaivat Pandit created BEAM-10812:
-------------------------------------
Summary: Go textio.Read fails on long lines due to bufio.Scanner
limitations
Key: BEAM-10812
URL: https://issues.apache.org/jira/browse/BEAM-10812
Project: Beam
Issue Type: Bug
Components: sdk-go
Affects Versions: 2.23.0
Reporter: Dhaivat Pandit
bufio.Scanner has an limitations on length of line, it is recommended to use
[bufio.Reader|https://github.com/golang/go/blob/master/src/bufio/scan.go#L27]
for arbitrary line lengths.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)