You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What changes were proposed in this pull request?
In this issue I propose to refactor `ParameterizedQuery` arguments validation to `ParameterizedQueryArgumentsValidator` so it can be reused between single-pass and fixed-point analyzer implementations. We also remove one redundant case from the `ParameterizedQueryArgumentsValidator.isNotAllowed` (`Alias` shouldn't call `isNotAllowed` again as it introduces unnecessary overhead to the method) to improve performance.
### Why are the changes needed?
To ease code maintenance between single-pass and fixed-point analyzer implementations.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Existing tests (refactor).
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#52744 from mihailoale-db/refactorparamcheckargs.
Authored-by: mihailoale-db <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>
0 commit comments