File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sql/core/src/test/resources/sql-tests/results Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ struct<>
133133-- !query output
134134org.apache.spark.sql.catalyst.parser.ParseException
135135
136- Syntax error: expected something between '(' and ')'.(line 1, pos 49)
136+ Expected something between '(' and ')'.(line 1, pos 49)
137137
138138== SQL ==
139139SELECT company FROM like_any_table WHERE company LIKE ALL ()
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ struct<>
139139-- !query output
140140org.apache.spark.sql.catalyst.parser.ParseException
141141
142- Syntax error: expected something between '(' and ')'.(line 1, pos 49)
142+ Expected something between '(' and ')'.(line 1, pos 49)
143143
144144== SQL ==
145145SELECT company FROM like_any_table WHERE company LIKE ANY ()
You can’t perform that action at this time.
0 commit comments