[
https://issues.apache.org/jira/browse/BEAM-10812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Burke updated BEAM-10812:
--------------------------------
Status: Resolved (was: Open)
> 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
> Priority: P2
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> 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)