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

github-bot pushed a change to branch 
dependabot/go_modules/github.com/hamba/avro/v2-2.30.0
in repository https://gitbox.apache.org/repos/asf/arrow-go.git


    omit db98e7f0 chore: Bump github.com/hamba/avro/v2 from 2.29.0 to 2.30.0
     add 5ad94933 fix: use xnor for boolean equals function (#505)
     add 598fdcc3 chore: Bump golang.org/x/sync from 0.16.0 to 0.17.0 (#498)
     add 08414e0c chore: Bump golang.org/x/sys from 0.35.0 to 0.36.0 (#499)
     add 5b0cf548 chore: Bump golang.org/x/tools from 0.36.0 to 0.37.0 (#507)
     add 6191270b chore(ci): fix verify_rc finding latest go (#512)
     add d241a6ef feat: Add support for specifying `Timestamp` `ValueStr` 
output layout (#510)
     add 41441ea9 fix(arrow/cdata): Avoid calling unsafe.Slice on zero-length 
pointers (#513)
     add e5a8e151 chore: Bump google.golang.org/grpc from 1.75.0 to 1.75.1 
(#514)
     add 378b9233 fix(arrow/compute): fix scalar comparison panic (#518)
     add cb9c80ea fix(arrow/array): fix panic in dictionary builders (#517)
     add 36e1eb07 chore: Bump github.com/hamba/avro/v2 from 2.29.0 to 2.30.0

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   (db98e7f0)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/github.com/hamba/avro/v2-2.30.0 (36e1eb07)

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:
 .env                                               |  2 +-
 .github/workflows/lint.yml                         |  2 +-
 .github/workflows/test.yml                         | 15 +------
 .pre-commit-config.yaml                            |  2 +-
 arrow/array/dictionary.go                          | 16 ++++++++
 arrow/array/dictionary_test.go                     | 14 +++++++
 arrow/array/timestamp.go                           | 28 +++++++++++--
 arrow/array/timestamp_test.go                      | 47 +++++++++++++++++++++
 arrow/avro/testdata/testdata.go                    |  1 -
 arrow/bitutil/bitmap_ops.go                        | 23 +++++++++++
 arrow/bitutil/bitmaps.go                           | 13 ++++++
 arrow/bitutil/bitmaps_test.go                      | 18 ++++++++
 arrow/cdata/cdata.go                               | 20 +++++----
 arrow/cdata/cdata_fulltest.c                       | 30 +++++++++++++-
 arrow/cdata/cdata_test.go                          | 14 +++++++
 arrow/cdata/cdata_test_framework.go                |  7 ++++
 arrow/compute/exprs/exec_test.go                   | 48 ++++++++++++++++------
 .../compute/internal/kernels/scalar_comparisons.go | 12 +++---
 arrow/compute/scalar_compare_test.go               | 15 +++++++
 ci/docker/debian-12.dockerfile                     |  2 +-
 dev/release/verify_rc.sh                           |  9 ++--
 go.mod                                             | 21 +++++-----
 go.sum                                             | 34 +++++++--------
 23 files changed, 310 insertions(+), 83 deletions(-)

Reply via email to