Skip to content

Add per-site simplification to EET transformed query reduction - #1361

Merged
mrigger merged 1 commit into
mainfrom
feature/query-reduction
Aug 24, 2026
Merged

Add per-site simplification to EET transformed query reduction#1361
mrigger merged 1 commit into
mainfrom
feature/query-reduction

Conversation

@tlmorgan24

Copy link
Copy Markdown
Collaborator

The previous PR reduced EET's transformed queries by removing transformation sites. This adds a further reduction stage which simplifies the remaining sites. For example, CASE WHEN random_true_expression THEN expr ELSE random_expression END may be simplified to CASE WHEN TRUE THEN expr ELSE random_expression END, if the bug is still present in that simplified case.

This is currently applied only to the EET SELECT oracle, but will later be extended to DML.

…ng after minimisation of set of applied rule sites)
@tlmorgan24
tlmorgan24 requested a review from mrigger August 22, 2026 02:16

@mrigger mrigger left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM, thanks!

@mrigger
mrigger merged commit 9eb1db8 into main Aug 24, 2026
24 of 25 checks passed
@mrigger
mrigger deleted the feature/query-reduction branch August 24, 2026 05:14
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