This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch gh-1144
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
discard aeca9c9af Merge branch 'gh-1804' into gh-1144
discard 1d0fa3b6b Remove redundant release
discard ef3459d25 Bump arrow-go version
discard 3e208f548 More fixes
omit 928726beb Simplify
discard 22c5d4a3a feat(go/adbc/driver/snowflake): support parameter binding
omit 775fde2f1 fix(go/adbc/driver/snowflake): handle empty result sets
add a48c3b050 feat(csharp): imported objects should have call "release"
when no longer in use (#1802)
add a830bf26c fix(csharp): an assortment of small fixes not worth
individual pull requests (#1807)
add 2d6b06b4f ci: don't assign milestone for draft PRs (#1810)
add d426d8027 chore(r): Synchronize vendoring scripts with latest changes
(#1809)
add 2e044e85a fix(go/adbc/driver/snowflake): handle empty result sets
(#1805)
add 8ac730436 fix(csharp/src/Apache.Arrow.Adbc/C): correctly handle null
driver entries for imported drivers (#1812)
add c1342955d feat(go/adbc/driver/snowflake): support parameter binding
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (aeca9c9af)
\
N -- N -- N refs/heads/gh-1144 (c1342955d)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/dev_pr.yml | 2 +-
csharp/src/Apache.Arrow.Adbc/AdbcException.cs | 5 +
.../src/Apache.Arrow.Adbc/C/CAdbcDriverExporter.cs | 109 +---
.../src/Apache.Arrow.Adbc/C/CAdbcDriverImporter.cs | 668 ++++++++++++++++++---
csharp/src/Apache.Arrow.Adbc/C/Delegates.cs | 51 ++
csharp/src/Apache.Arrow.Adbc/C/NativeDelegate.cs | 14 +-
.../Extensions/CollectionExtensions.cs | 2 +-
csharp/src/Client/AdbcCommand.cs | 49 +-
csharp/src/Client/AdbcConnection.cs | 22 +-
csharp/src/Client/AdbcDataReader.cs | 2 +-
csharp/test/Drivers/Interop/Snowflake/CastTests.cs | 2 +-
.../test/Drivers/Interop/Snowflake/ClientTests.cs | 2 +-
.../test/Drivers/Interop/Snowflake/DriverTests.cs | 2 +-
go/adbc/driver/snowflake/driver_test.go | 19 +
.../src/c/vendor/fmt/include/fmt/.gitignore | 1 +
r/adbcsqlite/configure | 6 +-
r/adbcsqlite/src/Makevars.in | 2 +-
r/adbcsqlite/src/c/driver/framework/.gitignore | 4 +-
.../src/c/vendor/fmt/include/fmt/.gitignore | 1 +
r/adbcsqlite/tools/.gitignore | 19 -
20 files changed, 746 insertions(+), 236 deletions(-)
create mode 100644 csharp/src/Apache.Arrow.Adbc/C/Delegates.cs
delete mode 100644 r/adbcsqlite/tools/.gitignore