jainankitk commented on PR #14413: URL: https://github.com/apache/lucene/pull/14413#issuecomment-2760401254
One of the failing check is: ``` ---------- 1. ERROR in /home/runner/work/lucene/lucene/lucene/sandbox/src/java/org/apache/lucene/sandbox/search/QueryProfilerBreakdown.java (at line 63) currentThreadId, ctx -> new QuerySliceProfilerBreakdown()); ^^^ The value of the lambda parameter ctx is not used ---------- 1 problem (1 error) > Task :lucene:sandbox:ecjLintMain FAILED ``` I am wondering if there is a workaround for this? One option is to use `putIfAbsent` which doesn't require function as input, but then need to explicitly `get` before returning -- 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