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

[jira] [Created] (HIVE-17955) Issue with the 'like' function in Hive and Spark SQL. The following command should not fail as per the documentation: select like("Vishal Jaiswal", "Jaiswal");

Vishal Jaiswal created HIVE-17955:
-------------------------------------

             Summary: Issue with the 'like' function in Hive and Spark SQL. The following command should not fail as per the documentation: select like("Vishal Jaiswal", "Jaiswal");
                 Key: HIVE-17955
                 URL: https://issues.apache.org/jira/browse/HIVE-17955
             Project: Hive
          Issue Type: Bug
            Reporter: Vishal 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




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