cpoerschke commented on code in PR #935:
URL: https://github.com/apache/solr/pull/935#discussion_r925737991


##########
solr/solrj/src/test/org/apache/solr/client/solrj/io/stream/StreamDecoratorTest.java:
##########
@@ -3048,7 +3048,7 @@ public void testPriorityStream() throws Exception {
       expression =
           StreamExpressionParser.parse(
               "priority(topic(collection1, collection1, q=\"a_s:hello\", 
fl=\"id,a_i\", id=1000000, initialCheckpoint=0),"

Review Comment:
   #950 explores removing of the entire expression i.e. not just removing the 
`initialCheckpoint=0` (which would change the meaning to _"highest version in 
the index"_ actually) but removing the expression itself and continuing with 
the stream itself.



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