Krisztian Kasa created HIVE-27373:
-------------------------------------
Summary: Unable to pushdown partition filter with unquoted date
literal type to metastore
Key: HIVE-27373
URL: https://issues.apache.org/jira/browse/HIVE-27373
Project: Hive
Issue Type: Bug
Components: Standalone Metastore
Reporter: Krisztian Kasa
Assignee: Krisztian Kasa
After HIVE-26787 and HIVE-26778 filter expressions with unquoted date literals
and timestamp literals without type name are not supported when calling
metastore api {{getPartitionsByExpr}}
Example
{code}
(j = 1990-11-12 or j = 1990-11-11 or j = 1990-11-10)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)