You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Vishal Jaiswal (JIRA)" <ji...@apache.org> on 2017/11/01 03:27:00 UTC

[jira] [Updated] (HIVE-17955) Issue with the 'like' function in Hive

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

Vishal Jaiswal updated HIVE-17955:
----------------------------------
    Description: 
The following command should not fail as per the documentation: 
select like("Vishal Jaiswal", "Jaiswal");

Command: describe function like;
Result: like(str, pattern) - Checks if str matches pattern

Command: select like("Vishal Jaiswal", "Jaiswal");
Result: Query fails in Hive.


  was:
The following command should not fail as per the documentation: 
select like("Vishal Jaiswal", "Jaiswal");

Command: describe function like;
Result: like(str, pattern) - Checks if str matches pattern

Command: select like("Vishal Jaiswal", "Jaiswal");
Result: Query fails in Hive, also checked via Spark SQL


        Summary: Issue with the 'like' function in Hive  (was: Issue with the 'like' function in Hive and Spark SQL. )

> Issue with the 'like' function in Hive
> --------------------------------------
>
>                 Key: HIVE-17955
>                 URL: https://issues.apache.org/jira/browse/HIVE-17955
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Vishal Jaiswal
>
> The following command should not fail as per the documentation: 
> select like("Vishal Jaiswal", "Jaiswal");
> Command: describe function like;
> Result: like(str, pattern) - Checks if str matches pattern
> Command: select like("Vishal Jaiswal", "Jaiswal");
> Result: Query fails in Hive.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)