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-51357][SQL] Preserve plan change logging level for views
### What changes were proposed in this pull request?
Preserve plan change logging level for views:
- `spark.sql.planChangeLog.level`
- `spark.sql.expressionTreeChangeLog.level`
Before:

After:

### Why are the changes needed?
Plan change logging level is not preserved for views. This hides part of the resolution process for queries with views and makes debugging harder.
### Does this PR introduce _any_ user-facing change?
No, just debugging becomes easier.
### How was this patch tested?
Existing tests.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closesapache#50118 from vladimirg-db/vladimir-golubev_data/preserve-plan-change-logging-setting-for-views.
Authored-by: Vladimir Golubev <vladimir.golubev@databricks.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
0 commit comments