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

github-bot pushed a change to branch 
dependabot/go_modules/golang.org/x/sys-0.36.0
in repository https://gitbox.apache.org/repos/asf/arrow-go.git


 discard e268104b chore: Bump golang.org/x/sys from 0.35.0 to 0.36.0
     add f0b6fd9e feat(parquet): utilize memory allocator in 
`serializedPageReader` (#485)
     add 6327af61 chore: Bump actions/setup-python from 5.6.0 to 6.0.0 (#501)
     add 37957d80 chore: Bump actions/github-script from 7.0.1 to 8.0.0 (#502)
     add 9bfcd572 chore: Automate GitHub Releases creation and site redirect 
(#497)
     add d6e0850d chore: Bump actions/setup-go from 5 to 6 (#500)
     add 482899ca chore: Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 
(#488)
     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 bf032ebf chore: Bump golang.org/x/sys from 0.35.0 to 0.36.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   (e268104b)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/golang.org/x/sys-0.36.0 (bf032ebf)

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/benchmark.yml                    |   4 +-
 .github/workflows/comment_bot.yml                  |   2 +-
 .github/workflows/lint.yml                         |   6 +-
 .github/workflows/rc.yml                           |   2 +-
 .github/workflows/release.yml                      | 101 +++++++++++++++++++
 .github/workflows/test.yml                         |  27 ++---
 .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                                             |   4 +-
 go.sum                                             |   8 +-
 parquet/file/column_reader.go                      |  93 ++++++++++++-----
 parquet/file/column_reader_types.gen.go            | 110 ++++++++++++++++++---
 parquet/file/column_reader_types.gen.go.tmpl       |  31 +++++-
 parquet/file/column_writer_test.go                 |  30 ++++++
 parquet/file/file_reader_test.go                   |  17 +++-
 parquet/file/file_writer_test.go                   |   1 +
 parquet/file/page_reader.go                        |  62 +++++++-----
 parquet/file/record_reader.go                      |   1 +
 parquet/internal/encoding/physical_types.tmpldata  |  24 +++--
 parquet/internal/testutils/pagebuilder.go          |   4 +
 parquet/internal/testutils/primitive_typed.go      |  39 +++++++-
 parquet/pqarrow/encode_dictionary_test.go          |   1 +
 28 files changed, 535 insertions(+), 117 deletions(-)
 create mode 100644 .github/workflows/release.yml

Reply via email to