Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
beliefer committed Dec 20, 2019
1 parent 8a05583 commit 6342b98
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ SELECT 'indio' NOT LIKE 'in__o' AS `false`;
SELECT 'indio' LIKE 'in_o' AS `false`;
SELECT 'indio' NOT LIKE 'in_o' AS `true`;

-- [SPARK-28083] ANSI SQL: LIKE predicate: ESCAPE clause
-- unused escape character
SELECT 'hawkeye' LIKE 'h%' ESCAPE '#' AS `true`;
SELECT 'hawkeye' NOT LIKE 'h%' ESCAPE '#' AS `false`;
Expand Down

0 comments on commit 6342b98

Please sign in to comment.