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

zeroshade pushed a change to branch 
dependabot/go_modules/golang.org/x/sync-0.17.0
in repository https://gitbox.apache.org/repos/asf/arrow-go.git


    from 2cc8fd5f remove tests of 1.23
     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 d2d2ac58 Merge branch 'main' into 
dependabot/go_modules/golang.org/x/sync-0.17.0

No new revisions were added by this update.

Summary of changes:
 .env                                              |   1 +
 .github/workflows/benchmark.yml                   |   4 +-
 .github/workflows/comment_bot.yml                 |   2 +-
 .github/workflows/lint.yml                        |   4 +-
 .github/workflows/rc.yml                          |   2 +-
 .github/workflows/release.yml                     | 101 ++++++++++++++++++++
 .github/workflows/test.yml                        |  12 +--
 go.mod                                            |   2 +-
 go.sum                                            |   4 +-
 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 +
 21 files changed, 453 insertions(+), 92 deletions(-)
 create mode 100644 .github/workflows/release.yml

Reply via email to