lidavidm commented on code in PR #13828:
URL: https://github.com/apache/arrow/pull/13828#discussion_r941737942
##########
go/arrow/array/record_test.go:
##########
@@ -135,8 +135,8 @@ func TestRecord(t *testing.T) {
{
schema: schema,
cols: nil,
- rows: -1,
- err: fmt.Errorf("arrow/array: number of
columns/fields mismatch"),
+ rows: 0,
+ // err: fmt.Errorf("arrow/array: number of
columns/fields mismatch"),
Review Comment:
Are the changes in record/record_test incidental? Or else, do they deserve
their own PR?
--
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]