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

github-bot pushed a change to branch 
dependabot/github_actions/matlab-actions/run-tests-3.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git


    omit 1470d45985 MINOR: [CI] Bump matlab-actions/run-tests from 2.3.1 to 
3.0.0
     add 7aca68211b GH-49649: [R] R non-API calls reported on CRAN (#49653)
     add eb6108d2e2 GH-39600: [R] Add trademark attribution to pkgdown site 
footer (#49332)
     add 4d294adc3d MINOR: [CI] Bump docker/login-action from 4.0.0 to 4.1.0 
(#49664)
     add 64a2525ada MINOR: [Docs] Fix a typo in `overview.rst` (#48678)
     add da6870deba GH-49539: [C++][Parquet] Fix argument count check in 
parquet_scan (#49540)
     add 5ba5c3ca1a GH-49671: [CI][Docs] Don't run jobs for push by Dependabot 
(#49672)
     add 1f94910cdd GH-49252: [GLib] Deprecate Feather features (#49673)
     add fe298b424f GH-49628: [Python][Interchange protocol] Suppress warnings 
for pandas 4.0.0 and update docs (#49630)
     add bb4e492872 GH-49534: [R] Implement dplyr recode_values(), 
replace_values(), and replace_when() (#49536)
     add 35fb62e622 GH-49586: [C++][CI] StructToStructSubset test failure with 
libc++ 22.1.1 (#49682)
     add 8aa5ea3399 MINOR: [CI] Bump matlab-actions/run-tests from 2.3.1 to 
3.0.0

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   (1470d45985)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/matlab-actions/run-tests-3.0.0 (8aa5ea3399)

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/docs.yml                         |   7 +-
 .github/workflows/package_linux.yml                |   2 +-
 c_glib/arrow-glib/input-stream.h                   |   2 +-
 c_glib/arrow-glib/output-stream.h                  |   2 +-
 c_glib/arrow-glib/reader.h                         |  11 +-
 c_glib/arrow-glib/table.h                          |   2 +
 .../arrow/compute/kernels/scalar_cast_nested.cc    |  12 +-
 cpp/tools/parquet/parquet_scan.cc                  |   2 +-
 docs/source/developers/overview.rst                |   2 +-
 docs/source/python/interchange_protocol.rst        |  33 +--
 python/pyarrow/interchange/from_dataframe.py       |  25 --
 .../pyarrow/tests/interchange/test_conversion.py   |   4 +
 r/NAMESPACE                                        |   1 +
 r/R/arrow-package.R                                |   2 +-
 r/R/dplyr-funcs-conditional.R                      | 260 ++++++++++++++++---
 r/R/dplyr-funcs-doc.R                              |   5 +-
 r/_pkgdown.yml                                     |   4 +-
 r/man/acero.Rd                                     |   7 +-
 r/man/read_json_arrow.Rd                           |   2 +-
 r/man/schema.Rd                                    |   2 +-
 r/pkgdown/extra.css                                |   5 +
 r/src/arrow_cpp11.h                                |  24 +-
 r/tests/testthat/test-dplyr-funcs-conditional.R    | 281 ++++++++++++++++++++-
 23 files changed, 589 insertions(+), 108 deletions(-)

Reply via email to