Ted Yu created HIVE-8645:
----------------------------
Summary: RecordReaderImpl#TimestampTreeReader#nextVector() should
call TreeReader#nextVector()
Key: HIVE-8645
URL: https://issues.apache.org/jira/browse/HIVE-8645
Project: Hive
Issue Type: Bug
Reporter: Ted Yu
Priority: Minor
{code}
Object nextVector(Object previousVector, long batchSize) throws IOException
{
LongColumnVector result = null;
{code}
Call to TreeReader.nextVector() is missing.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)