You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Ryu Kobayashi (Jira)" <ji...@apache.org> on 2022/06/17 08:34:00 UTC

[jira] [Updated] (HIVE-26339) HIVE-26047 Related LIKE pattern issues

     [ https://issues.apache.org/jira/browse/HIVE-26339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryu Kobayashi updated HIVE-26339:
---------------------------------
    Description: 
Fixed https://issues.apache.org/jira/browse/HIVE-26047 without using regular expressions. Current code also confirmed that the current regular expression pattern cannot be supported by the following LIKE patterns.

End pattern
```
%abc\def
```

Start pattern
```
abc\def%
```

> HIVE-26047 Related LIKE pattern issues
> --------------------------------------
>
>                 Key: HIVE-26339
>                 URL: https://issues.apache.org/jira/browse/HIVE-26339
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Ryu Kobayashi
>            Assignee: Ryu Kobayashi
>            Priority: Major
>
> Fixed https://issues.apache.org/jira/browse/HIVE-26047 without using regular expressions. Current code also confirmed that the current regular expression pattern cannot be supported by the following LIKE patterns.
> End pattern
> ```
> %abc\def
> ```
> Start pattern
> ```
> abc\def%
> ```



--
This message was sent by Atlassian Jira
(v8.20.7#820007)