[ 
https://issues.apache.org/jira/browse/GOBBLIN-2040?focusedWorklogId=916515&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-916515
 ]

ASF GitHub Bot logged work on GOBBLIN-2040:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 25/Apr/24 20:19
            Start Date: 25/Apr/24 20:19
    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:
   Fro other classes that use ComparableWatermark, as long as the watermark 
itself is still comparable, we should be fine 





Issue Time Tracking
-------------------

    Worklog Id:     (was: 916515)
    Time Spent: 2h  (was: 1h 50m)

> 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: 2h
>  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)

Reply via email to