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

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


 discard ec3d6139 chore: Bump modernc.org/sqlite from 1.29.6 to 1.40.1
     add ba9cb62c feat(arrow/compute): Take kernel for Map type (#574)
     add df7539c3 chore: Bump actions/checkout from 5.0.1 to 6.0.0 (#582)
     add 6fb340ba chore: Bump actions/setup-go from 6.0.0 to 6.1.0 (#581)
     add f26f59ec fix: correctly initialize SchemaField.ColIndex (#591)
     add 57943d8e chore: Bump actions/checkout from 5.0.1 to 6.0.0 (#590)
     add 6d2d215c chore: Bump actions/setup-python from 6.0.0 to 6.1.0 (#589)
     add f0761d04 chore: Bump github.com/klauspost/compress from 1.18.1 to 
1.18.2 (#588)
     add 7e53c0aa fix(arrow/array): fix concat for out of order REE slices 
(#587)
     add 2931bade new(arrow/compute): temporal rounding methods (#572)
     add b2cd6a74 chore(arrow): Bump package version to 18.5.0 (#594)
     add 77348c93 perf(parquet): minor tweaks for iceberg write improvement 
(#595)
     add 64e07d94 fix(arrow/cdata): fix leaks identified by leak-sanitizer 
(#603)
     add 9a089b16 chore: Bump golang.org/x/sys from 0.38.0 to 0.39.0 (#600)
     add a4bf9192 chore: Bump actions/checkout from 6.0.0 to 6.0.1 (#598)
     add 622a8027 chore: Bump golang.org/x/sync from 0.18.0 to 0.19.0 (#599)
     add 09fb3941 chore: Bump modernc.org/sqlite from 1.29.6 to 1.40.1

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   (ec3d6139)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/modernc.org/sqlite-1.40.1 (09fb3941)

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/benchmark.yml                    |    6 +-
 .github/workflows/lint.yml                         |    6 +-
 .github/workflows/rc.yml                           |    6 +-
 .github/workflows/release.yml                      |    2 +-
 .github/workflows/test.yml                         |   57 +-
 arrow/array/concat.go                              |   95 +-
 arrow/array/concat_test.go                         |  123 ++
 arrow/array/encoded.go                             |   19 +-
 arrow/cdata/cdata.go                               |    1 +
 arrow/cdata/cdata_exports.go                       |   10 +-
 arrow/cdata/cdata_fulltest.c                       |    5 +
 arrow/cdata/cdata_test.go                          |   22 +-
 arrow/cdata/cdata_test_framework.go                |    9 +
 arrow/cdata/exports.go                             |   28 +-
 arrow/compute/arithmetic.go                        |   94 ++
 arrow/compute/exec/kernel.go                       |   30 +
 arrow/compute/internal/kernels/rounding.go         |  587 ++++++++
 arrow/compute/internal/kernels/vector_selection.go |   77 +
 arrow/compute/registry.go                          |    3 +-
 arrow/compute/selection.go                         |   51 +
 arrow/compute/temporal_rounding_test.go            | 1523 ++++++++++++++++++++
 arrow/compute/vector_selection_test.go             |   90 ++
 arrow/doc.go                                       |    2 +-
 arrow/memory/mallocator/mallocator.go              |    9 +-
 go.mod                                             |    6 +-
 go.sum                                             |   12 +-
 parquet/compress/zstd.go                           |   59 +-
 parquet/pqarrow/schema.go                          |   24 +-
 parquet/pqarrow/schema_test.go                     |  310 ++++
 parquet/schema/column.go                           |   11 +-
 30 files changed, 3126 insertions(+), 151 deletions(-)
 create mode 100644 arrow/compute/temporal_rounding_test.go

Reply via email to