Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
-
None
Description
The PointLookupOptimizer can turn off some of the optimizations due to its use of tuple IN() clauses.
HIVE-11573 introduced the extraction of sub-clauses that could be pushed down till the TableScan operators, though they wouldn't be pushed down to the metastore.
In this issue, we tackle this problem by extending the filter parser of the metastore to support IN clauses, including multiple columns. This allows to push those additional predicates down throw directSQL to the metastore.
Attachments
Attachments
Issue Links
- is blocked by
-
HIVE-11634 Support partition pruning for IN(STRUCT(partcol, nonpartcol..)...)
- Closed
- relates to
-
SPARK-33416 Avoid Hive metastore stack overflow when InSet predicate have many values
- Resolved
-
HIVE-11573 PointLookupOptimizer can be pessimistic at a low nDV
- Closed
- links to