ZihanLi58 commented on code in PR #3935:
URL: https://github.com/apache/gobblin/pull/3935#discussion_r1580077089


##########
gobblin-api/src/main/java/org/apache/gobblin/source/extractor/ComparableWatermark.java:
##########
@@ -20,7 +20,7 @@
 /**
  * {@link Watermark} that is also {@link Comparable}.
  */
-public interface ComparableWatermark<V extends Comparable<V>> extends 
Watermark, Comparable<ComparableWatermark>{
+public interface ComparableWatermark<V> extends Watermark, 
Comparable<ComparableWatermark>{

Review Comment:
   Fro other classes that use ComparableWatermark, as long as the watermark 
itself is still comparable, we should be fine 



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

Reply via email to