tschaub commented on code in PR #38507:
URL: https://github.com/apache/arrow/pull/38507#discussion_r1376607823


##########
go/parquet/file/file_writer_test.go:
##########
@@ -97,6 +97,8 @@ func (t *SerializeTestSuite) fileSerializeTest(codec 
compress.Compression, expec
        writer.Close()
 
        nrows := t.numRowGroups * t.rowsPerRG
+       t.EqualValues(nrows, writer.NumRows())

Review Comment:
   This assertion fails in the file writer tests without the corresponding 
change in `file_writer.go`.



-- 
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]

Reply via email to