[parallel-queries] Refactor error message handling to better integrate with parallel queries #49737
Labels
A-parallel-queries
Area: Parallel query execution
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
At the moment error message handling uses a callback-based setup in order to handle diagnostics tracking during query evaluation. This could probably be handled in a cleaner way.
Also, the current system has no way of making error message output somewhat deterministic under parallel execution.
Both problems should be solved by re-factoring the system to better fit the changed needs.
The text was updated successfully, but these errors were encountered: