kfaraz commented on code in PR #13520:
URL: https://github.com/apache/druid/pull/13520#discussion_r1044165020


##########
core/src/main/java/org/apache/druid/data/input/InputSourceReader.java:
##########
@@ -37,7 +37,12 @@
 @UnstableApi
 public interface InputSourceReader
 {
-  CloseableIterator<InputRow> read() throws IOException;
+  default CloseableIterator<InputRow> read() throws IOException

Review Comment:
   This method can now be removed as it is now only used in tests.



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

Reply via email to