This is an automated email from the ASF dual-hosted git repository.
amoeba pushed a change to branch stable
in repository https://gitbox.apache.org/repos/asf/arrow-cookbook.git
from 4a6c184 GH-381: [R] Use RETICULATE_PYTHON="managed" in test.R (#386)
add 15846a3 MINOR: Bump actions/download-artifact from 4 to 5 (#387)
add 962a4cd MINOR: Bump actions/checkout from 4 to 5 (#388)
add fabf9f8 MINOR: Bump actions/setup-java from 4 to 5 (#389)
add 13d7058 Bump black from 21.7b0 to 24.3.0 in /java (#345)
add 44e8efe MINOR: Bump actions/upload-artifact from 4 to 5 (#392)
add de3e977 MINOR: [Release][C++][Python] Update versions for 23.0.1
(#399)
add 86555e1 GH-362: Build Arrow from scratch for dev cookbooks (#374)
add 120379c MINOR: Fix sytax error in deploy_development_cookbooks.yml
add 8211bf2 MINOR: Bump CI Python from 3.9 to 3.10
add fee0811 MINOR: Fix Python version in deploy workflows
No new revisions were added by this update.
Summary of changes:
.github/workflows/deploy_development_cookbooks.yml | 18 +-
.github/workflows/deploy_stable_cookbooks.yml | 16 +-
.github/workflows/test_arrow_nightly_cookbook.yml | 22 +-
.github/workflows/test_cpp_cookbook.yml | 4 +-
.github/workflows/test_java_cookbook.yml | 12 +-
.github/workflows/test_python_cookbook.yml | 2 +-
.github/workflows/test_r_cookbook.yml | 2 +-
Makefile | 2 +-
cpp/CONTRIBUTING.md | 3 +-
cpp/code/CMakeLists.txt | 99 +++++---
cpp/code/common.h | 21 +-
cpp/code/datasets.cc | 10 +-
cpp/code/flight.cc | 22 +-
cpp/code/main.cc | 5 +
cpp/conda-linux-64.lock | 250 ++++++++++-----------
cpp/conda-linux-aarch64.lock | 243 ++++++++++----------
cpp/conda-osx-arm64.lock | 246 ++++++++++----------
cpp/dev.yml | 15 +-
cpp/environment.yml | 8 +-
java/requirements.txt | 2 +-
python/requirements.txt | 4 +-
python/source/io.rst | 81 +++----
22 files changed, 562 insertions(+), 525 deletions(-)