You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/11/25 08:39:54 UTC

[GitHub] [lucene] iverase commented on a change in pull request #462: LUCENE-9820: PointTree#size() should handle the case of balanced tree in pre-8.6 indexes

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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org