Re: [I] csharp: ValueAt extension causes error when StringArray length = 0 [arrow-adbc]

2025-03-11 Thread via GitHub
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

Re: [I] csharp: ValueAt extension causes error when StringArray length = 0 [arrow-adbc]

2025-03-10 Thread via GitHub
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

[I] csharp: ValueAt extension causes error when StringArray length = 0 [arrow-adbc]

2025-03-07 Thread via GitHub
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