Skip to content

Commit a6712c3

Browse files
committed
try fix compilation
1 parent 986ecff commit a6712c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/sql/v1/sql_query.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1682,7 +1682,7 @@ bool TSqlQuery::AlterTableAlterIndex(const TRule_alter_table_alter_index& node,
16821682
break;
16831683
}
16841684
case TRule_alter_table_alter_index_action::ALT_NOT_SET:
1685-
AltNotImplemented("alter_table_alter_index_action", node);
1685+
AltNotImplemented("alter_table_alter_index_action", action);
16861686
return false;
16871687
}
16881688

0 commit comments

Comments
 (0)