Fix formatting of error message from validateNoIllegalRightyJoins. (#17061)

The prior formatting was inconsistent in terms of punctuation and
capitalization.
This commit is contained in:
Gian Merlino 2024-09-14 15:20:48 -07:00 committed by GitHub
parent d3f86baff9
commit 27443a0600
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public class QueryValidations
if (shuttle.found != null) {
throw new ValidationException(
StringUtils.format(
"%s join is not supported by engine [%s] with %s: [%s]. Try %s: %s.",
"%s JOIN is not supported by engine[%s] with %s[%s]. Try %s[%s].",
shuttle.found.getJoinType(),
plannerContext.getEngine().name(),
PlannerContext.CTX_SQL_JOIN_ALGORITHM,