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 88b981ad4 feat(csharp/test): implement DuckDb test fixture (#1781)
add 3173a1da1 fix(csharp/src/Apache.Arrow.Adbc): correct
StandardSchemas.ColumnSchema data types (#1731)
No new revisions were added by this update.
Summary of changes:
.../Extensions/ListArrayExtensions.cs | 157 +++++++++
.../Extensions/StandardSchemaExtensions.cs | 93 ++++++
.../Apache.Arrow.Adbc/Properties/AssemblyInfo.cs | 20 ++
csharp/src/Apache.Arrow.Adbc/StandardSchemas.cs | 5 +-
csharp/src/Drivers/Apache/Spark/SparkConnection.cs | 223 ++++---------
csharp/src/Drivers/BigQuery/BigQueryConnection.cs | 147 +--------
.../StandardSchemasTests.cs | 364 +++++++++++++++++++++
7 files changed, 707 insertions(+), 302 deletions(-)
create mode 100644
csharp/src/Apache.Arrow.Adbc/Extensions/ListArrayExtensions.cs
create mode 100644
csharp/src/Apache.Arrow.Adbc/Extensions/StandardSchemaExtensions.cs
create mode 100644 csharp/src/Apache.Arrow.Adbc/Properties/AssemblyInfo.cs
create mode 100644 csharp/test/Apache.Arrow.Adbc.Tests/StandardSchemasTests.cs