You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "zachjsh (via GitHub)" <gi...@apache.org> on 2023/03/30 20:20:12 UTC

[GitHub] [druid] zachjsh commented on a diff in pull request #14003: Allow for Input source security in native task layer

zachjsh commented on code in PR #14003:
URL: https://github.com/apache/druid/pull/14003#discussion_r1153747885


##########
indexing-service/src/main/java/org/apache/druid/indexing/common/task/Task.java:
##########
@@ -138,6 +140,15 @@ default int getPriority()
    */
   String getDataSource();
 
+  @Nullable
+  default String getInputSourceType() {

Review Comment:
   Maybe should add these functions to a different interface, with non-default, and have the tasks that are now implementing properly, implement that interface, so its easier to know which tasks are properly returning this information



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