This is an automated email from the ASF dual-hosted git repository.

vogievetsky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 27443a0600a Fix formatting of error message from 
validateNoIllegalRightyJoins. (#17061)
27443a0600a is described below

commit 27443a0600a7832b129458dc16ce76ce8a9e9cae
Author: Gian Merlino <[email protected]>
AuthorDate: Sat Sep 14 15:20:48 2024 -0700

    Fix formatting of error message from validateNoIllegalRightyJoins. (#17061)
    
    The prior formatting was inconsistent in terms of punctuation and
    capitalization.
---
 .../java/org/apache/druid/sql/calcite/planner/QueryValidations.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sql/src/main/java/org/apache/druid/sql/calcite/planner/QueryValidations.java 
b/sql/src/main/java/org/apache/druid/sql/calcite/planner/QueryValidations.java
index 1f38debfb9a..c516496af31 100644
--- 
a/sql/src/main/java/org/apache/druid/sql/calcite/planner/QueryValidations.java
+++ 
b/sql/src/main/java/org/apache/druid/sql/calcite/planner/QueryValidations.java
@@ -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,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to