[
https://issues.apache.org/jira/browse/GOBBLIN-2040?focusedWorklogId=916518&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-916518
]
ASF GitHub Bot logged work on GOBBLIN-2040:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 25/Apr/24 20:27
Start Date: 25/Apr/24 20:27
Worklog Time Spent: 10m
Work Description: 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:
For other classes that use ComparableWatermark, as long as the watermark
itself is still comparable, we should be fine
Issue Time Tracking
-------------------
Worklog Id: (was: 916518)
Time Spent: 2.5h (was: 2h 20m)
> Abstract comparable watermark
> -----------------------------
>
> Key: GOBBLIN-2040
> URL: https://issues.apache.org/jira/browse/GOBBLIN-2040
> Project: Apache Gobblin
> Issue Type: Improvement
> Reporter: Zihan Li
> Priority: Major
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> Create Abstract GobblinConsumerClass to support different type of offset and
> watermark
--
This message was sent by Atlassian Jira
(v8.20.10#820010)