This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/matlab-actions/setup-matlab-3.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git
omit 11fe0aa1dc MINOR: [CI] Bump matlab-actions/setup-matlab from 2.7.0 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 5617e8da18 GH-49676: [Python][Packaging] Fix gRPC docker image layer
being too big for hcsshim on Windows (#49678)
add 4ed0916235 GH-49700: [R][CI][Dev] Use air precommit hook (#49701)
add b738178e57 GH-33390: [R] Field-level metadata (#49631)
add 66306aea2a GH-48712: [R] "Invalid metadata$r" warning (#49608)
add c16a8b22d1 GH-40640: [R] to_arrow() loses group_by() (#49713)
add 209e4b26b1 MINOR: [CI] Bump matlab-actions/setup-matlab from 2.7.0 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 (11fe0aa1dc)
\
N -- N -- N
refs/heads/dependabot/github_actions/matlab-actions/setup-matlab-3.0.0
(209e4b26b1)
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/dev.yml | 2 -
.github/workflows/docs.yml | 7 +-
.github/workflows/matlab.yml | 6 +-
.github/workflows/package_linux.yml | 2 +-
.pre-commit-config.yaml | 7 +-
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 +
.../python-wheel-windows-vs2022-base.dockerfile | 1 +
ci/vcpkg/vcpkg.patch | 11 +
.../arrow/compute/kernels/scalar_cast_nested.cc | 12 +-
cpp/tools/parquet/parquet_scan.cc | 2 +-
dev/tasks/python-wheels/github.windows.yml | 22 ++
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/arrowExports.R | 20 +-
r/R/dplyr-funcs-conditional.R | 260 ++++++++++++++++---
r/R/dplyr-funcs-doc.R | 5 +-
r/R/duckdb.R | 10 +-
r/R/field.R | 47 +++-
r/R/schema.R | 2 +-
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/arrowExports.cpp | 46 +++-
r/src/arrow_cpp11.h | 24 +-
r/src/field.cpp | 43 +++-
r/tests/testthat/test-dplyr-funcs-conditional.R | 281 ++++++++++++++++++++-
r/tests/testthat/test-dplyr-select.R | 13 +
r/tests/testthat/test-duckdb.R | 12 +
r/tests/testthat/test-field.R | 55 ++++
38 files changed, 859 insertions(+), 135 deletions(-)