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.46.2
in repository https://gitbox.apache.org/repos/asf/arrow-go.git


    omit a4305e41 chore: Bump modernc.org/sqlite from 1.46.1 to 1.46.2
     add 8f0ce842 perf(parquet): optimize stats and bloom filters for bool 
columns (#715)
     add b0287d70 chore: Bump actions/download-artifact from 8.0.0 to 8.0.1 
(#718)
     add d41e0b50 fix(parquet): strip repetition_type from root SchemaElement 
during serialization (#723)
     add a1a63fe6 chore: Update CI with Go 1.25/1.26 (#725)
     add 651122d5 chore: Bump modernc.org/sqlite from 1.46.1 to 1.46.2

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   (a4305e41)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/modernc.org/sqlite-1.46.2 (651122d5)

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               |   2 +-
 .github/workflows/lint.yml                    |   2 +-
 .github/workflows/rc.yml                      |   4 +-
 .github/workflows/test.yml                    |  18 +-
 .pre-commit-config.yaml                       |   2 +-
 parquet/file/column_writer_types.gen.go       |  56 ++--
 parquet/file/column_writer_types.gen.go.tmpl  |  56 ++--
 parquet/internal/encoding/boolean_encoder.go  |  97 +++++++
 parquet/internal/encoding/encoding_test.go    | 198 ++++++++++++++
 parquet/metadata/bitmap_benchmark_test.go     |  98 +++++++
 parquet/metadata/bloom_filter.go              |  58 +++++
 parquet/metadata/bloom_filter_test.go         | 361 ++++++++++++++++++++++++++
 parquet/metadata/statistics_test.go           | 313 ++++++++++++++++++++++
 parquet/metadata/statistics_types.gen.go      |  79 +++++-
 parquet/metadata/statistics_types.gen.go.tmpl |  80 +++++-
 parquet/pqarrow/file_writer_test.go           |   4 +-
 parquet/schema/schema.go                      |   1 +
 parquet/schema/schema_flatten_test.go         |  21 +-
 19 files changed, 1386 insertions(+), 66 deletions(-)
 create mode 100644 parquet/metadata/bitmap_benchmark_test.go

Reply via email to