Mandukhai-Alimaa commented on code in PR #522:
URL: https://github.com/apache/arrow-go/pull/522#discussion_r2408248097
##########
.golangci.yaml:
##########
@@ -31,10 +31,6 @@ linters:
- third_party$
- builtin$
- examples$
- rules:
- - linters:
- - staticcheck
- text: "SA1019"
Review Comment:
I originally added this rule at the start of the migration to suppress
deprecated warnings during pre-commit checks. Now that the code has been
updated to use RecordBatch instead of the deprecated Record, the linter should
pass without needing to ignore those warnings, so this rule is no longer
necessary.
--
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]