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

ASF GitHub Bot updated SPARK-53288:
-----------------------------------
    Labels: pull-request-available  (was: )

> Fix assertion error when using StreamingGlobalLimit and Checkpoint v2
> ---------------------------------------------------------------------
>
>                 Key: SPARK-53288
>                 URL: https://issues.apache.org/jira/browse/SPARK-53288
>             Project: Spark
>          Issue Type: Bug
>          Components: Structured Streaming
>    Affects Versions: 4.1.0
>            Reporter: Dylan Wong
>            Priority: Major
>              Labels: pull-request-available
>
> Checkpoint V2 has an assertion:
>  {{assert(      ret.length == getStateInfo.numPartitions,
>       s"ChekpointInfo length: ${ret.length}, numPartitions: 
> ${getStateInfo.numPartitions}")}}
> But StreamingGlobalLimit has only one partition.
> Fix should be just relaxing this check for operators that have only 1 
> partition.



--
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