[
https://issues.apache.org/jira/browse/HIVE-24939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zoltan Haindrich resolved HIVE-24939.
-------------------------------------
Resolution: Won't Fix
after further inspection - there is a fallback logic which uses the
`expressionProxy` to run the filtering if the expr tree was not built
> PartitionPruner incorrectly assumes that all builtin expressions are
> metastore side supported
> ---------------------------------------------------------------------------------------------
>
> Key: HIVE-24939
> URL: https://issues.apache.org/jira/browse/HIVE-24939
> Project: Hive
> Issue Type: Improvement
> Reporter: Zoltan Haindrich
> Assignee: Zoltan Haindrich
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> in case ObjectStore is in use it results in logs like:
> {code}
> 2021-03-20 12:37:36,568 INFO
> org.apache.hadoop.hive.metastore.PartFilterExprUtil: [pool-6-thread-170]:
> Unable to make the expression tree from expression string [(UDFToDouble(p1) =
> 2021.0D)]Error parsing partition filter; lexer error: null; exception
> NoViableAltException(24@[])
> {code}
> may occur in the HMS log; while the metastore call returns all partitions...
--
This message was sent by Atlassian Jira
(v8.3.4#803005)