File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2509,9 +2509,11 @@ fn parse_alter_table_add_column() {
25092509 operations,
25102510 location : _,
25112511 on_cluster : _,
2512+ iceberg,
25122513 } => {
25132514 assert_eq ! ( name. to_string( ) , "tab" ) ;
25142515 assert ! ( !if_exists) ;
2516+ assert ! ( !iceberg) ;
25152517 assert ! ( !only) ;
25162518 assert_eq ! (
25172519 operations,
@@ -2538,6 +2540,7 @@ fn parse_alter_table_add_column() {
25382540 operations,
25392541 location : _,
25402542 on_cluster : _,
2543+ iceberg : _,
25412544 } => {
25422545 assert_eq ! ( name. to_string( ) , "tab" ) ;
25432546 assert ! ( !if_exists) ;
@@ -2576,6 +2579,7 @@ fn parse_alter_table_add_columns() {
25762579 operations,
25772580 location : _,
25782581 on_cluster : _,
2582+ iceberg : _,
25792583 } => {
25802584 assert_eq ! ( name. to_string( ) , "tab" ) ;
25812585 assert ! ( !if_exists) ;
Original file line number Diff line number Diff line change @@ -836,6 +836,7 @@ fn parse_alter_table_add_columns() {
836836 operations,
837837 location : _,
838838 on_cluster : _,
839+ iceberg : _,
839840 } => {
840841 assert_eq ! ( name. to_string( ) , "tab" ) ;
841842 assert ! ( if_exists) ;
@@ -917,6 +918,7 @@ fn parse_alter_table_owner_to() {
917918 operations,
918919 location : _,
919920 on_cluster : _,
921+ iceberg : _,
920922 } => {
921923 assert_eq ! ( name. to_string( ) , "tab" ) ;
922924 assert_eq ! (
You can’t perform that action at this time.
0 commit comments