Skip to content

Commit 9b21371

Browse files
[Parser] Avoid redefining string type (#1710)
1 parent 60cc82e commit 9b21371

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pkg/parser/extended_syntax_parser.y

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ func attrsUnion(as1, as2 Attributes) Attributes {
124124
labc string
125125
infr PredictClause
126126
expln ExplainClause
127-
optus string
128127
}
129128

130129
%type <eslt> sqlflow_select_stmt
@@ -133,7 +132,7 @@ func attrsUnion(as1, as2 Attributes) Attributes {
133132
%type <labc> label_clause
134133
%type <infr> predict_clause
135134
%type <expln> explain_clause
136-
%type <optus> optional_using
135+
%type <val> optional_using
137136
%type <expr> expr funcall column
138137
%type <expl> ExprList pythonlist columns
139138
%type <atrs> attr

0 commit comments

Comments
 (0)