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



##########
File path: go/parquet/file/level_conversion.go
##########
@@ -70,6 +70,7 @@ type LevelInfo struct {
        RepeatedAncestorDefLevel int16
 }
 
+//lint:ignore U1000 newDefaultLevelInfo
 func newDefaultLevelInfo() *LevelInfo {
        return &LevelInfo{NullSlotUsage: 1}
 }

Review comment:
       if this is unused, just delete it. worst case i can put it back in a 
future change if it's needed.




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