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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org