jpountz commented on a change in pull request #462:
URL: https://github.com/apache/lucene/pull/462#discussion_r756647618



##########
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:
       I'm confused about this change, why do we no longer need to reverse the 
byte order?




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

Reply via email to