You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/09/20 14:49:47 UTC

[GitHub] [lucene] uschindler commented on pull request #310: LUCENE-10112: Improve LZ4 Compression performance with direct primitive read/writes

uschindler commented on pull request #310:
URL: https://github.com/apache/lucene/pull/310#issuecomment-922998460


   Hi,
   I had to revert the read/write of shorts, because this seems to cause errors. It looks like Lucene 9 sometimes uses a EndiannessReverserDataInput which causes test failures, especially for backwards tests.
   
   So we can't rely on endianness and should hardcode it when writing/reading the LZ4 format.


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

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org