Skip to content

Commit

Permalink
[GOBBLIN-2040] Remove the assumption that value of ComparableWatermar…
Browse files Browse the repository at this point in the history
…k 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 <zihli@zihli-mn2.linkedin.biz>
  • Loading branch information
ZihanLi58 and Zihan Li committed Apr 25, 2024
1 parent df9a0c1 commit 9b4989e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>{

V getValue();

Expand Down

0 comments on commit 9b4989e

Please sign in to comment.