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


##########
sql/src/main/java/org/apache/druid/sql/calcite/planner/QueryHandler.java:
##########
@@ -563,7 +563,7 @@ protected PlannerResult planWithDruidConvention() throws 
ValidationException
                  .plus(DruidLogicalConvention.instance()),
           newRoot
       );
-      Hook.JAVA_PLAN.run(newRoot);

Review Comment:
   I was also thinking about doing that - but opted to not do that at first
   fortunately 90% of the necessary machinery was already in place...so it 
wasn't really hard to plug it in via guice...but I had to touch a few more 
files (+20)



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