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.0
in repository https://gitbox.apache.org/repos/asf/arrow-go.git
discard 7cc2c030 chore: Bump modernc.org/sqlite from 1.29.6 to 1.40.0
add d3f3b981 optimization: compare: avoid initializing config when it's
not needed (#563)
add 9a643a2c optimization: schema: use slices.Sort instead of sort.Slice
(#564)
add 3160eef9 doc(parquet): document arrow parquet mappings (#561)
add ad7125ac fix: Metadata.Equal comparison with keys in different order
(#571)
add caa859d5 perf(compute): optimize Take kernel for list types (#573)
add b6530355 chore: Bump golang.org/x/sync from 0.17.0 to 0.18.0 (#567)
add 6ff0bcda chore: Bump modernc.org/sqlite from 1.29.6 to 1.40.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 (7cc2c030)
\
N -- N -- N
refs/heads/dependabot/go_modules/modernc.org/sqlite-1.40.0 (6ff0bcda)
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:
arrow/compare.go | 10 +-
arrow/compute/internal/kernels/vector_selection.go | 29 ++-
arrow/compute/vector_selection_test.go | 205 ++++++++++++++++++++-
arrow/schema.go | 8 +-
arrow/schema_test.go | 12 ++
go.mod | 2 +-
go.sum | 4 +-
parquet/doc.go | 54 ++++++
8 files changed, 307 insertions(+), 17 deletions(-)