Matt McCline created HIVE-8415: ---------------------------------- Summary: Vectorized comparison of timestamp and integer needs to treat integer as seconds since epoch Key: HIVE-8415 URL: https://issues.apache.org/jira/browse/HIVE-8415 Project: Hive Issue Type: Bug Components: Vectorization Affects Versions: 0.14.0 Reporter: Matt McCline Assignee: Matt McCline Priority: Critical Fix For: 0.14.0
Current vectorization code treats integers as nanoseconds which doesn't match non-vectorized Hive behavior that interprets integers and doubles as seconds since epoch. Currently, the patch includes Jason's changes from patch #2 in HIVE-8391. -- This message was sent by Atlassian JIRA (v6.3.4#6332)