Akshat-Jain commented on code in PR #17567:
URL: https://github.com/apache/druid/pull/17567#discussion_r1886328310


##########
indexing-service/src/test/java/org/apache/druid/indexing/seekablestream/SeekableStreamSupervisorSpecTest.java:
##########
@@ -247,7 +247,7 @@
     @Override
     protected OrderedSequenceNumber<String> makeSequenceNumber(String seq, 
boolean isExclusive)
     {
-      return new OrderedSequenceNumber<String>(seq, isExclusive)
+      return new OrderedSequenceNumber<>(seq, isExclusive)

Review Comment:
   Unrelated to this PR's code changes.



##########
indexing-service/src/test/java/org/apache/druid/indexing/seekablestream/supervisor/SeekableStreamSupervisorStateTest.java:
##########
@@ -2908,7 +2908,7 @@
     @Override
     protected OrderedSequenceNumber<String> makeSequenceNumber(String seq, 
boolean isExclusive)
     {
-      return new OrderedSequenceNumber<String>(seq, isExclusive)
+      return new OrderedSequenceNumber<>(seq, isExclusive)

Review Comment:
   Unrelated to this PR's code changes.



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