suneet-s opened a new pull request #9607: Remove no-op assert statement in ClientQuerySegmentWalker URL: https://github.com/apache/druid/pull/9607 The assert statement in ClientQuerySegmentWalker will always be true because of the preceding while loop which has the same condition. This change removes the check to fix the error reported by LGTM
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
