Skip to content

Commit

Permalink
Update indexing-service/src/main/java/org/apache/druid/indexing/seeka…
Browse files Browse the repository at this point in the history
…blestream/SeekableStreamIndexTask.java

Co-authored-by: Benedict Jin <asdf2014@apache.org>
  • Loading branch information
gianm and asdf2014 committed Jul 19, 2023
1 parent fd0d9ee commit 50ec459
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public boolean withinMinMaxRecordTime(final InputRow row)

/**
* Deprecated method for providing the {@link RecordSupplier} that connects with the stream. New extensions should
* overide {@link #newTaskRecordSupplier(TaskToolbox)} instead.
* override {@link #newTaskRecordSupplier(TaskToolbox)} instead.
*/
@Deprecated
protected RecordSupplier<PartitionIdType, SequenceOffsetType, RecordType> newTaskRecordSupplier()
Expand Down

0 comments on commit 50ec459

Please sign in to comment.