mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-14 15:59:03 +00:00
feat: Include end token in ALTER TABLE
statement (#1999)
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
This commit is contained in:
parent
27544f9343
commit
356308b348
5 changed files with 31 additions and 1 deletions
|
@ -351,6 +351,7 @@ pub fn alter_table_op_with_name(stmt: Statement, expected_name: &str) -> AlterTa
|
|||
on_cluster: _,
|
||||
location: _,
|
||||
iceberg,
|
||||
end_token: _,
|
||||
} => {
|
||||
assert_eq!(name.to_string(), expected_name);
|
||||
assert!(!if_exists);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue