You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Harsh J (JIRA)" <ji...@apache.org> on 2018/01/30 09:40:00 UTC

[jira] [Created] (IMPALA-6452) RegEx option support for regexp_extract

Harsh J created IMPALA-6452:
-------------------------------

             Summary: RegEx option support for regexp_extract
                 Key: IMPALA-6452
                 URL: https://issues.apache.org/jira/browse/IMPALA-6452
             Project: IMPALA
          Issue Type: New Feature
            Reporter: Harsh J


Impala's {{regexp_like}} supports passing options that enable newline and multi-line matching patterns. The same isn't supported for {{regexp_extract}}, forcing users to resort to using {{split_part}} or other techniques that work with newline characters in a string.

 

Please consider supporting options similar to those available in {{regexp_like}} in {{regexp_extract}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)