CurtHagenlocher closed issue #2586: csharp: ValueAt extension causes error when
StringArray length = 0
URL: https://github.com/apache/arrow-adbc/issues/2586
--
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
CurtHagenlocher closed issue #2586: csharp: ValueAt extension causes error when
StringArray length = 0
URL: https://github.com/apache/arrow-adbc/issues/2586
--
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
davidhcoe opened a new issue, #2586:
URL: https://github.com/apache/arrow-adbc/issues/2586
### What happened?
The ValueAt extension is attempting to call GetString(index) on a
StringArray of any length. When the length is 0, a ArgumentOutOfRangeException
is thrown.
### Stack T