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


##########
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:
   you needed to remove the empty line and then use goimports to sort the 
imports. I've done so and pushed the fix.



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