Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Vectorizer currently assumes that all the primitives are supported for a inputformat which implements VectorizedInputFormatInterface. Currently any table which has timestamp or interval_day_time type will fail execution in vectorized mode. HIVE-18323 adds support for timestamp. We should also add support for interval_day_time.