vrajat opened a new pull request, #15446: URL: https://github.com/apache/pinot/pull/15446
Specifically, the following warnings have been removed by using change the method signatures to return concrete types. ``` WARNING: Return type, java.util.Collection<? extends org.apache.pinot.spi.accounting.ThreadResourceTracker>, of method, public java.util.Collection<? extends org.apache.pinot.spi.accounting.ThreadResourceTracker> org.apache.pinot.broker.api.resources.PinotBrokerDebug.getThreadResourceUsage(), is not resolvable to a concrete type. WARNING: Return type, java.util.Collection<? extends org.apache.pinot.spi.accounting.QueryResourceTracker>, of method, public java.util.Collection<? extends org.apache.pinot.spi.accounting.QueryResourceTracker> org.apache.pinot.broker.api.resources.PinotBrokerDebug.getQueryResourceUsage(), is not resolvable to a concrete type. ``` -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org