somu-imply commented on code in PR #13085: URL: https://github.com/apache/druid/pull/13085#discussion_r997611130
########## sql/src/main/java/org/apache/druid/sql/calcite/planner/PlannerContext.java: ########## @@ -77,6 +78,7 @@ private final String sql; private final DruidOperatorTable operatorTable; private final ExprMacroTable macroTable; + private final JoinableFactoryWrapper jfw; Review Comment: My bad a new round is coming with all these changes (have them locally) -- 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]
