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 ea0d0cfe0 feat(csharp): Update to test with net8.0 (#1771)
add 35d2c76f1 feat(csharp/src/Apache.Arrow.Adbc): Cleanup use of List<T>
in APIs and implementation (#1761)
No new revisions were added by this update.
Summary of changes:
csharp/src/Apache.Arrow.Adbc/AdbcConnection.cs | 4 +-
.../src/Apache.Arrow.Adbc/C/CAdbcDriverExporter.cs | 9 ++--
.../src/Apache.Arrow.Adbc/C/CAdbcDriverImporter.cs | 20 ++++----
.../CollectionExtensions.cs} | 28 ++++++++----
csharp/src/Apache.Arrow.Adbc/Results.cs | 6 +--
csharp/src/Apache.Arrow.Adbc/StandardSchemas.cs | 23 +++++-----
.../Drivers/Apache/Hive2/HiveServer2Connection.cs | 2 +-
.../src/Drivers/Apache/Impala/ImpalaConnection.cs | 2 +-
csharp/src/Drivers/Apache/Spark/SparkConnection.cs | 53 ++++++++--------------
csharp/src/Drivers/BigQuery/BigQueryConnection.cs | 53 ++++++++++------------
.../Drivers/BigQuery/BigQueryInfoArrowStream.cs | 2 +-
.../src/Drivers/FlightSql/FlightSqlConnection.cs | 2 +-
.../Metadata/GetObjectsParser.cs | 14 ++++--
13 files changed, 103 insertions(+), 115 deletions(-)
copy csharp/src/Apache.Arrow.Adbc/{C/NativeDelegate.cs =>
Extensions/CollectionExtensions.cs} (61%)