wgtmac opened a new pull request #661:
URL: https://github.com/apache/orc/pull/661


   ### What changes were proposed in this pull request?
   The Java ORC reader takes one second off from timestamp values with negative 
second and nanosecond greater than 999999. The C++ ORC reader/writer should use 
same logic to be consistent.
   
   ### Why are the changes needed?
   WIthout this fix, we may see data inconsistency of timestamp values from 
different ORC readers.
   
   ### How was this patch tested?
   It can be tested manually by C++/Java ORC tools.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to