jpountz commented on pull request #2310:
URL: https://github.com/apache/lucene-solr/pull/2310#issuecomment-777686222


   > I wonder if we should not version PFUtil classes, instead move then to a 
package under Util and change the visibility of the methods. Those classes 
seems more like a utility to me.
   
   I've become a bit wary of having shared utility classes for codecs given how 
it makes the code harder to evolve (e.g. I have the FST and PackedInts classes 
in mind). I'd rather like to copy this utility class wherever it's needed so 
that every file format that uses bit packing can more easily update the logic 
to fits its own needs.


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

Reply via email to