This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/go_modules/github.com/google/flatbuffers-25.9.23incompatible
in repository https://gitbox.apache.org/repos/asf/arrow-go.git
omit 401cb645 chore: Bump github.com/google/flatbuffers
add fff99b3c fix(parquet/pqarrow): unsupported dictionary types in pqarrow
(#520)
add 5897dbd4 chore(parquet/metadata): use constant time compare for
signature verify (#528)
add ca9c9305 build(deps): update substrait to v7 (#526)
add 5417ef06 fix(parquet): fix adaptive bloom filter duplicate hash
counting, comparison logic, and GC safety (#527)
add 5d38fe93 chore: Bump google.golang.org/protobuf from 1.36.9 to 1.36.10
(#530)
add 2d57b2ea chore: Bump github.com/google/flatbuffers
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 (401cb645)
\
N -- N -- N
refs/heads/dependabot/go_modules/github.com/google/flatbuffers-25.9.23incompatible
(2d57b2ea)
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/compute/exprs/builders.go | 6 +-
arrow/compute/exprs/builders_test.go | 2 +-
arrow/compute/exprs/exec.go | 6 +-
arrow/compute/exprs/exec_test.go | 4 +-
arrow/compute/exprs/field_refs.go | 2 +-
arrow/compute/exprs/types.go | 38 ++---
go.mod | 8 +-
go.sum | 16 +-
parquet/internal/encoding/byte_array_encoder.go | 5 +
.../encoding/fixed_len_byte_array_encoder.go | 5 +
parquet/internal/encoding/typed_encoder.go | 30 +++-
parquet/internal/encoding/types.go | 6 +
parquet/metadata/adaptive_bloom_filter.go | 20 +--
parquet/metadata/bloom_filter_test.go | 172 +++++++++++++++++++++
parquet/metadata/file.go | 3 +-
parquet/pqarrow/encode_arrow_test.go | 4 +
parquet/pqarrow/encode_dict_compute.go | 20 ++-
parquet/pqarrow/encode_dictionary_test.go | 59 ++++---
18 files changed, 319 insertions(+), 87 deletions(-)