[
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, also checked via Spark SQL
was:
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 and Spark SQL. (was:
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");)
> Issue with the 'like' function in Hive and Spark SQL.
> ------------------------------------------------------
>
> 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, also checked via Spark SQL
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)