github-advanced-security[bot] commented on code in PR #16358:
URL: https://github.com/apache/druid/pull/16358#discussion_r1588979899
##########
sql/src/main/java/org/apache/druid/sql/calcite/planner/PlannerContext.java:
##########
@@ -341,6 +346,14 @@
return plannerToolbox.rootSchema().getResourceType(schema, resourceName);
}
+ /**
+ * Returns the set of lookups to laod for a given task.
+ */
+ public Set<String> getLookupsToLoad()
Review Comment:
## Exposing internal representation
getLookupsToLoad exposes the internal representation stored in field
lookupsToLoad. The value may be modified [after this call to
getLookupsToLoad](1).
getLookupsToLoad exposes the internal representation stored in field
lookupsToLoad. The value may be modified [after this call to
getLookupsToLoad](2).
[Show more
details](https://github.com/apache/druid/security/code-scanning/7329)
--
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]