Akshat-Jain commented on code in PR #16358: URL: https://github.com/apache/druid/pull/16358#discussion_r1592009790
########## sql/src/main/java/org/apache/druid/sql/calcite/planner/PlannerContext.java: ########## @@ -142,6 +146,8 @@ public class PlannerContext // set of attributes for a SQL statement used in the EXPLAIN PLAN output private ExplainAttributes explainAttributes; private PlannerLookupCache lookupCache; + // Lookup loading spec for a given task Review Comment: Have removed this comment as per suggestion by Karan as it isn't really adding any additional info. -- 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]
