Skip to content

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

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

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

Conversation

@nvauto
Copy link
Copy Markdown
Collaborator

@nvauto nvauto commented Jan 27, 2026

submodule-sync to create a PR keeping thirdparty/cudf up-to-date.
HEAD commit SHA: 7dd5b6b, cudf commit SHA: rapidsai/cudf@239037e

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 27, 2026

HEAD commit SHA: 7dd5b6b, CUDF commit SHA: rapidsai/cudf@239037e
Test passed: True

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

nvauto commented Jan 27, 2026

SUCCESS - auto-merge

@nvauto nvauto deleted the bot-submodule-sync-release/26.02 branch January 27, 2026 03:05
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Jan 27, 2026

Greptile Overview

Greptile Summary

This PR is an automated submodule synchronization updating the thirdparty/cudf submodule pointer from commit 7586522 to 239037e on the release/26.02 branch of rapidsai/cudf.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk - it's an automated submodule update following established patterns
  • This is a routine automated submodule synchronization that follows the same pattern as numerous previous successful PRs. The change only updates a submodule pointer with no modifications to the spark-rapids-jni codebase. The automated testing pipeline will validate compatibility before auto-merge occurs.
  • No files require special attention - this is a standard automated submodule update

Important Files Changed

Filename Overview
thirdparty/cudf Automated submodule update from commit 7586522 to 239037e, pointing to rapidsai/cudf release/26.02 branch

Sequence Diagram

sequenceDiagram
    participant Bot as Submodule Sync Bot
    participant Repo as spark-rapids-jni
    participant Submodule as cudf (rapidsai/cudf)
    participant CI as CI/CD Pipeline
    
    Note over Bot,Submodule: Automated Submodule Synchronization
    
    Bot->>Submodule: Monitor release/26.02 branch
    Submodule-->>Bot: New commit 239037e available
    Bot->>Repo: Update submodule pointer
    Bot->>Repo: Create PR #4202
    Note over Repo: Update from 7586522 to 239037e
    
    Repo->>CI: Trigger automated tests
    CI-->>Repo: Tests execute
    
    alt Tests Pass
        CI->>Repo: Auto-merge PR
        Note over Repo: Submodule updated successfully
    else Tests Fail
        CI->>Repo: Keep PR open
        Note over Repo: Manual intervention required
    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.

No files 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