Skip to content

Commit

Permalink
Fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyum committed Apr 24, 2020
1 parent cf4666f commit f9af131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ struct<>
-- !query output
org.apache.spark.sql.catalyst.parser.ParseException

Syntax error: expected something between '(' and ')'.(line 1, pos 49)
Expected something between '(' and ')'.(line 1, pos 49)

== SQL ==
SELECT company FROM like_any_table WHERE company LIKE ALL ()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ struct<>
-- !query output
org.apache.spark.sql.catalyst.parser.ParseException

Syntax error: expected something between '(' and ')'.(line 1, pos 49)
Expected something between '(' and ')'.(line 1, pos 49)

== SQL ==
SELECT company FROM like_any_table WHERE company LIKE ANY ()
Expand Down

0 comments on commit f9af131

Please sign in to comment.