You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/08/14 23:35:45 UTC

[GitHub] [arrow] kiszk edited a comment on pull request #7923: ARROW-9681: [Java] Fix test failures of Arrow Memory - Core on big-endian platform

kiszk edited a comment on pull request #7923:
URL: https://github.com/apache/arrow/pull/7923#issuecomment-674311119


   @jacques-n Good point. During the support work of the BE, I realized `UnsafeDirectLittleEndian` class can support the big-endian while its class name includes `LittleEndian`. Other places that I am addressing depend on the LE.
   
   As you pointed out, the above preconditions should be moved to another place. However, I am not sure where is the best place of this pre-condition. Do you have any suggestions?


----------------------------------------------------------------
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