agchang commented on code in PR #34808:
URL: https://github.com/apache/arrow/pull/34808#discussion_r1161307565


##########
go/parquet/file/file_reader_test.go:
##########
@@ -19,6 +19,9 @@ package file_test
 import (
        "bytes"
        "encoding/binary"
+       "github.com/apache/arrow/go/v12/parquet"
+       "github.com/apache/arrow/go/v12/parquet/schema"
+       "github.com/stretchr/testify/require"

Review Comment:
   Done! Thanks for the pointer.
   
   > I should really add a workflow for the bot to auto-run the formatting like 
we have for C++ and clang-format...
   
   I can take a look if you guys need help on the go front :-)



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