zeroshade commented on code in PR #37786:
URL: https://github.com/apache/arrow/pull/37786#discussion_r1331894822
##########
go/parquet/file/file_writer.go:
##########
@@ -30,21 +30,19 @@ import (
// Writer is the primary interface for writing a parquet file
type Writer struct {
- sink utils.WriteCloserTell
- open bool
- props *parquet.WriterProperties
- rowGroups int
- nrows int
- metadata metadata.FileMetaDataBuilder
- fileEncryptor encryption.FileEncryptor
- rowGroupWriter *rowGroupWriter
+ sink utils.WriteCloserTell
+ open bool
+ props *parquet.WriterProperties
+ rowGroups int
+ nrows int
+ metadata metadata.FileMetaDataBuilder
+ fileEncryptor encryption.FileEncryptor
+ rowGroupWriter *rowGroupWriter
+ initialKeyValueMetadata metadata.KeyValueMetadata
Review Comment:
I like it, let's add that to this branch
--
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]