File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -2507,9 +2507,9 @@ fn parse_alter_table_add_column() {
2507
2507
if_exists,
2508
2508
only,
2509
2509
operations,
2510
+ iceberg,
2510
2511
location : _,
2511
2512
on_cluster : _,
2512
- iceberg,
2513
2513
} => {
2514
2514
assert_eq ! ( name. to_string( ) , "tab" ) ;
2515
2515
assert ! ( !if_exists) ;
@@ -2538,9 +2538,7 @@ fn parse_alter_table_add_column() {
2538
2538
if_exists,
2539
2539
only,
2540
2540
operations,
2541
- location : _,
2542
- on_cluster : _,
2543
- iceberg : _,
2541
+ ..
2544
2542
} => {
2545
2543
assert_eq ! ( name. to_string( ) , "tab" ) ;
2546
2544
assert ! ( !if_exists) ;
@@ -2577,9 +2575,7 @@ fn parse_alter_table_add_columns() {
2577
2575
if_exists,
2578
2576
only,
2579
2577
operations,
2580
- location : _,
2581
- on_cluster : _,
2582
- iceberg : _,
2578
+ ..
2583
2579
} => {
2584
2580
assert_eq ! ( name. to_string( ) , "tab" ) ;
2585
2581
assert ! ( !if_exists) ;
Original file line number Diff line number Diff line change @@ -834,9 +834,7 @@ fn parse_alter_table_add_columns() {
834
834
if_exists,
835
835
only,
836
836
operations,
837
- location : _,
838
- on_cluster : _,
839
- iceberg : _,
837
+ ..
840
838
} => {
841
839
assert_eq ! ( name. to_string( ) , "tab" ) ;
842
840
assert ! ( if_exists) ;
@@ -916,9 +914,7 @@ fn parse_alter_table_owner_to() {
916
914
if_exists : _,
917
915
only : _,
918
916
operations,
919
- location : _,
920
- on_cluster : _,
921
- iceberg : _,
917
+ ..
922
918
} => {
923
919
assert_eq ! ( name. to_string( ) , "tab" ) ;
924
920
assert_eq ! (
You can’t perform that action at this time.
0 commit comments