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)