Skip to content

fix: silence build warnings in hash join and pipeline task#971

Open
mbrobbel wants to merge 1 commit into
sirius-db:devfrom
mbrobbel:warnings
Open

fix: silence build warnings in hash join and pipeline task#971
mbrobbel wants to merge 1 commit into
sirius-db:devfrom
mbrobbel:warnings

Conversation

@mbrobbel

Copy link
Copy Markdown
Member

Lower the cudf filtered_join version guard to 26.6, where the constructor without the deprecated set_as_build_table parameter is already available, so the non-deprecated path is compiled instead of the deprecated one.

Explicitly discard the nodiscard push() result in the convertible_gpu_pipeline_task destructor; ignoring a failed push during queue shutdown is intentional.

Lower the cudf filtered_join version guard to 26.6, where the
constructor without the deprecated set_as_build_table parameter is
already available, so the non-deprecated path is compiled instead of
the deprecated one.

Explicitly discard the nodiscard push() result in the
convertible_gpu_pipeline_task destructor; ignoring a failed push during
queue shutdown is intentional.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@mbrobbel mbrobbel marked this pull request as ready for review June 17, 2026 14:49
@mbrobbel mbrobbel enabled auto-merge June 17, 2026 14:49
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