This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/go/adbc/modernc.org/sqlite-1.48.2
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


 discard 90837c9d1 chore(go/adbc): bump modernc.org/sqlite in /go/adbc
     add 0ae0a1098 chore(go/adbc): bump cloud.google.com/go/bigquery from 
1.75.0 to 1.76.0 in /go/adbc (#4216)
     add a2d32de09 chore(go/adbc): bump github.com/snowflakedb/gosnowflake from 
1.19.0 to 1.19.1 in /go/adbc (#4220)
     add 9b24ae6cd chore(rust): bump test-with from 0.16.0 to 0.16.1 (#4221)
     add 94bb0198e chore(java): bump com.uber.nullaway:nullaway from 0.13.2 to 
0.13.3 (#4214)
     add 60f26879d chore(go/adbc): bump golang.org/x/tools from 0.43.0 to 
0.44.0 (#4213)
     add 77fb7ae4f feat(java/driver/jni): implement get/set option (#4203)
     add 8819eb064 feat(java/driver/jni): implement commit/rollback (#4212)
     add 80692fef3 chore(go/adbc): bump google.golang.org/api from 0.275.0 to 
0.276.0 in /go/adbc (#4219)
     add 5d5a0e769 chore(go/adbc): bump modernc.org/sqlite in /go/adbc

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   (90837c9d1)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/go/adbc/modernc.org/sqlite-1.48.2 (5d5a0e769)

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:
 go/adbc/go.mod                                     |   24 +-
 go/adbc/go.sum                                     |   64 +-
 .../java/org/apache/arrow/adbc/core/TypedKey.java  |    8 +
 java/driver/jni/src/main/cpp/jni_wrapper.cc        |  510 ++++++-
 .../arrow/adbc/driver/jni/JniConnection.java       |  142 +-
 .../apache/arrow/adbc/driver/jni/JniDatabase.java  |   56 +
 .../apache/arrow/adbc/driver/jni/JniDriver.java    |   16 +
 .../apache/arrow/adbc/driver/jni/JniStatement.java |   56 +
 .../arrow/adbc/driver/jni/impl/JniLoader.java      |  130 +-
 .../arrow/adbc/driver/jni/impl/NativeAdbc.java     |   66 +-
 .../arrow/adbc/driver/jni/JniDriverTest.java       |  202 ++-
 java/pom.xml                                       |    2 +-
 rust/Cargo.lock                                    | 1549 +-------------------
 rust/driver/snowflake/Cargo.toml                   |    2 +-
 14 files changed, 1279 insertions(+), 1548 deletions(-)

Reply via email to