iverase commented on a change in pull request #462: URL: https://github.com/apache/lucene/pull/462#discussion_r756674099
########## File path: lucene/backward-codecs/src/test/org/apache/lucene/backward_codecs/lucene60/Lucene60PointsWriter.java ########## @@ -270,8 +256,7 @@ public void finish() throws IOException { Lucene60PointsFormat.INDEX_EXTENSION); // Write index file try (IndexOutput indexOut = - EndiannessReverserUtil.createOutput( - writeState.directory, indexFileName, writeState.context)) { + writeState.directory.createOutput(indexFileName, writeState.context)) { Review comment: That was an oversight .In reality it does not matter as in that IndexOutput we are not writing primitives, but still I have updated it and wrap it. -- 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-unsubscr...@lucene.apache.org 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