zeroshade opened a new issue, #39116:
URL: https://github.com/apache/arrow/issues/39116

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Go CI's are currently throwing a staticcheck issue with the following error 
text:
   
   ```
   arrow/array/data.go:209:29: this comparison is always true (SA4023)
        arrow/array/data.go:209:13: the lhs of the comparison is the 1st return 
value of this function call
        arrow/array/data.go:179:16: 
(*github.com/apache/arrow/go/v15/arrow/array.Data).Dictionary never returns a 
nil interface value
   ```
   
   Looking at the code it should just use `d.dictionary` directly rather than 
calling `d.Dictionary()`
   
   ### Component(s)
   
   Go


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