fallintoplace opened a new pull request, #1149: URL: https://github.com/apache/arrow-go/pull/1149
## What CSV scalar parsers already append a null when their own parse fails, but several only did so while the reader had no earlier error. A malformed value in a later column could therefore append the parser zero value after another column failed. This keeps the first error and appends null for every failed scalar conversion. ## Test - go test ./arrow/csv -run TestCSVReaderAppendsNullAfterPreviousParseError -count=1 -- 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]
