You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2020/07/29 17:41:46 UTC

[GitHub] [drill] oleg-zinovev opened a new pull request #2094: DRILL-7773: Incorrect conversion result to TIME_EPOCH_BE

oleg-zinovev opened a new pull request #2094:
URL: https://github.com/apache/drill/pull/2094


   # [DRILL-7773](https://issues.apache.org/jira/browse/DRILL-7773): Incorrect conversion result to TIME_EPOCH_BE
   
   ## Description
   
   An error was made when converting to BIG ENGIAN. 
   First, the bytes of an integer were reversed, and only then the result was extended to long. 
   Because of this, null zero at the beginning of long did not participate in the reverse operation
   
   ## Testing
   (Please describe how this PR has been tested.)
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [drill] cgivre merged pull request #2094: DRILL-7773: Incorrect conversion result to TIME_EPOCH_BE

Posted by GitBox <gi...@apache.org>.
cgivre merged pull request #2094:
URL: https://github.com/apache/drill/pull/2094


   


----------------------------------------------------------------
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:
users@infra.apache.org