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-49076][SQL] Fix the outdated logical plan name in AstBuilder's comments
### What changes were proposed in this pull request?
The pr aims to fix the outdated `logical plan name` in `AstBuilder's` comments.
### Why are the changes needed?
- After the pr apache#33609, the name of the logical plan below has been changed:
`AlterTableAddColumns` -> `AddColumns`
`AlterTableRenameColumn` -> `RenameColumn`
`AlterTableAlterColumn` -> `AlterColumn`
`AlterTableDropColumns` -> `DropColumns`
- After the pr apache#30398
The name of the logical plan `ShowPartitionsStatement` has been changed to `ShowPartitions`.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Only update comments.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closesapache#47562 from panbingkun/fix_astbuilder.
Lead-authored-by: panbingkun <[email protected]>
Co-authored-by: panbingkun <[email protected]>
Signed-off-by: yangjie01 <[email protected]>
0 commit comments