zeroshade commented on a change in pull request #12540:
URL: https://github.com/apache/arrow/pull/12540#discussion_r822902698



##########
File path: go/parquet/file/column_writer.go
##########
@@ -597,6 +597,8 @@ func levelSliceOrNil(rep []int16, offset, batch int64) 
[]int16 {
        return rep[offset : batch+offset]
 }
 
+//lint:ignore U1000 maybeReplaceValidity
+//lint:ignore SA1019 ignore deprecated array.Interface

Review comment:
       instead of ignoring the deprecated message, might as well update this to 
be `arrow.Array` instead since you're in the file.




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