Skip to content

[MINOR] Deduplicate not-implemented logs in ColGroupTest#2491

Merged
Baunsgaard merged 1 commit into
apache:mainfrom
Baunsgaard:reduceLogging-colGroupTest
Jun 17, 2026
Merged

[MINOR] Deduplicate not-implemented logs in ColGroupTest#2491
Baunsgaard merged 1 commit into
apache:mainfrom
Baunsgaard:reduceLogging-colGroupTest

Conversation

@Baunsgaard

Copy link
Copy Markdown
Contributor

The parameterized leftMultNoPreAgg test logged the same "not implemented: X or: Y" error for every base/other column group combination, producing hundreds of duplicate lines for shared type pairs. Track already-logged type pairs in a thread-safe set and log each unique permutation at most once per run.

The parameterized leftMultNoPreAgg test logged the same
"not implemented: X or: Y" error for every base/other column group
combination, producing hundreds of duplicate lines for shared type
pairs. Track already-logged type pairs in a thread-safe set and log
each unique permutation at most once per run.
@github-project-automation github-project-automation Bot moved this to In Progress in SystemDS PR Queue Jun 17, 2026
@Baunsgaard Baunsgaard merged commit 44bb9bf into apache:main Jun 17, 2026
42 of 44 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in SystemDS PR Queue Jun 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant