Skip to content

Commit f9af131

Browse files
committed
Fix test error
1 parent cf4666f commit f9af131

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sql/core/src/test/resources/sql-tests/results/like-all.sql.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ struct<>
133133
-- !query output
134134
org.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 ==
139139
SELECT company FROM like_any_table WHERE company LIKE ALL ()

sql/core/src/test/resources/sql-tests/results/like-any.sql.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ struct<>
139139
-- !query output
140140
org.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 ==
145145
SELECT company FROM like_any_table WHERE company LIKE ANY ()

0 commit comments

Comments
 (0)