epugh commented on code in PR #2657: URL: https://github.com/apache/solr/pull/2657#discussion_r1729254232
########## solr/solrj-streaming/src/test/org/apache/solr/client/solrj/io/stream/StreamingTest.java: ########## @@ -1348,7 +1348,7 @@ private void checkReturnValsForEmpty(String[] fields) throws IOException { } } - // Goes away after after LUCENE-7548 + // Goes away after LUCENE-7548 Review Comment: interesting... I wonder.. Do we have a lot of `LUCENE-XXXX` references? I wonder if we should have a new ticket to fix ALL of them? I could also see us replacing it with just the url? ``` // Goes away after https://github.com/apache/lucene/issues/8599 ``` -- 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...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org