Skip to content

Commit 9b4989e

Browse files
ZihanLi58Zihan Li
andauthored
[GOBBLIN-2040] Remove the assumption that value of ComparableWatermark has to be comparable (#3935)
* address comments * use connectionmanager when httpclient is not cloesable * remove the assumption that value of comparableWatermark has to be comparable --------- Co-authored-by: Zihan Li <[email protected]>
1 parent df9a0c1 commit 9b4989e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gobblin-api/src/main/java/org/apache/gobblin/source/extractor/ComparableWatermark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
* {@link Watermark} that is also {@link Comparable}.
2222
*/
23-
public interface ComparableWatermark<V extends Comparable<V>> extends Watermark, Comparable<ComparableWatermark>{
23+
public interface ComparableWatermark<V> extends Watermark, Comparable<ComparableWatermark>{
2424

2525
V getValue();
2626

0 commit comments

Comments
 (0)