epugh commented on code in PR #3031:
URL: https://github.com/apache/solr/pull/3031#discussion_r2265361649


##########
solr/core/src/test/org/apache/solr/uninverting/TestFieldCacheSortRandom.java:
##########
@@ -266,23 +266,26 @@ public int compare(BytesRef a, BytesRef b) {
       }
 
       // For both STRING and STRING_VAL types in Lucene 10+, the internal 
sorting behavior
-      // has changed and can return different types (String vs BytesRef) 
depending on load conditions.
-      // The manual BytesRef.compareTo() used in this test doesn't reliably 
match the actual Lucene sort
+      // has changed and can return different types (String vs BytesRef) 
depending on load
+      // conditions.
+      // The manual BytesRef.compareTo() used in this test doesn't reliably 
match the actual Lucene
+      // sort
       // order under all conditions.

Review Comment:
   Christos fixed this lint issue in main...



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

Reply via email to