zachjsh commented on code in PR #14003:
URL: https://github.com/apache/druid/pull/14003#discussion_r1157872056
##########
processing/src/main/java/org/apache/druid/data/input/InputSource.java:
##########
@@ -87,4 +88,10 @@ InputSourceReader reader(
@Nullable InputFormat inputFormat,
File temporaryDirectory
);
+
+ @Nullable
+ default Set<String> getTypes()
+ {
+ return null;
+ }
Review Comment:
`ResourceAction` isn't available to InputSources at the moment. I can add a
dependency. Ok to do this? Not sure if it will create a dependency cycle
--
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]