[ https://issues.apache.org/jira/browse/HIVE-18397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16317465#comment-16317465 ]
Vihang Karajgaonkar commented on HIVE-18397: -------------------------------------------- Based on what I see in https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/write/DataWritableWriter.java#L106 Parquet in Hive doesn't seem to support intervals. [~Ferd] Do you know if this understanding correct? > Support vectorization for INTERVAL_DAY_TIME type > ------------------------------------------------ > > Key: HIVE-18397 > URL: https://issues.apache.org/jira/browse/HIVE-18397 > Project: Hive > Issue Type: Sub-task > Reporter: Vihang Karajgaonkar > > 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. -- This message was sent by Atlassian JIRA (v6.4.14#64029)