[ 
https://issues.apache.org/jira/browse/SPARK-41025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jungtaek Lim resolved SPARK-41025.
----------------------------------
    Resolution: Abandoned

> Introduce ComparableOffset as mixed-in interface for streaming offset
> ---------------------------------------------------------------------
>
>                 Key: SPARK-41025
>                 URL: https://issues.apache.org/jira/browse/SPARK-41025
>             Project: Spark
>          Issue Type: Improvement
>          Components: Structured Streaming
>    Affects Versions: 3.4.0
>            Reporter: Jungtaek Lim
>            Priority: Major
>
> Currently, Spark does not care about the offset range when planning 
> microbatch, and it has been data source implementation's responsibility to 
> check the boundary of offset range.
> While not all types of offsets could provide comparison between two instances 
> (some types may only be able to provide equality comparison), majority of 
> types of offsets can do, which Spark can leverage it to perform the 
> validation of offset range generally.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to