Skip to content

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

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]#4223
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: 5941c40, cudf commit SHA: rapidsai/cudf@d22e4bc

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: 5941c40, CUDF commit SHA: rapidsai/cudf@d22e4bc
Test passed: True

@nvauto nvauto merged commit 8c44411 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 00:13
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Jan 31, 2026

Greptile Overview

Greptile Summary

This PR updates the thirdparty/cudf submodule pointer from commit 7c1ee4e to d22e4bc to keep it synchronized with the upstream rapidsai/cudf repository's release/26.02 branch.

  • Automated submodule synchronization generated by bot
  • Updates submodule reference to latest upstream commit
  • Will auto-merge if CI tests pass, otherwise requires manual intervention

Confidence Score: 5/5

  • This PR is safe to merge - it's a routine automated submodule update with minimal risk
  • This is an automated submodule synchronization PR that only updates a git submodule pointer. The change is straightforward, well-documented, and follows the standard bot workflow. The CI pipeline will validate compatibility before auto-merge.
  • No files require special attention

Important Files Changed

Filename Overview
thirdparty/cudf Updated cudf submodule pointer from 7c1ee4e to d22e4bc to sync with upstream release/26.02 branch

Sequence Diagram

sequenceDiagram
    participant Bot as Submodule Sync Bot
    participant Upstream as rapidsai/cudf (release/26.02)
    participant Submodule as thirdparty/cudf
    participant PR as spark-rapids-jni PR
    participant CI as CI/CD Pipeline
    
    Bot->>Upstream: Monitor for new commits
    Upstream-->>Bot: New commit d22e4bc detected
    Bot->>Submodule: Update pointer from 7c1ee4e to d22e4bc
    Bot->>PR: Create PR #4223
    PR->>CI: Trigger automated tests
    alt Tests Pass
        CI-->>PR: Success
        PR->>PR: Auto-merge
    else Tests Fail
        CI-->>PR: Failure
        PR->>PR: Remain open for manual intervention
    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