You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/02/05 10:45:17 UTC

[GitHub] [spark] jaceklaskowski commented on a change in pull request #31488: [SPARK-34376][SQL] Support regexp as a SQL function

jaceklaskowski commented on a change in pull request #31488:
URL: https://github.com/apache/spark/pull/31488#discussion_r570878907



##########
File path: sql/core/src/test/resources/sql-tests/inputs/regexp-functions.sql
##########
@@ -46,4 +46,9 @@ SELECT regexp_replace('healthy, wealthy, and wise', '\\w', 'something', null);
 
 -- regexp_like
 SELECT regexp_like('1a 2b 14m', '\\d+b');
-SELECT regexp_like('1a 2b 14m', '[a-z]+b');
\ No newline at end of file
+SELECT regexp_like('1a 2b 14m', '[a-z]+b');
+

Review comment:
       nit: remote the empty line




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org