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.39.0 in repository https://gitbox.apache.org/repos/asf/arrow-go.git
discard f5ab0213 chore: Bump modernc.org/sqlite from 1.29.6 to 1.39.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 46510eee chore: Bump modernc.org/sqlite from 1.29.6 to 1.39.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 (f5ab0213) \ N -- N -- N refs/heads/dependabot/go_modules/modernc.org/sqlite-1.39.0 (46510eee) 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/bitutil/bitmap_ops.go | 23 ++++++++++++++++++++++ arrow/bitutil/bitmaps.go | 13 ++++++++++++ arrow/bitutil/bitmaps_test.go | 18 +++++++++++++++++ .../compute/internal/kernels/scalar_comparisons.go | 10 ++++++---- arrow/compute/scalar_compare_test.go | 15 ++++++++++++++ ci/docker/debian-12.dockerfile | 2 +- go.mod | 6 ++---- go.sum | 4 ++-- 12 files changed, 84 insertions(+), 28 deletions(-)