Skip to content

Emit soft errors on invalid summary classes#36186

Merged
bratseth merged 1 commit intomasterfrom
bratseth/summary-verification
Mar 13, 2026
Merged

Emit soft errors on invalid summary classes#36186
bratseth merged 1 commit intomasterfrom
bratseth/summary-verification

Conversation

@bratseth
Copy link
Member

If the result consists of hits from multiple document databases, where some have the requested summary class and others don't, throwing an error when the summary class don't exist will transform a partial result into a complete failure on a second fill call since the only hits that will be attempted filled on the second call are the faulty ones, which breaks the fill contract. Add error messages to the result instead.

If the result consists of hits from multiple document databases,
where some have the requested summary class and others don't,
throwing an error when the summary class don't exist will
transform a partial result into a complete failure on a second
fill call since the only hits that will be attempted filled
on the second call are the faulty ones, which breaks the fill
contract. Add error messages to the result instead.
Copy link
Member

@arnej27959 arnej27959 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@bratseth bratseth merged commit 395f8a6 into master Mar 13, 2026
3 checks passed
@bratseth bratseth deleted the bratseth/summary-verification branch March 13, 2026 15:05
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.

2 participants