You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by "Aliaksei Sandryhaila (JIRA)" <ji...@apache.org> on 2015/09/11 17:40:45 UTC

[jira] [Created] (ORC-27) C++ reader does not read dates correctly

Aliaksei Sandryhaila created ORC-27:
---------------------------------------

             Summary: C++ reader does not read dates correctly
                 Key: ORC-27
                 URL: https://issues.apache.org/jira/browse/ORC-27
             Project: Orc
          Issue Type: Bug
            Reporter: Aliaksei Sandryhaila
            Assignee: Aliaksei Sandryhaila


Reproducer:
1) create a Hive table with a date column
2) insert date 01-01-01
3) get the corresponding orc file from HDFS
4) read with the C++ reader

The reader produces 0-12-30 (off by 2 days)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)