Skip to content

Conversation

@github-actions
Copy link

@github-actions
Copy link

⚠️ GitHub issue #31148 has been automatically assigned in GitHub to PR creator.

@trxcllnt trxcllnt removed their request for review February 16, 2023 19:19
@jorisvandenbossche
Copy link
Member Author

The R tests are failing because the URLs don't yet exist

@jorisvandenbossche
Copy link
Member Author

@github-actions crossbow submit -g test

@apache apache deleted a comment from github-actions bot Feb 17, 2023
@github-actions
Copy link

Revision: 00096ff

Submitted crossbow builds: ursacomputing/crossbow @ actions-5df570df76

Task Status
test-alpine-linux-cpp Github Actions
test-build-cpp-fuzz Github Actions
test-build-vcpkg-win Github Actions
test-conda-cpp Github Actions
test-conda-cpp-valgrind Azure
test-conda-python-3.10 Github Actions
test-conda-python-3.11 Github Actions
test-conda-python-3.7 Github Actions
test-conda-python-3.7-hdfs-2.9.2 Github Actions
test-conda-python-3.7-hdfs-3.2.1 Github Actions
test-conda-python-3.7-pandas-1.0 Github Actions
test-conda-python-3.7-pandas-latest Github Actions
test-conda-python-3.7-spark-v3.1.2 Github Actions
test-conda-python-3.8 Github Actions
test-conda-python-3.8-hypothesis Github Actions
test-conda-python-3.8-pandas-latest Github Actions
test-conda-python-3.8-pandas-nightly Github Actions
test-conda-python-3.8-spark-v3.2.0 Github Actions
test-conda-python-3.9 Github Actions
test-conda-python-3.9-dask-latest Github Actions
test-conda-python-3.9-dask-upstream_devel Github Actions
test-conda-python-3.9-pandas-upstream_devel Github Actions
test-conda-python-3.9-spark-master Github Actions
test-conda-python-3.9-substrait Github Actions
test-cuda-cpp Github Actions
test-cuda-python Github Actions
test-debian-10-cpp-amd64 Github Actions
test-debian-10-cpp-i386 Github Actions
test-debian-11-cpp-amd64 Github Actions
test-debian-11-cpp-i386 Github Actions
test-debian-11-go-1.17 Azure
test-debian-11-python-3 Azure
test-debian-c-glib Github Actions
test-debian-ruby Github Actions
test-fedora-35-cpp Github Actions
test-fedora-35-python-3 Azure
test-fedora-r-clang-sanitizer Azure
test-r-arrow-backwards-compatibility Github Actions
test-r-depsource-bundled Azure
test-r-depsource-system Github Actions
test-r-dev-duckdb Github Actions
test-r-devdocs Github Actions
test-r-gcc-11 Github Actions
test-r-gcc-12 Github Actions
test-r-install-local Github Actions
test-r-install-local-minsizerel Github Actions
test-r-library-r-base-latest Azure
test-r-linux-as-cran Github Actions
test-r-linux-rchk Github Actions
test-r-linux-valgrind Azure
test-r-minimal-build Azure
test-r-offline-maximal Github Actions
test-r-offline-minimal Azure
test-r-rhub-debian-gcc-devel-lto-latest Azure
test-r-rhub-debian-gcc-release-custom-ccache Azure
test-r-rhub-ubuntu-gcc-release-latest Azure
test-r-rstudio-r-base-4.1-opensuse153 Azure
test-r-rstudio-r-base-4.2-centos7-devtoolset-8 Azure
test-r-rstudio-r-base-4.2-focal Azure
test-r-ubuntu-22.04 Github Actions
test-r-versions Github Actions
test-skyhook-integration Github Actions
test-ubuntu-18.04-cpp Github Actions
test-ubuntu-18.04-cpp-release Github Actions
test-ubuntu-18.04-cpp-static Github Actions
test-ubuntu-18.04-r-sanitizer Azure
test-ubuntu-20.04-cpp Github Actions
test-ubuntu-20.04-cpp-20 Github Actions
test-ubuntu-20.04-cpp-bundled Github Actions
test-ubuntu-20.04-cpp-thread-sanitizer Github Actions
test-ubuntu-20.04-python-3 Azure
test-ubuntu-22.04-cpp Github Actions
test-ubuntu-c-glib Github Actions
test-ubuntu-default-docs Azure
test-ubuntu-ruby Github Actions

@kevingurney
Copy link
Member

kevingurney commented Feb 17, 2023

@jorisvandenbossche - thank you for making this PR! Changes look good to me!

@jorisvandenbossche
Copy link
Member Author

I didn't run all nightly (packaging and release verification) tests here, so didn't verify everything. But since this PR fixes some failures that otherwise happen on PRs, I am going to merge this, and we can follow-up if needed for the other builds.

@jorisvandenbossche jorisvandenbossche merged commit 157b8f5 into apache:main Feb 17, 2023
@jorisvandenbossche jorisvandenbossche deleted the rename-master-main branch February 17, 2023 12:50
@jorisvandenbossche
Copy link
Member Author

@kevingurney and thank you for the preparatory work!

@ursabot
Copy link

ursabot commented Feb 17, 2023

Benchmark runs are scheduled for baseline = fe19160 and contender = 157b8f5. 157b8f5 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Finished ⬇️0.0% ⬆️0.0%] ec2-t3-xlarge-us-east-2
[Finished ⬇️1.04% ⬆️0.03%] test-mac-arm
[Finished ⬇️0.51% ⬆️0.0%] ursa-i9-9960x
[Finished ⬇️0.19% ⬆️0.0%] ursa-thinkcentre-m75q
Buildkite builds:
[Finished] 157b8f55 ec2-t3-xlarge-us-east-2
[Finished] 157b8f55 test-mac-arm
[Finished] 157b8f55 ursa-i9-9960x
[Finished] 157b8f55 ursa-thinkcentre-m75q
[Finished] fe19160b ec2-t3-xlarge-us-east-2
[Finished] fe19160b test-mac-arm
[Finished] fe19160b ursa-i9-9960x
[Finished] fe19160b ursa-thinkcentre-m75q
Supported benchmarks:
ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
test-mac-arm: Supported benchmark langs: C++, Python, R
ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java

thisisnic pushed a commit to thisisnic/arrow that referenced this pull request Mar 7, 2023
…e#34218)

* Closes: apache#31148
* Closes: apache#33215
* Closes: apache#32804
* Closes: apache#34232

Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
pribor pushed a commit to GlobalWebIndex/arrow that referenced this pull request Oct 24, 2025
…e#34218)

* Closes: apache#31148
* Closes: apache#33215
* Closes: apache#32804
* Closes: apache#34232

Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

5 participants