You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Zoltan Ivanfi (JIRA)" <ji...@apache.org> on 2018/10/03 13:57:00 UTC

[jira] [Created] (PARQUET-1436) TimestampMicrosStringifier shows wrong microseconds for timestamps before 1970

Zoltan Ivanfi created PARQUET-1436:
--------------------------------------

             Summary: TimestampMicrosStringifier shows wrong microseconds for timestamps before 1970
                 Key: PARQUET-1436
                 URL: https://issues.apache.org/jira/browse/PARQUET-1436
             Project: Parquet
          Issue Type: Task
          Components: parquet-mr
            Reporter: Zoltan Ivanfi
             Fix For: 1.11.0


testTimestampMicrosStringifier takes the timestamp 1848-03-15T09:23:59.765 and subtracts 1 microseconds from it. The result (both expected and actual) is 1848-03-15T09:23:59.765001, but it should be 1848-03-15T09:23:59.764999 instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)