Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2.0, 1.3.0
-
None
Description
The Sargs impl today converts the statsObj to the type of the predicate object before doing any comparisons.
To satisfy the PPD requirements, the conversion has to be coerced to the type specified in PredicateLeaf.type.
The type conversions in Hive are standard and have a fixed promotion order.
Therefore the PredicateLeaf has to do type changes which match the exact order of type coercions offered by the FilterOperator.
Attachments
Attachments
Issue Links
- breaks
-
HIVE-10819 SearchArgumentImpl for Timestamp is broken by HIVE-10286
- Resolved
- is required by
-
HIVE-10556 ORC PPD schema on read related changes
- Open
- supercedes
-
HIVE-10221 PPD: Support Integer literals for ORC
- Resolved
- links to