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/04/20 06:41:28 UTC

[GitHub] [lucene] iverase opened a new pull request #97: LUCENE-9907: Move PackedInts#getReaderNoHeader() to backwards codec

iverase opened a new pull request #97:
URL: https://github.com/apache/lucene/pull/97


   The method PackedInts#getReaderNoHeader() is only used from codecs in backwards-codec, therefore we can move the actual method to that package.
   
   In order to do that we create read only versions of Packed64 and Packed64SingleBlock. Those versions are always created from an existing `DataInput`.
   
   In addition the current versions of `Packed64` and `Packed64SingleBlock` have removed the ability of reading from a `DataInput`.
   
   With this change LUCENE-9907 can be closed.
   
   


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



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


[GitHub] [lucene] iverase merged pull request #97: LUCENE-9907: Move PackedInts#getReaderNoHeader() to backwards codec

Posted by GitBox <gi...@apache.org>.
iverase merged pull request #97:
URL: https://github.com/apache/lucene/pull/97


   


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



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