mirror of https://github.com/apache/druid.git
Fix formatting of error message from validateNoIllegalRightyJoins. (#17061)
The prior formatting was inconsistent in terms of punctuation and capitalization.
This commit is contained in:
parent
d3f86baff9
commit
27443a0600
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue