Skip to content

{182689785} fix: normalized sql for sp#5735

Merged
emelialei88 merged 1 commit intobloomberg:mainfrom
emelialei88:feat/normalize_sql
Feb 23, 2026
Merged

{182689785} fix: normalized sql for sp#5735
emelialei88 merged 1 commit intobloomberg:mainfrom
emelialei88:feat/normalize_sql

Conversation

@emelialei88
Copy link
Copy Markdown
Contributor

Change SQL normalization to always produce the same normalized_sql and fingerprint regardless of argument values, types, or count. All argument tokens are stripped so that e.g. both EXEC PROCEDURE foo(1) and EXEC PROCEDURE foo(1, 'hello', x'DEADBEEF') normalize to EXEC PROCEDURE foo();.

Copy link
Copy Markdown

@roborivers roborivers left a comment

Choose a reason for hiding this comment

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

Cbuild submission: Error ⚠.
Regression testing: Success ✓.

The first 10 failing tests are:
sp_snapshot_generated
recover_deadlock
fingerprints
consumer_non_atomic_default_consumer_generated
unifiedcancel

Copy link
Copy Markdown

@roborivers roborivers left a comment

Choose a reason for hiding this comment

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

Cbuild submission: Error ⚠.
Regression testing: 0/0 tests failed ⚠.

rishitha957
rishitha957 previously approved these changes Feb 17, 2026
Copy link
Copy Markdown
Contributor

@rishitha957 rishitha957 left a comment

Choose a reason for hiding this comment

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

changes look good to me, tested on my local, I'd just wait for rr tests to run.,

Copy link
Copy Markdown

@roborivers roborivers left a comment

Choose a reason for hiding this comment

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

Cbuild submission: Error ⚠.
Regression testing: 0/0 tests failed ⚠.

Copy link
Copy Markdown

@roborivers roborivers left a comment

Choose a reason for hiding this comment

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

Cbuild submission: Error ⚠.
Regression testing: Success ✓.

The first 10 failing tests are:
nogensc [setup failure]
silogdel [core dumped]
sc_timepart
reco-ddlk-sql
fingerprints
consumer_non_atomic_default_consumer_generated

Copy link
Copy Markdown
Contributor

@akshatsikarwar akshatsikarwar left a comment

Choose a reason for hiding this comment

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

Please check why fingerprints test is failing.

Signed-off-by: Emelia Lei <wlei29@bloomberg.net>
Copy link
Copy Markdown

@roborivers roborivers left a comment

Choose a reason for hiding this comment

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

Cbuild submission: Error ⚠.
Regression testing: Success ✓.

The first 10 failing tests are:
fingerprints
consumer_non_atomic_default_consumer_generated
reco-ddlk-sql

Copy link
Copy Markdown

@roborivers roborivers left a comment

Choose a reason for hiding this comment

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

Cbuild submission: Error ⚠.
Regression testing: 0/0 tests failed ⚠.

Copy link
Copy Markdown

@roborivers roborivers left a comment

Choose a reason for hiding this comment

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

Cbuild submission: Error ⚠.
Regression testing: Success ✓.

The first 10 failing tests are:
disttxn [setup failure]
init_sc_race [core dumped]
consumer_non_atomic_default_consumer_generated
reco-ddlk-sql

@emelialei88 emelialei88 merged commit 3ef01fd into bloomberg:main Feb 23, 2026
4 checks passed
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.

4 participants