fallintoplace opened a new pull request, #1121: URL: https://github.com/apache/arrow-go/pull/1121
### What does this change do?\n\nKeep the CSV record length consistent when a fixed-size binary value has the wrong length.\n\n### Why?\n\nOther parse failures append a null. This path only set Err, so Next returned an empty record instead of a row with a null value.\n\n### Tests\n\n- go test ./arrow/csv -run TestFixedSizeBinaryParseErrorAppendsNull -- 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]
