Skip to content

[submodule-sync] bot-submodule-sync-release/26.04 to release/26.04 [skip ci] [bot]#4397

Merged
nvauto merged 1 commit intorelease/26.04from
bot-submodule-sync-release/26.04
Mar 18, 2026
Merged

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

Conversation

@nvauto
Copy link
Copy Markdown
Collaborator

@nvauto nvauto commented Mar 18, 2026

submodule-sync to create a PR keeping thirdparty/cudf up-to-date.
HEAD commit SHA: 9f46f0d, cudf commit SHA: rapidsai/cudf@b13ada2

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 Mar 18, 2026

HEAD commit SHA: 9f46f0d, CUDF commit SHA: rapidsai/cudf@b13ada2
Test passed: True

@nvauto nvauto merged commit e154a49 into release/26.04 Mar 18, 2026
@nvauto
Copy link
Copy Markdown
Collaborator Author

nvauto commented Mar 18, 2026

SUCCESS - auto-merge

@nvauto nvauto deleted the bot-submodule-sync-release/26.04 branch March 18, 2026 23:04
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Mar 18, 2026

Greptile Summary

This is an automated submodule-sync bot PR that updates the pinned kvikio git commit SHA in thirdparty/cudf-pins/versions.json to keep thirdparty/cudf aligned with the release/26.04 branch of the upstream cudf repository.

  • The only change is bumping the kvikio git_tag from 47a6ada39950bff50bf08522e0fa5e9aea10c213 to 1877b4265bb1e5574c91ab6c8d43f1d8f2fcf13a while retaining the 26.04 version label.
  • All other pinned dependencies (CCCL, rmm, cuco, spdlog, etc.) remain unchanged.
  • No source code, build logic, or test files are modified — this is purely a dependency pointer update.
  • The PR is configured to auto-merge on CI success, which is the expected behaviour for this class of bot PR.

Confidence Score: 5/5

  • This PR is safe to merge; it is a single-line automated dependency pin update with no code logic changes.
  • The entire change is one git SHA bump for the kvikio library inside a JSON pin file. There are no code modifications, no API surface changes, and no risk of introducing regressions beyond what the upstream kvikio commit itself may contain — which is validated by CI.
  • No files require special attention.

Important Files Changed

Filename Overview
thirdparty/cudf-pins/versions.json Updates the kvikio dependency git tag from 47a6ada39950bff50bf08522e0fa5e9aea10c213 to 1877b4265bb1e5574c91ab6c8d43f1d8f2fcf13a; version remains 26.04 and no other packages are affected.

Sequence Diagram

sequenceDiagram
    participant Bot as nvauto (bot)
    participant SJNI as spark-rapids-jni (release/26.04)
    participant cudf as rapidsai/cudf (release/26.04)
    participant kvikio as rapidsai/kvikio

    cudf->>cudf: Update kvikio pin to 1877b42
    cudf->>Bot: Trigger submodule-sync workflow
    Bot->>SJNI: Open PR updating thirdparty/cudf-pins/versions.json
    Note over SJNI: kvikio git_tag: 47a6ada → 1877b42
    SJNI->>SJNI: Run CI tests
    SJNI-->>Bot: CI pass → auto-merge
Loading

Last reviewed commit: "Update pinned versio..."

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