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


 discard 53499769 chore: Bump modernc.org/sqlite from 1.29.6 to 1.38.2
     add 4c418e4d refactor(arrow): rename Record to RecordBatch and add 
deprecated alias (#466)
     add 08c30377 refactor(arrow): migrate leaf packages to use RecordBatch 
(#473)
     add a661aa47 refactor(arrow): third increment of the Record -> RecordBatch 
migration (#478)
     add 91fd9cfc chore: Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 
2.4.0 (#480)
     add a9704994 ci(parquet/pqarrow): integration tests for reading shredded 
variants (#455)
     add a8542303 chore: Bump google.golang.org/grpc from 1.74.2 to 1.75.0 
(#483)
     add cdf81349 chore: Bump modernc.org/sqlite from 1.29.6 to 1.38.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   (53499769)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/modernc.org/sqlite-1.38.2 (cdf81349)

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:
 .golangci.yaml                        |   4 +
 arrow-testing                         |   2 +-
 arrow/array/compare.go                |   4 +-
 arrow/array/record.go                 |   2 +-
 arrow/array/table.go                  |  14 +-
 arrow/array/util.go                   |   8 +-
 arrow/arrio/arrio.go                  |   6 +-
 arrow/arrio/arrio_test.go             |   4 +-
 arrow/avro/reader.go                  |  14 +-
 arrow/cdata/cdata.go                  |   8 +-
 arrow/cdata/cdata_test.go             |   4 +-
 arrow/cdata/exports.go                |   2 +-
 arrow/cdata/interface.go              |   8 +-
 arrow/cdata/test/test_cimport.go      |   2 +-
 arrow/compute/datum.go                |   8 +-
 arrow/compute/fieldref.go             |   8 +-
 arrow/compute/selection.go            |   2 +-
 arrow/csv/reader.go                   |   8 +-
 arrow/csv/reader_test.go              |   4 +-
 arrow/csv/writer.go                   |   6 +-
 arrow/example_table_creation_test.go  |   2 +-
 arrow/example_test.go                 |   4 +-
 arrow/examples/table_creation/main.go |   2 +-
 arrow/extensions/bool8_test.go        |   2 +-
 arrow/extensions/json_test.go         |   2 +-
 arrow/extensions/opaque_test.go       |   2 +-
 arrow/extensions/uuid_test.go         |   2 +-
 arrow/extensions/variant.go           | 157 +++++++++++-----
 arrow/extensions/variant_test.go      |  24 +--
 arrow/internal/arrdata/arrdata.go     |  74 ++++----
 arrow/internal/arrdata/ioutil.go      |  14 +-
 arrow/internal/arrjson/arrjson.go     |   8 +-
 arrow/internal/arrjson/reader.go      |   6 +-
 arrow/internal/arrjson/writer.go      |   2 +-
 arrow/internal/dictutils/dict.go      |   4 +-
 arrow/record.go                       |  19 +-
 arrow/util/byte_size.go               |   6 +-
 arrow/util/protobuf_reflect.go        |   4 +-
 go.mod                                |   6 +-
 go.sum                                |  32 ++--
 parquet-testing                       |   2 +-
 parquet/pqarrow/encode_arrow.go       |   2 +-
 parquet/pqarrow/schema.go             |  20 ++-
 parquet/pqarrow/schema_test.go        |   4 +-
 parquet/pqarrow/variant_test.go       | 326 ++++++++++++++++++++++++++++++++++
 parquet/schema/logical_types.go       |   3 +-
 parquet/variant/builder.go            |  16 +-
 parquet/variant/builder_test.go       |   4 +-
 parquet/variant/variant.go            |   5 +-
 parquet/variant/variant_test.go       |   4 +-
 50 files changed, 633 insertions(+), 243 deletions(-)
 create mode 100644 parquet/pqarrow/variant_test.go

Reply via email to