Skip to content

Comments

{182689785} fix: normalized sql for sp#5735

Open
emelialei88 wants to merge 1 commit intobloomberg:mainfrom
emelialei88:feat/normalize_sql
Open

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

Conversation

@emelialei88
Copy link
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

@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

@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
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

@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

@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
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

@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

@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

@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

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