vigyasharma commented on PR #13295: URL: https://github.com/apache/lucene/pull/13295#issuecomment-2050540712
Getting the same test failure here. ```java > Task :lucene:core:compileTestJava /home/runner/work/lucene/lucene/lucene/core/src/test/org/apache/lucene/search/BaseKnnVectorQueryTestCase.java:816: error: cannot find symbol noTimeoutManager.newCollector(Integer.MAX_VALUE, searcher.leafContexts.getFirst()); ^ symbol: method getFirst() location: variable leafContexts of type List<LeafReaderContext> /home/runner/work/lucene/lucene/lucene/core/src/test/org/apache/lucene/search/BaseKnnVectorQueryTestCase.java:832: error: cannot find symbol timeoutManager.newCollector(Integer.MAX_VALUE, searcher.leafContexts.getFirst()); ^ symbol: method getFirst() location: variable leafContexts of type List<LeafReaderContext> Note: Some input files use or override a deprecated API. ``` -- 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