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


##########
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:
   Commit added.  It looks like the [failing Dev 
workflow](https://github.com/apache/arrow/actions/workflows/dev.yml) is 
unrelated.



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