[
https://issues.apache.org/jira/browse/BEAM-10812?focusedWorklogId=475989&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-475989
]
ASF GitHub Bot logged work on BEAM-10812:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 28/Aug/20 21:13
Start Date: 28/Aug/20 21:13
Worklog Time Spent: 10m
Work Description: lostluck commented on pull request #12683:
URL: https://github.com/apache/beam/pull/12683#issuecomment-683149233
Run Go PostCommit
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 475989)
Time Spent: 1h 20m (was: 1h 10m)
> 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 20m
> 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)