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-50541][SQL][FOLLOWUP] Migrate DESC TABLE AS JSON to v2 command
### What changes were proposed in this pull request?
This is a follow-up of #49139 to use v2 command to simplify the code. Now we only need one logical plan and all the implementation is centralized to that logical plan, no need to touch other analyzer/planner rules.
### Why are the changes needed?
code simplification
### Does this PR introduce _any_ user-facing change?
no, this feature is not released yet.
### How was this patch tested?
update tests
### Was this patch authored or co-authored using generative AI tooling?
no
Closes#49466 from cloud-fan/as-json.
Authored-by: Wenchen Fan <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments