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<>
133
133
-- !query output
134
134
org.apache.spark.sql.catalyst.parser.ParseException
135
135
136
- Syntax error: expected something between '(' and ')'.(line 1, pos 49)
136
+ Expected something between '(' and ')'.(line 1, pos 49)
137
137
138
138
== SQL ==
139
139
SELECT company FROM like_any_table WHERE company LIKE ALL ()
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ struct<>
139
139
-- !query output
140
140
org.apache.spark.sql.catalyst.parser.ParseException
141
141
142
- Syntax error: expected something between '(' and ')'.(line 1, pos 49)
142
+ Expected something between '(' and ')'.(line 1, pos 49)
143
143
144
144
== SQL ==
145
145
SELECT company FROM like_any_table WHERE company LIKE ANY ()
You can’t perform that action at this time.
0 commit comments