You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Dhaivat Pandit (Jira)" <ji...@apache.org> on 2020/08/25 20:14:00 UTC

[jira] [Created] (BEAM-10812) Go textio.Read fails on long lines due to bufio.Scanner limitations

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)