Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GroupByQueryConfig: Skip unnecessary toString. (#17396)
Calling toString on newConfig is unnecessary, because it will be done automatically by the logger. This saves some effort under log levels higher than DEBUG.
- Loading branch information