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

zeroshade pushed a change to branch fixup-metadata-getobjects-snowflake
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


    omit 50b302ebc fix handling for binary
    omit 9674fd724 updates from feedback
    omit e6e627890 remove unused func
    omit f20c5c105 fix go unit tests
    omit 2ccff8090 use create or replace
    omit 7d17a682a fix get object tables
    omit 158a782e7 reduce duplication
    omit f120cbf97 add catalog for test
    omit 945884880 fix lint and flakey test
    omit 6dcd3381e updates to make tests work
    omit 55a5c76c1 trim whitespace
    omit b3898ae64 feat(go/adbc/driver/snowflake): improve GetObjects 
performance and semantics
     add 2087d5000 chore(c/vendor): Update nanoarrow to 0.6.0 (#2220)
     add c8e769187 chore(go/adbc): bump google.golang.org/api from 0.199.0 to 
0.200.0 in /go/adbc (#2255)
     add 036663205 feat(c): Implement ingestion and testing for float16, 
string_view, and binary_view (#2234)
     new 8f0b7935e feat(go/adbc/driver/snowflake): improve GetObjects 
performance and semantics
     new 39e1ed273 trim whitespace
     new 9acf8a8ab updates to make tests work
     new 71dd6bc15 fix lint and flakey test
     new 8d581d542 add catalog for test
     new 1ad0c098b reduce duplication
     new 78829a88d fix get object tables
     new d276045a9 use create or replace
     new a17cd9066 fix go unit tests
     new a5a18a4dc remove unused func
     new 43ceb381e updates from feedback
     new 73a7fbf12 fix handling for binary
     new e26883f97 handle updated tests

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   (50b302ebc)
            \
             N -- N -- N   refs/heads/fixup-metadata-getobjects-snowflake 
(e26883f97)

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.

The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 c/driver/postgresql/copy/writer.h            |  10 +-
 c/driver/postgresql/postgres_type.h          |   4 +
 c/driver/postgresql/postgresql_test.cc       |  18 +-
 c/driver/snowflake/snowflake_test.cc         |   3 +
 c/driver/sqlite/sqlite_test.cc               |   8 +-
 c/driver/sqlite/statement_reader.c           |  11 +-
 c/driver_manager/adbc_driver_manager_test.cc |  12 +-
 c/subprojects/nanoarrow.wrap                 |  10 +-
 c/validation/adbc_validation.h               |  16 +
 c/validation/adbc_validation_statement.cc    |  50 ++
 c/validation/adbc_validation_util.cc         |  12 +-
 c/validation/adbc_validation_util.h          |   8 +
 c/vendor/nanoarrow/nanoarrow.c               | 701 ++++++++++++++++++++++-----
 c/vendor/nanoarrow/nanoarrow.h               | 600 ++++++++++++++++++++---
 c/vendor/nanoarrow/nanoarrow.hpp             |  13 +-
 c/vendor/vendor_nanoarrow.sh                 |  22 +-
 go/adbc/driver/snowflake/statement.go        |   4 +-
 go/adbc/go.mod                               |  12 +-
 go/adbc/go.sum                               |  24 +-
 19 files changed, 1304 insertions(+), 234 deletions(-)

Reply via email to