You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2022/10/26 08:26:58 UTC

[arrow] branch master updated (abb48d9cd6 -> 7f6c5aeb53)

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

kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


    from abb48d9cd6 ARROW-18158: [CI] Use default Python version when installing conda cpp environment to fix conda builds (#14500)
     add 9beb93040f MINOR: [Release] Update versions for 11.0.0-SNAPSHOT
     add ec454aedf5 MINOR: [Release] Update .deb package names for 11.0.0
     add 7f6c5aeb53 MINOR: [Release] Update .deb/.rpm changelogs for 10.0.0

No new revisions were added by this update.

Summary of changes:
 c_glib/meson.build                                 |   2 +-
 ci/scripts/PKGBUILD                                |   2 +-
 cpp/CMakeLists.txt                                 |   2 +-
 cpp/vcpkg.json                                     |   2 +-
 csharp/Directory.Build.props                       |   2 +-
 dev/release/rat_exclude_files.txt                  |  32 +++---
 dev/tasks/homebrew-formulae/apache-arrow-glib.rb   |   2 +-
 dev/tasks/homebrew-formulae/apache-arrow.rb        |   2 +-
 .../homebrew-formulae/autobrew/apache-arrow.rb     |   2 +-
 .../apache-arrow-apt-source/debian/changelog       |   6 ++
 .../yum/apache-arrow-release.spec.in               |   3 +
 .../linux-packages/apache-arrow/debian/changelog   |   6 ++
 .../linux-packages/apache-arrow/debian/control.in  | 114 ++++++++++-----------
 ...1000.install => libarrow-cuda-glib1100.install} |   0
 ...-cuda1000.install => libarrow-cuda1100.install} |   0
 ...0.install => libarrow-dataset-glib1100.install} |   0
 ...et1000.install => libarrow-dataset1100.install} |   0
 ...00.install => libarrow-flight-glib1100.install} |   0
 ...nstall => libarrow-flight-sql-glib1100.install} |   0
 ...000.install => libarrow-flight-sql1100.install} |   0
 ...ght1000.install => libarrow-flight1100.install} |   0
 ...-glib1000.install => libarrow-glib1100.install} |   0
 .../{libarrow1000.install => libarrow1100.install} |   0
 ...lib1000.install => libgandiva-glib1100.install} |   0
 ...bgandiva1000.install => libgandiva1100.install} |   0
 ...lib1000.install => libparquet-glib1100.install} |   0
 ...bparquet1000.install => libparquet1100.install} |   0
 ...glib1000.install => libplasma-glib1100.install} |   0
 ...libplasma1000.install => libplasma1100.install} |   0
 .../linux-packages/apache-arrow/yum/arrow.spec.in  |   3 +
 dev/tasks/tasks.yml                                |  64 ++++++------
 docs/source/_static/versions.json                  |   8 +-
 go/arrow/_examples/helloworld/main.go              |   6 +-
 go/arrow/array.go                                  |   2 +-
 go/arrow/array/array.go                            |   6 +-
 go/arrow/array/array_test.go                       |  10 +-
 go/arrow/array/binary.go                           |   2 +-
 go/arrow/array/binary_test.go                      |   6 +-
 go/arrow/array/binarybuilder.go                    |   6 +-
 go/arrow/array/binarybuilder_test.go               |   6 +-
 go/arrow/array/boolean.go                          |   6 +-
 go/arrow/array/boolean_test.go                     |   4 +-
 go/arrow/array/booleanbuilder.go                   |   8 +-
 go/arrow/array/booleanbuilder_test.go              |   6 +-
 go/arrow/array/bufferbuilder.go                    |   6 +-
 go/arrow/array/bufferbuilder_byte.go               |   2 +-
 go/arrow/array/bufferbuilder_numeric.gen.go        |   6 +-
 go/arrow/array/bufferbuilder_numeric.gen.go.tmpl   |   6 +-
 go/arrow/array/bufferbuilder_numeric_test.go       |   4 +-
 go/arrow/array/builder.go                          |   6 +-
 go/arrow/array/builder_test.go                     |   4 +-
 go/arrow/array/compare.go                          |   4 +-
 go/arrow/array/compare_test.go                     |  10 +-
 go/arrow/array/concat.go                           |  12 +--
 go/arrow/array/concat_test.go                      |  10 +-
 go/arrow/array/data.go                             |   6 +-
 go/arrow/array/data_test.go                        |   4 +-
 go/arrow/array/decimal128.go                       |  10 +-
 go/arrow/array/decimal128_test.go                  |   8 +-
 go/arrow/array/decimal256.go                       |  10 +-
 go/arrow/array/decimal256_test.go                  |   8 +-
 go/arrow/array/decimal_test.go                     |  12 +--
 go/arrow/array/dictionary.go                       |  16 +--
 go/arrow/array/dictionary_test.go                  |  12 +--
 go/arrow/array/extension.go                        |   4 +-
 go/arrow/array/extension_test.go                   |   8 +-
 go/arrow/array/fixed_size_list.go                  |   8 +-
 go/arrow/array/fixed_size_list_test.go             |   6 +-
 go/arrow/array/fixedsize_binary.go                 |   2 +-
 go/arrow/array/fixedsize_binary_test.go            |   6 +-
 go/arrow/array/fixedsize_binarybuilder.go          |   6 +-
 go/arrow/array/fixedsize_binarybuilder_test.go     |   4 +-
 go/arrow/array/float16.go                          |   4 +-
 go/arrow/array/float16_builder.go                  |  10 +-
 go/arrow/array/float16_builder_test.go             |   6 +-
 go/arrow/array/interval.go                         |   8 +-
 go/arrow/array/interval_test.go                    |   6 +-
 go/arrow/array/json_reader.go                      |   6 +-
 go/arrow/array/json_reader_test.go                 |   6 +-
 go/arrow/array/list.go                             |   8 +-
 go/arrow/array/list_test.go                        |   6 +-
 go/arrow/array/map.go                              |   4 +-
 go/arrow/array/map_test.go                         |   6 +-
 go/arrow/array/null.go                             |   6 +-
 go/arrow/array/null_test.go                        |   6 +-
 go/arrow/array/numeric.gen.go                      |   2 +-
 go/arrow/array/numeric.gen.go.tmpl                 |   2 +-
 go/arrow/array/numeric_test.go                     |   6 +-
 go/arrow/array/numericbuilder.gen.go               |   8 +-
 go/arrow/array/numericbuilder.gen.go.tmpl          |   8 +-
 go/arrow/array/numericbuilder.gen_test.go          |   6 +-
 go/arrow/array/numericbuilder.gen_test.go.tmpl     |   6 +-
 go/arrow/array/record.go                           |   6 +-
 go/arrow/array/record_test.go                      |   6 +-
 go/arrow/array/string.go                           |   4 +-
 go/arrow/array/string_test.go                      |   8 +-
 go/arrow/array/struct.go                           |   8 +-
 go/arrow/array/struct_test.go                      |   6 +-
 go/arrow/array/table.go                            |   4 +-
 go/arrow/array/table_test.go                       |   6 +-
 go/arrow/array/union.go                            |  10 +-
 go/arrow/array/union_test.go                       |   6 +-
 go/arrow/array/util.go                             |   8 +-
 go/arrow/array/util_test.go                        |  10 +-
 go/arrow/arrio/arrio.go                            |   2 +-
 go/arrow/arrio/arrio_test.go                       |  10 +-
 go/arrow/bitutil/bitmaps.go                        |   6 +-
 go/arrow/bitutil/bitmaps_test.go                   |   4 +-
 go/arrow/bitutil/bitutil.go                        |   2 +-
 go/arrow/bitutil/bitutil_test.go                   |   4 +-
 go/arrow/cdata/cdata.go                            |   8 +-
 go/arrow/cdata/cdata_exports.go                    |   8 +-
 go/arrow/cdata/cdata_test.go                       |  10 +-
 go/arrow/cdata/cdata_test_framework.go             |   4 +-
 go/arrow/cdata/exports.go                          |   4 +-
 go/arrow/cdata/interface.go                        |   8 +-
 go/arrow/cdata/test/test_cimport.go                |   8 +-
 go/arrow/compute/arithmetic.go                     |   6 +-
 go/arrow/compute/arithmetic_test.go                |  18 ++--
 go/arrow/compute/cast.go                           |  10 +-
 go/arrow/compute/cast_test.go                      |  20 ++--
 go/arrow/compute/datum.go                          |   6 +-
 go/arrow/compute/exec.go                           |   6 +-
 go/arrow/compute/exec_internals_test.go            |  14 +--
 go/arrow/compute/exec_test.go                      |  12 +--
 go/arrow/compute/executor.go                       |  16 +--
 go/arrow/compute/expression.go                     |  16 +--
 go/arrow/compute/expression_test.go                |  10 +-
 go/arrow/compute/fieldref.go                       |   4 +-
 go/arrow/compute/fieldref_test.go                  |   8 +-
 go/arrow/compute/functions.go                      |   4 +-
 go/arrow/compute/functions_test.go                 |   4 +-
 go/arrow/compute/go.mod                            |   4 +-
 go/arrow/compute/internal/exec/kernel.go           |   8 +-
 go/arrow/compute/internal/exec/kernel_test.go      |  12 +--
 go/arrow/compute/internal/exec/span.go             |  10 +-
 go/arrow/compute/internal/exec/span_test.go        |  16 +--
 go/arrow/compute/internal/exec/utils.go            |  12 +--
 go/arrow/compute/internal/exec/utils_test.go       |   8 +-
 .../compute/internal/kernels/base_arithmetic.go    |  10 +-
 .../internal/kernels/base_arithmetic_amd64.go      |   2 +-
 .../internal/kernels/base_arithmetic_avx2_amd64.go |   2 +-
 .../internal/kernels/base_arithmetic_sse4_amd64.go |   2 +-
 .../internal/kernels/basic_arithmetic_noasm.go     |   2 +-
 go/arrow/compute/internal/kernels/boolean_cast.go  |   6 +-
 go/arrow/compute/internal/kernels/cast.go          |   6 +-
 go/arrow/compute/internal/kernels/cast_numeric.go  |   2 +-
 .../internal/kernels/cast_numeric_avx2_amd64.go    |   2 +-
 .../internal/kernels/cast_numeric_neon_arm64.go    |   2 +-
 .../internal/kernels/cast_numeric_sse4_amd64.go    |   2 +-
 go/arrow/compute/internal/kernels/cast_temporal.go |   8 +-
 go/arrow/compute/internal/kernels/helpers.go       |  14 +--
 go/arrow/compute/internal/kernels/numeric_cast.go  |  14 +--
 .../compute/internal/kernels/scalar_arithmetic.go  |   8 +-
 .../compute/internal/kernels/scalar_boolean.go     |   6 +-
 go/arrow/compute/internal/kernels/string_casts.go  |  12 +--
 go/arrow/compute/internal/kernels/types.go         |   8 +-
 .../compute/internal/kernels/vector_selection.go   |  14 +--
 go/arrow/compute/no_exec.go                        |   4 +-
 go/arrow/compute/registry.go                       |   2 +-
 go/arrow/compute/registry_test.go                  |   6 +-
 go/arrow/compute/scalar_bool.go                    |   6 +-
 go/arrow/compute/scalar_bool_test.go               |  10 +-
 go/arrow/compute/selection.go                      |   8 +-
 go/arrow/compute/utils.go                          |  12 +--
 go/arrow/compute/vector_selection_test.go          |  18 ++--
 go/arrow/csv/common.go                             |   4 +-
 go/arrow/csv/reader.go                             |   8 +-
 go/arrow/csv/reader_test.go                        |   8 +-
 go/arrow/csv/writer.go                             |   4 +-
 go/arrow/csv/writer_test.go                        |  12 +--
 go/arrow/datatype.go                               |   2 +-
 go/arrow/datatype_binary_test.go                   |   2 +-
 go/arrow/datatype_extension_test.go                |   4 +-
 go/arrow/datatype_fixedwidth_test.go               |   2 +-
 go/arrow/datatype_nested.go                        |   2 +-
 go/arrow/datatype_null_test.go                     |   2 +-
 go/arrow/decimal128/decimal128.go                  |   2 +-
 go/arrow/decimal128/decimal128_test.go             |   2 +-
 go/arrow/decimal256/decimal256.go                  |   4 +-
 go/arrow/decimal256/decimal256_test.go             |   2 +-
 go/arrow/doc.go                                    |   2 +-
 go/arrow/endian/endian.go                          |   4 +-
 go/arrow/example_test.go                           |   8 +-
 go/arrow/flight/basic_auth_flight_test.go          |   2 +-
 go/arrow/flight/client.go                          |   2 +-
 go/arrow/flight/example_flight_server_test.go      |   2 +-
 go/arrow/flight/flight_middleware_test.go          |   4 +-
 go/arrow/flight/flight_test.go                     |  10 +-
 go/arrow/flight/flightsql/client.go                |  12 +--
 go/arrow/flight/flightsql/client_test.go           |  12 +--
 go/arrow/flight/flightsql/column_metadata.go       |   2 +-
 .../flight/flightsql/example/sql_batch_reader.go   |  10 +-
 go/arrow/flight/flightsql/example/sqlite_info.go   |   4 +-
 go/arrow/flight/flightsql/example/sqlite_server.go |  14 +--
 .../example/sqlite_tables_schema_batch_reader.go   |  12 +--
 go/arrow/flight/flightsql/example/type_info.go     |   8 +-
 .../flightsql/schema_ref/reference_schemas.go      |   2 +-
 go/arrow/flight/flightsql/server.go                |  16 +--
 go/arrow/flight/flightsql/server_test.go           |   8 +-
 go/arrow/flight/flightsql/sql_info.go              |   4 +-
 go/arrow/flight/flightsql/sqlite_server_test.go    |  16 +--
 go/arrow/flight/flightsql/types.go                 |   2 +-
 go/arrow/flight/record_batch_reader.go             |  12 +--
 go/arrow/flight/record_batch_writer.go             |   6 +-
 go/arrow/flight/server.go                          |   2 +-
 go/arrow/internal/arrdata/arrdata.go               |  14 +--
 go/arrow/internal/arrdata/ioutil.go                |  10 +-
 go/arrow/internal/arrjson/arrjson.go               |  18 ++--
 go/arrow/internal/arrjson/arrjson_test.go          |   6 +-
 go/arrow/internal/arrjson/option.go                |   4 +-
 go/arrow/internal/arrjson/reader.go                |   8 +-
 go/arrow/internal/arrjson/writer.go                |   8 +-
 go/arrow/internal/dictutils/dict.go                |   6 +-
 go/arrow/internal/dictutils/dict_test.go           |   8 +-
 .../cmd/arrow-flight-integration-client/main.go    |   2 +-
 .../cmd/arrow-flight-integration-server/main.go    |   2 +-
 go/arrow/internal/flight_integration/scenario.go   |  18 ++--
 go/arrow/internal/testing/gen/random_array_gen.go  |   8 +-
 go/arrow/internal/testing/tools/bits_test.go       |   2 +-
 go/arrow/internal/testing/types/extension_types.go |   4 +-
 go/arrow/internal/utils.go                         |   4 +-
 go/arrow/ipc/cmd/arrow-cat/main.go                 |   4 +-
 go/arrow/ipc/cmd/arrow-cat/main_test.go            |   8 +-
 go/arrow/ipc/cmd/arrow-file-to-stream/main.go      |   6 +-
 go/arrow/ipc/cmd/arrow-file-to-stream/main_test.go |   4 +-
 .../ipc/cmd/arrow-json-integration-test/main.go    |  12 +--
 .../cmd/arrow-json-integration-test/main_test.go   |   4 +-
 go/arrow/ipc/cmd/arrow-ls/main.go                  |   4 +-
 go/arrow/ipc/cmd/arrow-ls/main_test.go             |   8 +-
 go/arrow/ipc/cmd/arrow-stream-to-file/main.go      |   6 +-
 go/arrow/ipc/cmd/arrow-stream-to-file/main_test.go |   4 +-
 go/arrow/ipc/compression.go                        |   4 +-
 go/arrow/ipc/endian_swap.go                        |   6 +-
 go/arrow/ipc/endian_swap_test.go                   |  10 +-
 go/arrow/ipc/file_reader.go                        |  16 +--
 go/arrow/ipc/file_test.go                          |   6 +-
 go/arrow/ipc/file_writer.go                        |  10 +-
 go/arrow/ipc/ipc.go                                |   8 +-
 go/arrow/ipc/ipc_test.go                           |   8 +-
 go/arrow/ipc/message.go                            |   6 +-
 go/arrow/ipc/message_test.go                       |   6 +-
 go/arrow/ipc/metadata.go                           |  10 +-
 go/arrow/ipc/metadata_test.go                      |  12 +--
 go/arrow/ipc/reader.go                             |  14 +--
 go/arrow/ipc/reader_test.go                        |   6 +-
 go/arrow/ipc/stream_test.go                        |   6 +-
 go/arrow/ipc/writer.go                             |  16 +--
 go/arrow/ipc/writer_test.go                        |   8 +-
 go/arrow/math/float64.go                           |   2 +-
 go/arrow/math/float64_avx2_amd64.go                |   2 +-
 go/arrow/math/float64_neon_arm64.go                |   2 +-
 go/arrow/math/float64_sse4_amd64.go                |   2 +-
 go/arrow/math/float64_test.go                      |   6 +-
 go/arrow/math/int64.go                             |   2 +-
 go/arrow/math/int64_avx2_amd64.go                  |   2 +-
 go/arrow/math/int64_neon_arm64.go                  |   2 +-
 go/arrow/math/int64_sse4_amd64.go                  |   2 +-
 go/arrow/math/int64_test.go                        |   6 +-
 go/arrow/math/type.go.tmpl                         |   2 +-
 go/arrow/math/type_simd_amd64.go.tmpl              |   2 +-
 go/arrow/math/type_simd_arm64.go.tmpl              |   2 +-
 go/arrow/math/type_test.go.tmpl                    |   6 +-
 go/arrow/math/uint64.go                            |   2 +-
 go/arrow/math/uint64_avx2_amd64.go                 |   2 +-
 go/arrow/math/uint64_neon_arm64.go                 |   2 +-
 go/arrow/math/uint64_sse4_amd64.go                 |   2 +-
 go/arrow/math/uint64_test.go                       |   6 +-
 go/arrow/memory/buffer.go                          |   2 +-
 go/arrow/memory/buffer_test.go                     |   2 +-
 go/arrow/memory/cgo_allocator.go                   |   2 +-
 go/arrow/memory/memory_test.go                     |   2 +-
 go/arrow/scalar/binary.go                          |   4 +-
 go/arrow/scalar/compare.go                         |   2 +-
 go/arrow/scalar/nested.go                          |   8 +-
 go/arrow/scalar/numeric.gen.go                     |   2 +-
 go/arrow/scalar/numeric.gen_test.go                |   4 +-
 go/arrow/scalar/numeric.gen_test.go.tmpl           |   4 +-
 go/arrow/scalar/parse.go                           |  12 +--
 go/arrow/scalar/scalar.go                          |  18 ++--
 go/arrow/scalar/scalar_test.go                     |  10 +-
 go/arrow/scalar/temporal.go                        |   2 +-
 go/arrow/schema.go                                 |   2 +-
 go/arrow/schema_test.go                            |   2 +-
 go/arrow/table.go                                  |   2 +-
 go/arrow/tensor/numeric.gen.go                     |   2 +-
 go/arrow/tensor/numeric.gen.go.tmpl                |   4 +-
 go/arrow/tensor/numeric.gen_test.go                |   8 +-
 go/arrow/tensor/numeric.gen_test.go.tmpl           |   8 +-
 go/arrow/tensor/tensor.go                          |   4 +-
 go/arrow/tensor/tensor_test.go                     |   8 +-
 go/arrow/type_traits_boolean.go                    |   2 +-
 go/arrow/type_traits_decimal128.go                 |   4 +-
 go/arrow/type_traits_decimal256.go                 |   4 +-
 go/arrow/type_traits_float16.go                    |   4 +-
 go/arrow/type_traits_interval.go                   |   4 +-
 go/arrow/type_traits_numeric.gen.go                |   2 +-
 go/arrow/type_traits_numeric.gen.go.tmpl           |   2 +-
 go/arrow/type_traits_numeric.gen_test.go           |   2 +-
 go/arrow/type_traits_numeric.gen_test.go.tmpl      |   2 +-
 go/arrow/type_traits_test.go                       |   6 +-
 go/go.mod                                          |   2 +-
 go/internal/bitutils/bit_block_counter.go          |   4 +-
 go/internal/bitutils/bit_block_counter_test.go     |   6 +-
 go/internal/bitutils/bit_run_reader.go             |   6 +-
 go/internal/bitutils/bit_run_reader_test.go        |   6 +-
 go/internal/bitutils/bit_set_run_reader.go         |   4 +-
 go/internal/bitutils/bit_set_run_reader_test.go    |   6 +-
 go/internal/bitutils/bitmap_generate.go            |   2 +-
 go/internal/bitutils/bitmap_generate_test.go       |   2 +-
 go/internal/hashing/xxh3_memo_table.gen.go         |   6 +-
 go/internal/hashing/xxh3_memo_table.gen.go.tmpl    |   4 +-
 go/internal/hashing/xxh3_memo_table.go             |   2 +-
 go/internal/utils/transpose_ints_def.go            |   2 +-
 go/internal/utils/transpose_ints_test.go           |   2 +-
 go/parquet/cmd/parquet_reader/dumper.go            |   6 +-
 go/parquet/cmd/parquet_reader/main.go              |   8 +-
 go/parquet/cmd/parquet_schema/main.go              |   4 +-
 go/parquet/compress/brotli.go                      |   2 +-
 go/parquet/compress/compress.go                    |   2 +-
 go/parquet/compress/compress_test.go               |   2 +-
 go/parquet/compress/zstd.go                        |   2 +-
 go/parquet/doc.go                                  |   6 +-
 go/parquet/encryption_properties.go                |   2 +-
 go/parquet/encryption_properties_test.go           |   4 +-
 go/parquet/encryption_read_config_test.go          |   8 +-
 go/parquet/encryption_write_config_test.go         |   8 +-
 go/parquet/file/column_reader.go                   |  14 +--
 go/parquet/file/column_reader_test.go              |  12 +--
 go/parquet/file/column_reader_types.gen.go         |   6 +-
 go/parquet/file/column_reader_types.gen.go.tmpl    |   4 +-
 go/parquet/file/column_writer.go                   |  16 +--
 go/parquet/file/column_writer_test.go              |  26 ++---
 go/parquet/file/column_writer_types.gen.go         |   8 +-
 go/parquet/file/column_writer_types.gen.go.tmpl    |   8 +-
 go/parquet/file/file_reader.go                     |   8 +-
 go/parquet/file/file_reader_mmap.go                |   2 +-
 go/parquet/file/file_reader_mmap_windows.go        |   2 +-
 go/parquet/file/file_reader_test.go                |  16 +--
 go/parquet/file/file_writer.go                     |  10 +-
 go/parquet/file/file_writer_test.go                |  14 +--
 go/parquet/file/level_conversion.go                |  10 +-
 go/parquet/file/level_conversion_test.go           |   6 +-
 go/parquet/file/page_reader.go                     |  14 +--
 go/parquet/file/page_writer.go                     |  18 ++--
 go/parquet/file/record_reader.go                   |  16 +--
 go/parquet/file/row_group_reader.go                |   8 +-
 go/parquet/file/row_group_writer.go                |   8 +-
 go/parquet/file/row_group_writer_test.go           |   8 +-
 go/parquet/internal/encoding/boolean_decoder.go    |   8 +-
 go/parquet/internal/encoding/boolean_encoder.go    |   6 +-
 go/parquet/internal/encoding/byte_array_decoder.go |   4 +-
 go/parquet/internal/encoding/byte_array_encoder.go |   8 +-
 go/parquet/internal/encoding/decoder.go            |  14 +--
 go/parquet/internal/encoding/delta_bit_packing.go  |  10 +-
 go/parquet/internal/encoding/delta_byte_array.go   |   6 +-
 .../internal/encoding/delta_length_byte_array.go   |   6 +-
 go/parquet/internal/encoding/encoder.go            |  16 +--
 .../internal/encoding/encoding_benchmarks_test.go  |  16 +--
 go/parquet/internal/encoding/encoding_test.go      |  14 +--
 .../encoding/fixed_len_byte_array_decoder.go       |   4 +-
 .../encoding/fixed_len_byte_array_encoder.go       |   4 +-
 go/parquet/internal/encoding/levels.go             |  10 +-
 go/parquet/internal/encoding/levels_test.go        |  10 +-
 go/parquet/internal/encoding/memo_table.go         |  10 +-
 go/parquet/internal/encoding/memo_table_test.go    |  10 +-
 .../internal/encoding/memo_table_types.gen.go      |   4 +-
 .../internal/encoding/memo_table_types.gen.go.tmpl |   2 +-
 .../internal/encoding/plain_encoder_types.gen.go   |  10 +-
 .../encoding/plain_encoder_types.gen.go.tmpl       |   8 +-
 go/parquet/internal/encoding/typed_encoder.gen.go  |  16 +--
 .../internal/encoding/typed_encoder.gen.go.tmpl    |  14 +--
 go/parquet/internal/encoding/types.go              |   8 +-
 go/parquet/internal/encryption/aes.go              |   2 +-
 go/parquet/internal/encryption/decryptor.go        |   4 +-
 go/parquet/internal/encryption/encryptor.go        |   4 +-
 go/parquet/internal/testutils/pagebuilder.go       |  14 +--
 go/parquet/internal/testutils/primitive_typed.go   |  10 +-
 go/parquet/internal/testutils/random.go            |  14 +--
 go/parquet/internal/testutils/random_arrow.go      |   6 +-
 go/parquet/internal/testutils/utils.go             |   2 +-
 go/parquet/internal/thrift/helpers.go              |   2 +-
 go/parquet/internal/utils/bit_benchmark_test.go    |   6 +-
 go/parquet/internal/utils/bit_reader.go            |   8 +-
 go/parquet/internal/utils/bit_reader_test.go       |  10 +-
 go/parquet/internal/utils/bit_writer.go            |   2 +-
 go/parquet/internal/utils/bitmap_writer.go         |   2 +-
 go/parquet/internal/utils/bitmap_writer_test.go    |   4 +-
 go/parquet/internal/utils/rle.go                   |   8 +-
 go/parquet/internal/utils/typed_rle_dict.gen.go    |   6 +-
 .../internal/utils/typed_rle_dict.gen.go.tmpl      |   6 +-
 go/parquet/metadata/app_version.go                 |   4 +-
 go/parquet/metadata/column_chunk.go                |  14 +--
 go/parquet/metadata/file.go                        |  12 +--
 go/parquet/metadata/metadata_test.go               |   6 +-
 go/parquet/metadata/row_group.go                   |   8 +-
 go/parquet/metadata/stat_compare_test.go           |   4 +-
 go/parquet/metadata/statistics.go                  |  16 +--
 go/parquet/metadata/statistics_test.go             |  10 +-
 go/parquet/metadata/statistics_types.gen.go        |  14 +--
 go/parquet/metadata/statistics_types.gen.go.tmpl   |  12 +--
 go/parquet/pqarrow/column_readers.go               |  18 ++--
 go/parquet/pqarrow/encode_arrow.go                 |  16 +--
 go/parquet/pqarrow/encode_arrow_test.go            |  28 ++---
 go/parquet/pqarrow/file_reader.go                  |  14 +--
 go/parquet/pqarrow/file_reader_test.go             |  14 +--
 go/parquet/pqarrow/file_writer.go                  |  12 +--
 go/parquet/pqarrow/path_builder.go                 |  10 +-
 go/parquet/pqarrow/path_builder_test.go            |   6 +-
 go/parquet/pqarrow/properties.go                   |   6 +-
 go/parquet/pqarrow/reader_writer_test.go           |  12 +--
 go/parquet/pqarrow/schema.go                       |  14 +--
 go/parquet/pqarrow/schema_test.go                  |  14 +--
 go/parquet/reader_properties.go                    |   4 +-
 go/parquet/reader_writer_properties_test.go        |   6 +-
 go/parquet/schema/column.go                        |   4 +-
 go/parquet/schema/converted_types.go               |   2 +-
 go/parquet/schema/converted_types_test.go          |   2 +-
 go/parquet/schema/helpers.go                       |   2 +-
 go/parquet/schema/helpers_test.go                  |   4 +-
 go/parquet/schema/logical_types.go                 |   6 +-
 go/parquet/schema/logical_types_test.go            |   4 +-
 go/parquet/schema/node.go                          |   4 +-
 go/parquet/schema/reflection.go                    |   4 +-
 go/parquet/schema/reflection_test.go               |   4 +-
 go/parquet/schema/schema.go                        |   4 +-
 go/parquet/schema/schema_element_test.go           |   4 +-
 go/parquet/schema/schema_flatten_test.go           |   4 +-
 go/parquet/schema/schema_test.go                   |   6 +-
 go/parquet/types.go                                |   4 +-
 go/parquet/writer_properties.go                    |   6 +-
 java/adapter/avro/pom.xml                          |   2 +-
 java/adapter/jdbc/pom.xml                          |   2 +-
 java/adapter/orc/pom.xml                           |   2 +-
 java/algorithm/pom.xml                             |   2 +-
 java/c/pom.xml                                     |   2 +-
 java/compression/pom.xml                           |   2 +-
 java/dataset/pom.xml                               |   2 +-
 java/flight/flight-core/pom.xml                    |   2 +-
 java/flight/flight-grpc/pom.xml                    |   2 +-
 java/flight/flight-integration-tests/pom.xml       |   2 +-
 java/flight/flight-sql-jdbc-driver/pom.xml         |   2 +-
 java/flight/flight-sql/pom.xml                     |   2 +-
 java/flight/pom.xml                                |   2 +-
 java/format/pom.xml                                |   2 +-
 java/gandiva/pom.xml                               |   2 +-
 java/memory/memory-core/pom.xml                    |   2 +-
 java/memory/memory-netty/pom.xml                   |   2 +-
 java/memory/memory-unsafe/pom.xml                  |   2 +-
 java/memory/pom.xml                                |   2 +-
 java/performance/pom.xml                           |   4 +-
 java/plasma/pom.xml                                |   2 +-
 java/pom.xml                                       |   2 +-
 java/tools/pom.xml                                 |   2 +-
 java/vector/pom.xml                                |   2 +-
 js/package.json                                    |   2 +-
 matlab/CMakeLists.txt                              |   2 +-
 python/pyarrow/src/CMakeLists.txt                  |   2 +-
 python/setup.py                                    |   2 +-
 r/DESCRIPTION                                      |   2 +-
 r/NEWS.md                                          |   4 +-
 r/pkgdown/assets/versions.json                     |   8 +-
 ruby/red-arrow-cuda/lib/arrow-cuda/version.rb      |   2 +-
 .../red-arrow-dataset/lib/arrow-dataset/version.rb |   2 +-
 .../lib/arrow-flight-sql/version.rb                |   2 +-
 ruby/red-arrow-flight/lib/arrow-flight/version.rb  |   2 +-
 ruby/red-arrow/lib/arrow/version.rb                |   2 +-
 ruby/red-gandiva/lib/gandiva/version.rb            |   2 +-
 ruby/red-parquet/lib/parquet/version.rb            |   2 +-
 ruby/red-plasma/lib/plasma/version.rb              |   2 +-
 470 files changed, 1553 insertions(+), 1525 deletions(-)
 rename dev/tasks/linux-packages/apache-arrow/debian/{libarrow-cuda-glib1000.install => libarrow-cuda-glib1100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/debian/{libarrow-cuda1000.install => libarrow-cuda1100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/debian/{libarrow-dataset-glib1000.install => libarrow-dataset-glib1100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/debian/{libarrow-dataset1000.install => libarrow-dataset1100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/debian/{libarrow-flight-glib1000.install => libarrow-flight-glib1100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/debian/{libarrow-flight-sql-glib1000.install => libarrow-flight-sql-glib1100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/debian/{libarrow-flight-sql1000.install => libarrow-flight-sql1100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/debian/{libarrow-flight1000.install => libarrow-flight1100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/debian/{libarrow-glib1000.install => libarrow-glib1100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/debian/{libarrow1000.install => libarrow1100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/debian/{libgandiva-glib1000.install => libgandiva-glib1100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/debian/{libgandiva1000.install => libgandiva1100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/debian/{libparquet-glib1000.install => libparquet-glib1100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/debian/{libparquet1000.install => libparquet1100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/debian/{libplasma-glib1000.install => libplasma-glib1100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/debian/{libplasma1000.install => libplasma1100.install} (100%)