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

github-bot pushed a change to branch 
dependabot/maven/java/ch.qos.logback-logback-classic-1.4.14
in repository https://gitbox.apache.org/repos/asf/arrow.git


    omit 7b806c9fe0 MINOR: [Java] Bump ch.qos.logback:logback-classic in /java
     add 9fdcc60f52 GH-39113: [Integration][Flight][Java] Fix occasional 
failure starting Java server (#39115)
     add 8aed9fed9f MINOR: [CI] Bump actions/setup-python from 4 to 5 (#39101)
     add f266639447 MINOR: [Java] Bump dep.junit.jupiter.version from 5.9.0 to 
5.10.1 in /java (#39102)
     add ef3797d997 MINOR: [Java] Bump com.google.protobuf:protobuf-java from 
3.20.3 to 3.25.1 in /java (#39105)
     add 70ccf33bc5 GH-38705: [C++][FS][Azure] Implement CopyFile() (#39058)
     add 6e7fa6df06 MINOR: [Java] Bump joda-time:joda-time from 2.10.14 to 
2.12.5 in /java (#39104)
     add 307fbc5113 MINOR: [Java] Bump com.google.guava:guava-bom from 31.1-jre 
to 32.1.3-jre in /java (#39106)
     add f2a494ee7b MINOR: [JS] Bump @typescript-eslint/eslint-plugin from 
5.59.9 to 5.62.0 in /js (#39107)
     add cd952873e2 MINOR: [JS] Bump @types/pad-left from 2.1.1 to 2.1.3 in /js 
(#39109)
     add c7e621ec58 MINOR: [JS] Bump glob from 10.2.7 to 10.3.10 in /js (#39110)
     add fe83387f55 GH-39116: [Go] Fix CI Staticcheck (#39117)
     add f7286a9530 GH-38884: [C++] DatasetWriter release 
rows_in_flight_throttle when allocate writing failed (#38885)
     add 6e61c5e216 GH-39096: [Python] Release GIL in `.nbytes` (#39097)
     add 1b634e7d27 GH-37061: [Docs][Format] Clarify semantics of GetSchema in 
FSQL (#38549)
     add f2fb8fffae GH-38928: [R] Fix spelling (#38929)
     add 081b4022fe MINOR: [Java] Bump ch.qos.logback:logback-classic from 
1.2.3 to 1.2.13 in /java (#39085)
     add 3c7800e996 MINOR: [Java] Bump ch.qos.logback:logback-classic in /java

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   (7b806c9fe0)
            \
             N -- N -- N   
refs/heads/dependabot/maven/java/ch.qos.logback-logback-classic-1.4.14 
(3c7800e996)

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/archery.yml                   |  2 +-
 .github/workflows/comment_bot.yml               |  2 +-
 .github/workflows/cpp.yml                       |  4 +-
 .github/workflows/dev.yml                       |  4 +-
 .github/workflows/docs.yml                      |  2 +-
 .github/workflows/docs_light.yml                |  2 +-
 .github/workflows/go.yml                        |  6 +-
 .github/workflows/integration.yml               |  2 +-
 .github/workflows/java.yml                      |  2 +-
 .github/workflows/java_jni.yml                  |  4 +-
 .github/workflows/java_nightly.yml              |  2 +-
 .github/workflows/js.yml                        |  2 +-
 .github/workflows/pr_bot.yml                    |  2 +-
 .github/workflows/python.yml                    |  4 +-
 .github/workflows/r.yml                         |  4 +-
 .github/workflows/r_nightly.yml                 |  2 +-
 .github/workflows/ruby.yml                      |  2 +-
 cpp/src/arrow/dataset/dataset_writer.cc         | 15 ++++-
 cpp/src/arrow/dataset/dataset_writer_test.cc    | 31 ++++++++-
 cpp/src/arrow/filesystem/azurefs.cc             | 39 +++++++++--
 cpp/src/arrow/filesystem/azurefs_test.cc        | 45 +++++++++++++
 dev/archery/archery/integration/tester_java.py  |  2 +
 docs/source/format/FlightSql.rst                | 21 ++++++
 format/FlightSql.proto                          | 10 ++-
 go/arrow/array/data.go                          |  6 +-
 java/flight/flight-sql-jdbc-driver/pom.xml      |  2 +-
 java/gandiva/pom.xml                            |  2 +-
 java/pom.xml                                    |  4 +-
 js/package.json                                 |  4 +-
 js/yarn.lock                                    | 86 +++++++++----------------
 python/pyarrow/array.pxi                        |  5 +-
 python/pyarrow/table.pxi                        | 15 +++--
 r/NEWS.md                                       | 10 +--
 r/R/arrow-object.R                              |  2 +-
 r/R/arrow-package.R                             |  2 +-
 r/R/compression.R                               |  2 +-
 r/R/config.R                                    |  2 +-
 r/R/csv.R                                       |  2 +-
 r/R/dataset.R                                   |  2 +-
 r/R/dplyr-count.R                               |  2 +-
 r/R/dplyr-filter.R                              | 10 +--
 r/R/dplyr-funcs-augmented.R                     |  2 +-
 r/R/dplyr-funcs-conditional.R                   |  2 +-
 r/R/dplyr-funcs-datetime.R                      |  4 +-
 r/R/dplyr-funcs-string.R                        |  2 +-
 r/R/dplyr-funcs-type.R                          |  4 +-
 r/R/duckdb.R                                    |  2 +-
 r/R/extension.R                                 |  6 +-
 r/R/feather.R                                   |  4 +-
 r/R/filesystem.R                                |  2 +-
 r/R/parquet.R                                   |  2 +-
 r/R/udf.R                                       |  2 +-
 r/configure                                     |  2 +-
 r/man/ExtensionType.Rd                          |  2 +-
 r/man/FileSystem.Rd                             |  2 +-
 r/man/add_filename.Rd                           |  2 +-
 r/man/codec_is_available.Rd                     |  2 +-
 r/man/io_thread_count.Rd                        |  2 +-
 r/man/new_extension_type.Rd                     |  2 +-
 r/man/open_dataset.Rd                           |  2 +-
 r/man/read_delim_arrow.Rd                       |  2 +-
 r/man/write_feather.Rd                          |  2 +-
 r/man/write_parquet.Rd                          |  2 +-
 r/src/altrep.cpp                                |  2 +-
 r/src/safe-call-into-r.h                        |  6 +-
 r/tests/testthat/helper-arrow.R                 |  2 +-
 r/tests/testthat/helper-skip.R                  |  4 +-
 r/tests/testthat/test-Array.R                   |  6 +-
 r/tests/testthat/test-backwards-compatibility.R |  2 +-
 r/tests/testthat/test-dataset-write.R           |  4 +-
 r/tests/testthat/test-dplyr-funcs-datetime.R    | 12 ++--
 r/tests/testthat/test-dplyr-summarize.R         |  6 +-
 r/tests/testthat/test-extension.R               |  4 +-
 r/tools/nixlibs.R                               |  4 +-
 r/tools/update-checksums.R                      |  2 +-
 r/vignettes/arrow.Rmd                           |  2 +-
 r/vignettes/data_objects.Rmd                    |  2 +-
 r/vignettes/data_types.Rmd                      |  2 +-
 r/vignettes/data_wrangling.Rmd                  |  2 +-
 r/vignettes/developers/setup.Rmd                |  6 +-
 r/vignettes/fs.Rmd                              |  4 +-
 r/vignettes/install.Rmd                         |  6 +-
 r/vignettes/read_write.Rmd                      |  2 +-
 83 files changed, 310 insertions(+), 193 deletions(-)

Reply via email to