[ https://issues.apache.org/jira/browse/PARQUET-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638258#comment-16638258 ]
ASF GitHub Bot commented on PARQUET-1436: ----------------------------------------- nandorKollar opened a new pull request #529: PARQUET-1436: TimestampMicrosStringifier shows wrong microseconds for timestamps before 1970 URL: https://github.com/apache/parquet-mr/pull/529 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > 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 > Priority: Major > Labels: pull-request-available > 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)