Skip to content

[submodule-sync] bot-submodule-sync-release/26.02 to release/26.02 [skip ci] [bot]#4227

Merged
nvauto merged 1 commit intorelease/26.02from
bot-submodule-sync-release/26.02
Jan 31, 2026
Merged

[submodule-sync] bot-submodule-sync-release/26.02 to release/26.02 [skip ci] [bot]#4227
nvauto merged 1 commit intorelease/26.02from
bot-submodule-sync-release/26.02

Conversation

@nvauto
Copy link
Copy Markdown
Collaborator

@nvauto nvauto commented Jan 31, 2026

submodule-sync to create a PR keeping thirdparty/cudf up-to-date.
HEAD commit SHA: 6a28d1e, cudf commit SHA: rapidsai/cudf@c371cec

This PR will be auto-merged if test passed. If failed, it will remain open until test pass or manually fix.

Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>
@nvauto
Copy link
Copy Markdown
Collaborator Author

nvauto commented Jan 31, 2026

HEAD commit SHA: 6a28d1e, CUDF commit SHA: rapidsai/cudf@c371cec
Test passed: True

@nvauto nvauto merged commit b492c8e into release/26.02 Jan 31, 2026
@nvauto
Copy link
Copy Markdown
Collaborator Author

nvauto commented Jan 31, 2026

SUCCESS - auto-merge

@nvauto nvauto deleted the bot-submodule-sync-release/26.02 branch January 31, 2026 19:01
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Jan 31, 2026

Greptile Overview

Greptile Summary

This is an automated submodule synchronization PR that updates the thirdparty/cudf submodule pointer from commit d22e4bc to c371cec to keep it aligned with the latest changes in the release/26.02 branch of the cudf repository.

Key Points:

  • Automated bot-generated PR for dependency synchronization
  • Updates cudf submodule to rapidsai/cudf@c371cec
  • Part of the regular submodule-sync workflow for the release/26.02 branch
  • Will auto-merge if CI tests pass, otherwise remains open for manual intervention
  • No manual code changes or logic modifications

Confidence Score: 5/5

  • This PR is safe to merge - it's an automated submodule update with established testing guardrails
  • This is a routine automated submodule synchronization PR that follows the established workflow. The change only updates a submodule pointer to track upstream cudf releases. The repository has automated testing in place that will verify compatibility before auto-merge occurs. No manual code changes or risky modifications are present.
  • No files require special attention

Important Files Changed

Filename Overview
thirdparty/cudf Updated cudf submodule pointer from d22e4bc to c371cec to sync with latest release/26.02 branch

Sequence Diagram

sequenceDiagram
    participant Bot as Submodule Sync Bot
    participant PR as Pull Request #4227
    participant Submodule as thirdparty/cudf
    participant CI as CI/CD Pipeline
    participant Branch as release/26.02

    Bot->>Submodule: Detect upstream changes in cudf
    Bot->>Submodule: Update pointer d22e4bc → c371cec
    Bot->>PR: Create automated PR
    PR->>CI: Trigger tests
    CI->>CI: Run build and tests
    CI-->>PR: Return test results
    alt Tests pass
        PR->>Branch: Auto-merge
    else Tests fail
        PR->>PR: Keep open for manual review
    end
Loading

Copy link
Copy Markdown
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant