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

[GitHub] [arrow] izveigor opened a new issue, #35911: method `CastToBytes` of `decimal256Traits` does not work

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

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   The code returns empty array: 
   `arrow.Decimal256Traits.CastToBytes([]decimal256.Num{decimal256.New(0, 0, 0, 10)})`
   The reason is an error in the line: https://github.com/apache/arrow/blob/main/go/arrow/type_traits_decimal256.go#L62
   
   ### 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 #35911: method `CastToBytes` of `decimal256Traits` does not work

Posted by "zeroshade (via GitHub)" <gi...@apache.org>.
zeroshade closed issue #35911: method `CastToBytes` of `decimal256Traits` does not work
URL: https://github.com/apache/arrow/issues/35911


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