You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "adamreeve (via GitHub)" <gi...@apache.org> on 2024/04/15 09:17:24 UTC

[I] [C#] Accessing values of a decimal array doesn't account for the array offset [arrow]

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

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   `Decimal128Array.GetValue`, `GetString` and `GetSqlDecimal` account for the array offset in the null check but not when getting the actual value.
   
   `Decimal256Array.GetValue`, `GetString` and `TryGetSqlDecimal` have the same issue.
   
   ### Component(s)
   
   C#


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


Re: [I] [C#] Accessing values of a decimal array doesn't account for the array offset [arrow]

Posted by "CurtHagenlocher (via GitHub)" <gi...@apache.org>.
CurtHagenlocher commented on issue #41199:
URL: https://github.com/apache/arrow/issues/41199#issuecomment-2056814982

   Issue resolved by pull request 41200
   https://github.com/apache/arrow/pull/41200


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

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


Re: [I] [C#] Accessing values of a decimal array doesn't account for the array offset [arrow]

Posted by "CurtHagenlocher (via GitHub)" <gi...@apache.org>.
CurtHagenlocher closed issue #41199: [C#] Accessing values of a decimal array doesn't account for the array offset
URL: https://github.com/apache/arrow/issues/41199


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