NVIDIA / spark-rapids-ml

Spark RAPIDS MLlib – accelerate Apache Spark MLlib with GPUs
https://nvidia.github.io/spark-rapids-ml/
Apache License 2.0
68 stars 30 forks source link

[auto-merge] branch-24.06 to branch-24.08 [skip ci] [bot] #689

Closed nvauto closed 3 months ago

nvauto commented 4 months ago

auto-merge triggered by github actions on branch-24.06 to create a PR keeping branch-24.08 up-to-date. If this PR is unable to be merged due to conflicts, it will remain open until manually fix.

nvauto commented 4 months ago

FAILURE - Unable to auto-merge. Manual operation is required.

{'message': 'Base branch was modified. Review and try the merge again.', 'documentation_url': 'https://docs.github.com/rest/pulls/pulls#merge-a-pull-request', 'status': '405'}

Please use the following steps to fix the merge conflicts manually:

# Assume upstream is NVIDIA/spark-rapids-ml remote
git fetch upstream branch-24.06 branch-24.08
git checkout -b fix-auto-merge-conflict-689 upstream/branch-24.08
git merge upstream/branch-24.06
# Fix any merge conflicts caused by this merge
git commit -am "Merge branch-24.06 into branch-24.08"
git push <personal fork> fix-auto-merge-conflict-689
# Open a PR targets NVIDIA/spark-rapids-ml branch-24.08

IMPORTANT: Before merging this PR, be sure to change the merging strategy to Create a merge commit (repo admin only).

Once this PR is merged, the auto-merge PR should automatically be closed since it contains the same commit hashes

eordentlich commented 4 months ago

build