kgyrtkirk commented on code in PR #17541:
URL: https://github.com/apache/druid/pull/17541#discussion_r1888142438


##########
sql/src/main/java/org/apache/druid/sql/calcite/planner/QueryUtils.java:
##########
@@ -55,4 +58,21 @@ public static List<ColumnMapping> buildColumnMappings(
 
     return columnMappings;
   }
+
+  public static JoinAlgorithm getJoinAlgorithm(Join join, PlannerContext 
plannerContext)
+  {
+    RelHint closestHint = null;

Review Comment:
   note: I was thinking to use `DruidJoinHint` here.. so that you can't even 
set closesHint to a non-join hint...but its not really important



-- 
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]

Reply via email to