gf2121 commented on code in PR #14494:
URL: https://github.com/apache/lucene/pull/14494#discussion_r2074991144


##########
lucene/core/src/java/org/apache/lucene/codecs/lucene103/blocktree/TrieBuilder.java:
##########
@@ -63,7 +67,7 @@ private enum Status {
   private static class Node {
 
     // The utf8 digit that leads to this Node, 0 for root node
-    private final int label;
+    private int label;

Review Comment:
   We are modifying the label during saving:
   
   
https://github.com/apache/lucene/pull/14494/files#diff-833f2a438947805927e571611f25e77ad4be6944fb2ff8816b3168ce2b48182eR253



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