You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "abhishekagarwal87 (via GitHub)" <gi...@apache.org> on 2023/02/21 10:18:44 UTC

[GitHub] [druid] abhishekagarwal87 commented on a diff in pull request #13788: Wire up the catalog resolver

abhishekagarwal87 commented on code in PR #13788:
URL: https://github.com/apache/druid/pull/13788#discussion_r1112853903


##########
sql/src/main/java/org/apache/druid/sql/calcite/planner/PlannerFactory.java:
##########
@@ -52,7 +52,7 @@
 import java.util.Map;
 import java.util.Properties;
 
-public class PlannerFactory
+public class PlannerFactory implements PlannerToolbox

Review Comment:
   why does PlannerFactory has to implement PlannerToolbox? Instead, it could take plannerToolbox as an argument. is the implementation any different from SimplePlannerToolbox? 



-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org