ggodik commented on code in PR #36646:
URL: https://github.com/apache/arrow/pull/36646#discussion_r1261594658


##########
go/parquet/file/file_writer.go:
##########
@@ -165,7 +166,9 @@ func (fw *Writer) Close() error {
                        fw.rowGroupWriter.Close()
                }
                fw.rowGroupWriter = nil
-               defer fw.sink.Close()
+               defer func() {
+                       err = errors.Join(err, fw.sink.Close())

Review Comment:
   I think the project policy is 2 versions behind for compatibility



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