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
[SPARK-53574][SQL][FOLLOWUP] still reset the default AnalysisContext
### What changes were proposed in this pull request?
This is a followup of #52330 . To be safe, we should keep the previous behavior that resets the `AnalysisContext`, in case this is the default `AnalysisContext` (not a fresh one created to analyze a new query) which is kind of a global state.
### Why are the changes needed?
to avoid potention regressions
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
N/A
### Was this patch authored or co-authored using generative AI tooling?
No
Closes#52482 from cloud-fan/follow.
Authored-by: Wenchen Fan <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>
0 commit comments