feat: Include end token in ALTER TABLE statement (#1999)

Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
This commit is contained in:
Tyler White 2025-08-09 02:31:58 -04:00 committed by GitHub
parent 27544f9343
commit 356308b348
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 31 additions and 1 deletions

View file

@ -2643,6 +2643,7 @@ fn parse_alter_table_add_column() {
iceberg,
location: _,
on_cluster: _,
end_token: _,
} => {
assert_eq!(name.to_string(), "tab");
assert!(!if_exists);