You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "zeroshade (via GitHub)" <gi...@apache.org> on 2023/06/07 18:26:52 UTC

[GitHub] [arrow] zeroshade opened a new issue, #35982: [Go] go1.18 builds broken with deprecated message

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

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   #35654 was merged without manually rebasing first so it didn't catch the change that deprecated usage of a few functions in it until after the merge and builds. Usage of `(*MapType).ValueType()` was deprecated which is causing the linting step to break all go1.18 builds (since we only build the compute on go1.18+)
   
   ### 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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] zeroshade closed issue #35982: [Go] go1.18 builds broken with deprecated message

Posted by "zeroshade (via GitHub)" <gi...@apache.org>.
zeroshade closed issue #35982: [Go] go1.18 builds broken with deprecated message
URL: https://github.com/apache/arrow/issues/35982


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org