This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to branch maint-6.0.x
in repository https://gitbox.apache.org/repos/asf/arrow.git.
discard 1664532 ARROW-14538: [R] Work around empty tr call on Solaris
discard d7a3fbd ARROW-14514: [C++][R] UBSAN error on round kernel
discard e1738e4 ARROW-14450: [R] Old macos build error
discard e2b5de9 ARROW-14490: [Doc] Regenerate CHANGELOG.md to include all
versions
discard 40a1b13 ARROW-14499: [Docs] Version dropdown side-by-side with search
box
discard 1b6aff1 ARROW-14492: [JS] Fix export for browser bundles
discard 58a7c3b ARROW-14480: [R] Expose arrow::dataset::ExistingDataBehavior
to R
discard 04e623d ARROW-14189: [Docs] Add version dropdown to the sphinx docs
discard 9a633ea ARROW-14486: [Packaging][deb] Add missing libthrift-dev
dependency
discard 6e0ed38 ARROW-14459: [Doc] Update the pinned sphinx version to 4.2
new b8e1e22 ARROW-14459: [Doc] Update the pinned sphinx version to 4.2
new eee5866 ARROW-14486: [Packaging][deb] Add missing libthrift-dev
dependency
new 2f13007 ARROW-14189: [Docs] Add version dropdown to the sphinx docs
new b0acbc6 ARROW-14480: [R] Expose arrow::dataset::ExistingDataBehavior
to R
new 4d3398d ARROW-14492: [JS] Fix export for browser bundles
new c3d17a2 ARROW-14499: [Docs] Version dropdown side-by-side with search
box
new ccab3da ARROW-14490: [Doc] Regenerate CHANGELOG.md to include all
versions
new 63d862e ARROW-14450: [R] Old macos build error
new 73f85a4 ARROW-14514: [C++][R] UBSAN error on round kernel
new 892d9ee ARROW-14538: [R] Work around empty tr call on Solaris
new 961bdac ARROW-14550: [Doc] Remove the JSON license; a non-free one.
new ae09c0e ARROW-14365: [R] Update README example to reflect new
capabilities
new bda4a2f ARROW-14580: [Python] update trove classifiers to include
Python 3.10
new a0a1ff1 ARROW-14437: [Python] Make CSV cancellation test more robust
new f72e93a ARROW-14523: [C++] Fix potential data loss in S3 multipart
upload
new fc60cfa ARROW-14584: [Python][CI] Python sdist installation fails
with latest setuptools 58.5
new 604bf26 ARROW-14496: [Docs] Create relative links for R / JS / C/Glib
references in the sphinx toctree using stub pages
new ada65af MINOR: [CI] Fix conda-integration GHA job
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 (1664532)
\
N -- N -- N refs/heads/maint-6.0.x (ada65af)
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.
The 18 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG.md | 7 --
LICENSE.txt | 36 -------
ci/docker/conda-integration.dockerfile | 1 +
cpp/src/arrow/filesystem/s3fs.cc | 114 +++++++++++++++++++--
docs/source/{format/IPC.rst => c_glib/index.rst} | 9 +-
docs/source/index.rst | 6 +-
docs/source/java/index.rst | 2 +-
.../{format/IPC.rst => java/reference/index.rst} | 9 +-
docs/source/{format/IPC.rst => js/index.rst} | 9 +-
docs/source/{format/IPC.rst => r/index.rst} | 9 +-
go/arrow/LICENSE.txt | 114 ---------------------
go/parquet/LICENSE.txt | 114 ---------------------
python/pyarrow/tests/test_csv.py | 16 ++-
python/pyproject.toml | 5 +-
python/requirements-wheel-test.txt | 4 +-
python/setup.py | 1 +
r/README.md | 24 ++++-
17 files changed, 164 insertions(+), 316 deletions(-)
copy docs/source/{format/IPC.rst => c_glib/index.rst} (86%)
copy docs/source/{format/IPC.rst => java/reference/index.rst} (85%)
copy docs/source/{format/IPC.rst => js/index.rst} (86%)
copy docs/source/{format/IPC.rst => r/index.rst} (86%)