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.33.1
in repository https://gitbox.apache.org/repos/asf/arrow-go.git
discard 1b191b3 Bump modernc.org/sqlite from 1.29.6 to 1.33.1
add 98559bb MINOR: Bump CI test timeouts (#128)
add c6d372a GH-21: Add release CI (#122)
add 3e01c55 GH-3: Update license information (#130)
add 12482ca GH-131: Don't use self-hosted arm runner on forks (#132)
add 14844ae GH-17: Add integration test CI (#129)
add 6166f84 GH-134: Add Validity functions (#135)
add 0b8c538 GH-140: Drop support for macOS 12 (#141)
add a53e46f Bump modernc.org/sqlite from 1.29.6 to 1.33.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 (1b191b3)
\
N -- N -- N
refs/heads/dependabot/go_modules/modernc.org/sqlite-1.33.1 (a53e46f)
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/lint.yml | 13 +-
.github/workflows/rc.yml | 135 +
.github/workflows/test.yml | 101 +-
.gitignore | 2 +
.pre-commit-config.yaml | 2 +-
LICENSE.txt | 1555 -
arrow/array/struct.go | 34 +
arrow/compute/exprs/types.go | 30 +-
arrow/compute/internal/kernels/Makefile | 5 +-
.../kernels/_lib/scalar_comparison_avx2_amd64.s | 24432 ++++++++-------
.../kernels/_lib/scalar_comparison_sse4_amd64.s | 30623 ++++++++++---------
.../kernels/scalar_comparison_avx2_amd64.s | 25592 ++++++++--------
.../kernels/scalar_comparison_sse4_amd64.s | 29722 +++++++++---------
.../compute/internal/kernels/scalar_comparisons.go | 46 +
arrow/compute/scalar_compare.go | 47 +
arrow/compute/scalar_compare_test.go | 90 +
arrow/doc.go | 2 +-
arrow/flight/client.go | 2 +-
arrow/flight/example_flight_server_test.go | 2 +-
arrow/flight/flight_test.go | 2 +-
arrow/flight/flightsql/driver/driver.go | 2 +-
arrow/flight/server_example_test.go | 2 +-
arrow/util/protobuf_reflect.go | 6 +-
arrow/util/protobuf_reflect_test.go | 7 +-
ci/scripts/build.sh | 4 +-
dev/release/README.md | 116 +
dev/release/release.sh | 83 +
dev/release/release_rc.sh | 142 +
dev/release/verify_rc.sh | 229 +
go.mod | 25 +-
go.sum | 30 +-
31 files changed, 59165 insertions(+), 53918 deletions(-)
create mode 100644 .github/workflows/rc.yml
create mode 100644 dev/release/README.md
create mode 100755 dev/release/release.sh
create mode 100755 dev/release/release_rc.sh
create mode 100755 dev/release/verify_rc.sh