Jackie-Jiang opened a new issue #7494: URL: https://github.com/apache/pinot/issues/7494
Currently when executing a query, we extract the query options out and pass them in as arguments into the plan nodes and operators. This approach will add more and more arguments into the method, which is hard to maintain. Instead, we can store these arguments within the query context so that adding new options doesn't require changing the method signature. -- 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