zeroshade commented on a change in pull request #12540:
URL: https://github.com/apache/arrow/pull/12540#discussion_r822903091
##########
File path: go/parquet/file/column_writer_test.go
##########
@@ -222,6 +222,7 @@ type PrimitiveWriterTestSuite struct {
metadata *metadata.ColumnChunkMetaDataBuilder
sink *encoding.BufferWriter
readbuffer *memory.Buffer
+ //lint:ignore U1000 reader
reader file.ColumnChunkReader
Review comment:
if this isn't being used in the tests we can just remove this rather
than having the lint ignore.
--
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]