This is an automated email from the ASF dual-hosted git repository.
curth pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
from 7706ace06 fix(go/adbc/driver/snowflake): use one session for
connection (#2494)
add 8dade5b7e feat(csharp/src/Apache.Arrow.Adbc): improved performance of
ValueAt helper and AdbcDataReader (#2534)
No new revisions were added by this update.
Summary of changes:
csharp/Apache.Arrow.Adbc.sln | 7 +
csharp/Benchmarks/Benchmarks.csproj | 28 +++
csharp/Benchmarks/Program.cs | 80 +++++++
.../Extensions/IArrowArrayExtensions.cs | 246 ++++++++++++++++-----
csharp/src/Client/AdbcDataReader.cs | 55 ++---
csharp/src/Client/SchemaConverter.cs | 10 +
6 files changed, 343 insertions(+), 83 deletions(-)
create mode 100644 csharp/Benchmarks/Benchmarks.csproj
create mode 100644 csharp/Benchmarks/Program.cs