gf2121 commented on pull request #602: URL: https://github.com/apache/lucene/pull/602#issuecomment-1013925047
Thanks. > Did you check for other ReadVint variants? There may be more. Maybe use the type hierarchy functions to investigate all child classes of DataInput. I'm using IntelliJ IDEA and it can help detect child classes that override the readVInt/readVLong. I also greped `long readVLong` to avoid similar fork (but not override) like what we do in `BlockPackedReaderIterator`. It seems there is no other ReadVint variants. **readVInt**   **readVLong**   -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
