Jackie-Jiang opened a new pull request #7601: URL: https://github.com/apache/pinot/pull/7601
Avoid creating QueryOptions class which parses all the options but only access one of them. Query options can never be `null` during the query parsing, so no need to perform extra `null` checks. -- 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]
