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

lidavidm pushed a change to branch maint-16
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


    omit fc5054e59 chore: update versions for 16
    omit 4ea8465b3 chore: update CHANGELOG.md for 16
     add a9cb43176 chore: unpin some GLib/Ruby dependencies (#2428)
     add d616d7f1e chore: build BigQuery R bindings by default (#2427)
     add 94143dddb chore: fix health check for integration service (#2429)
     add c3149c074 fix(csharp/src/Drivers/BigQuery): remove details to have 
type names match ODBC (#2431)
     add 455947708 fix(csharp/src/Drivers/BigQuery): Use job reference instead 
of job id to get job to avoid interference between different locations (#2433)
     add a25628aa1 chore(csharp): bump xunit.runner.visualstudio from 3.0.0 to 
3.0.1 in /csharp (#2442)
     add 3c8a46109 chore(csharp): bump xunit from 2.9.2 to 2.9.3 in /csharp 
(#2441)
     add 6f81035d9 chore(rust): bump tokio from 1.42.0 to 1.43.0 in /rust 
(#2443)
     add 8436f3671 chore(java): bump com.google.protobuf:protobuf-java from 
4.29.2 to 4.29.3 in /java (#2440)
     add 217d00c56 chore(go/adbc): bump google.golang.org/grpc from 1.69.2 to 
1.69.4 in /go/adbc (#2435)
     add 4011c25e0 fix(csharp/src/Drivers/BigQuery): ensure BigQuery DATE type 
is Date32 Arrow type (#2446)
     add 28f2acb6a chore(go/adbc): bump google.golang.org/api from 0.214.0 to 
0.216.0 in /go/adbc (#2438)
     add ed18b8b22 chore(java): bump 
com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.1 in /java 
(#2439)
     add 4d09ef8f0 chore(go/adbc): bump google.golang.org/protobuf from 1.36.1 
to 1.36.2 in /go/adbc (#2437)
     add fba551202 fix(c/driver/postgresql): return unknown OIDs as opaque 
(#2450)
     add 35aa0c12c chore: update CHANGELOG.md for 16
     add 62b0de89f chore: update versions for 16

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   (fc5054e59)
            \
             N -- N -- N   refs/heads/maint-16 (62b0de89f)

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:
 CHANGELOG.md                                       | 20 +----------
 c/driver/postgresql/postgresql_test.cc             | 23 ++++++++++++
 c/driver/postgresql/result_helper.cc               |  9 +++--
 ci/conda_env_glib.txt                              |  7 ++--
 ci/linux-packages/debian/changelog                 |  2 +-
 ci/linux-packages/yum/apache-arrow-adbc.spec.in    |  2 +-
 ci/scripts/r_build.sh                              |  1 +
 .../BigQuery}/AssemblyInfo.cs                      |  4 +--
 csharp/src/Drivers/BigQuery/BigQueryConnection.cs  | 32 ++++++++++++-----
 csharp/src/Drivers/BigQuery/BigQueryStatement.cs   |  4 +--
 .../BigQueryTableTypes.cs}                         | 10 +++---
 csharp/src/Drivers/BigQuery/readme.md              |  2 +-
 .../Apache.Arrow.Adbc.Tests.csproj                 |  4 +--
 .../Metadata/GetObjectsParser.cs                   |  7 +++-
 .../Apache.Arrow.Adbc.Tests.Drivers.Apache.csproj  |  4 +--
 ...Apache.Arrow.Adbc.Tests.Drivers.BigQuery.csproj |  4 +--
 csharp/test/Drivers/BigQuery/BigQueryData.cs       |  4 +--
 csharp/test/Drivers/BigQuery/DriverTests.cs        | 42 +++++++++++++++++++---
 ...pache.Arrow.Adbc.Tests.Drivers.FlightSql.csproj |  4 +--
 ...row.Adbc.Tests.Drivers.Interop.FlightSql.csproj |  4 +--
 ...row.Adbc.Tests.Drivers.Interop.Snowflake.csproj |  4 +--
 docker-compose.yml                                 |  2 +-
 go/adbc/go.mod                                     | 14 ++++----
 go/adbc/go.sum                                     | 28 +++++++--------
 java/driver/flight-sql/pom.xml                     |  2 +-
 java/pom.xml                                       |  2 +-
 rust/Cargo.lock                                    |  8 ++---
 rust/driver/datafusion/Cargo.toml                  |  2 +-
 28 files changed, 151 insertions(+), 100 deletions(-)
 copy csharp/src/{Client/Properties => Drivers/BigQuery}/AssemblyInfo.cs (66%)
 copy csharp/src/Drivers/{Apache/Thrift/IPeekableTransport.cs => 
BigQuery/BigQueryTableTypes.cs} (77%)

Reply via email to