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


##########
sql/src/main/java/org/apache/druid/sql/calcite/planner/CalcitePlanner.java:
##########
@@ -502,4 +505,25 @@ void from(CalcitePlanner planner)
                                          + " to " + this);
     }
   }
+
+  /**
+   * Define some tool members and methods for hints.
+   */
+  private static class HintTools
+  {
+    static final HintStrategyTable HINT_STRATEGY_TABLE = 
createHintStrategies();
+
+    /**
+     * Creates hint strategies.
+     *
+     * @return HintStrategyTable instance
+     */
+    private static HintStrategyTable createHintStrategies()
+    {
+      return HintStrategyTable.builder()
+                              .hintStrategy(JoinHint.BROADCAST.name(), 
HintPredicates.JOIN)

Review Comment:
   Moved to DruidHint



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