Jackie-Jiang opened a new pull request, #19283: URL: https://github.com/apache/pinot/pull/19283
## Summary Minor cleanup, no behavior change. `QueryContext`: - Move `getExplain()` up next to `isExplain()` so the two explain accessors sit together. - Drop the stale `isExplain()` Javadoc line that described it as an alias — the link markup was malformed and the one-line summary above it already says what the method does. `ServerQueryExecutorV1Impl`: - Hoist `queryContext.getExplain()` into a local in `execute(...)` instead of calling it again in the `default` branch's error message. - Re-wrap a handful of statements and signatures to the 120-char limit. -- 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]
