Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Filter pushdown could be improved. Based on my experiments there's no reasonable way to do it with DN 2.0, due to DN bug in substring and Collection.get(int) not being implemented.
With version as low as 2.1 we can use values.get on partition to extract values to compare to. Type compatibility is an issue, but is easy for strings and integral values.
Attachments
Attachments
Issue Links
- is blocked by
-
HIVE-4914 filtering via partition name should be done inside metastore server (implementation)
- Resolved
-
HIVE-2084 Upgrade datanucleus from 2.0.3 to a more recent version (3.?)
- Closed
- is related to
-
HIVE-2702 Enhance listPartitionsByFilter to add support for integral types both for equality and non-equality
- Closed