zeroshade commented on code in PR #34808:
URL: https://github.com/apache/arrow/pull/34808#discussion_r1159956127
##########
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:
I should really add a workflow for the bot to auto-run the formatting like
we have for C++ and clang-format...
--
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]