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


    omit 1209e66a chore: Bump modernc.org/sqlite from 1.29.6 to 1.40.1
     add 8cced717 chore: Bump actions/checkout from 5.0.0 to 5.0.1 (#577)
     add 611dbf53 chore: Bump golang.org/x/tools from 0.38.0 to 0.39.0 (#576)
     add 4b042484 [Go] [Parquet] pqarrow file-writer & row-group-writer 
tracking total & total compressed bytes (#548)
     add 5ac5d69e [Go][Parquet] Fix FixedSizeList nullable elements read as 
NULL (#585)
     add 154b3f56 [Go][Parquet] Refactor: extract visitListLike helper for 
list-like types (#586)
     add 915f9ba7 chore: Bump google.golang.org/grpc from 1.76.0 to 1.77.0 
(#580)
     add a7ce5d4d chore: Bump github.com/substrait-io/substrait-go/v7 from 
7.1.0 to 7.2.0 (#579)
     add ec3d6139 chore: Bump modernc.org/sqlite from 1.29.6 to 1.40.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   (1209e66a)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/modernc.org/sqlite-1.40.1 (ec3d6139)

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/benchmark.yml      |  2 +-
 .github/workflows/lint.yml           |  2 +-
 .github/workflows/rc.yml             |  6 +--
 .github/workflows/release.yml        |  2 +-
 .github/workflows/test.yml           | 32 +++++++--------
 go.mod                               | 18 ++++-----
 go.sum                               | 60 ++++++++++++++---------------
 parquet/file/file_writer.go          | 27 +++++++++++++
 parquet/file/file_writer_test.go     | 41 ++++++++++++++++++++
 parquet/file/row_group_writer.go     | 27 +++++++------
 parquet/pqarrow/encode_arrow_test.go | 31 +++++++++++++++
 parquet/pqarrow/file_writer.go       | 20 ++++++++++
 parquet/pqarrow/file_writer_test.go  | 75 ++++++++++++++++++++++++++++++++++++
 parquet/pqarrow/path_builder.go      | 51 ++++++++++++------------
 14 files changed, 295 insertions(+), 99 deletions(-)

Reply via email to