This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/java/org.apache.calcite.avatica-avatica-1.25.0
in repository https://gitbox.apache.org/repos/asf/arrow.git
discard ef6ebd7418 MINOR: [Java] Bump org.apache.calcite.avatica:avatica in
/java
add fd75cbdb38 GH-40342: [C++] move LocalFileSystem to the registry
(#40356)
add 192de026ad MINOR: [R] Update language in NEWS.md related to GH-41223
(#41368)
add d7a5777bb3 MINOR: [Java] Bump
org.apache.maven.plugins:maven-plugin-plugin from 3.11.0 to 3.12.0 in /java
(#41211)
add 5e93206d12 MINOR: [Java] Bump org.apache.calcite.avatica:avatica 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 (ef6ebd7418)
\
N -- N -- N
refs/heads/dependabot/maven/java/org.apache.calcite.avatica-avatica-1.25.0
(5e93206d12)
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:
.../arrow/filesystem_definition_example.cc | 4 +--
cpp/src/arrow/filesystem/CMakeLists.txt | 4 ++-
cpp/src/arrow/filesystem/filesystem.cc | 35 ++++++++++----------
cpp/src/arrow/filesystem/filesystem.h | 30 ++++++++++++++++--
cpp/src/arrow/filesystem/localfs.cc | 37 ++++++++++++++++++++--
cpp/src/arrow/filesystem/localfs.h | 1 +
cpp/src/arrow/filesystem/localfs_test.cc | 29 ++++++++++-------
cpp/src/arrow/testing/examplefs.cc | 4 +--
docs/source/cpp/io.rst | 7 ++--
.../module-info-compiler-maven-plugin/pom.xml | 4 +--
python/pyarrow/_fs.pxd | 3 --
python/pyarrow/_fs.pyx | 34 ++++++++------------
python/pyarrow/includes/libarrow_fs.pxd | 16 ++--------
r/NEWS.md | 2 +-
r/R/arrowExports.R | 4 ---
r/R/filesystem.R | 3 +-
r/src/arrowExports.cpp | 8 -----
r/src/filesystem.cpp | 14 +++-----
18 files changed, 133 insertions(+), 106 deletions(-)