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

Kousuke Saruta resolved SPARK-46627.
------------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

Issue resolved in https://github.com/apache/spark/pull/44633

> Streaming UI hover-over shows incorrect value
> ---------------------------------------------
>
>                 Key: SPARK-46627
>                 URL: https://issues.apache.org/jira/browse/SPARK-46627
>             Project: Spark
>          Issue Type: Task
>          Components: Structured Streaming, UI, Web UI
>    Affects Versions: 4.0.0
>            Reporter: Wei Liu
>            Assignee: Kent Yao
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>         Attachments: Screenshot 2024-01-08 at 1.55.57 PM.png, Screenshot 
> 2024-01-08 at 15.06.24.png
>
>
> Running a simple streaming query:
> val df = spark.readStream.format("rate").option("rowsPerSecond", 
> "50000000").load()
> val q = df.writeStream.format("noop").start()
>  
> The hover-over value is incorrect in the streaming ui (shows 321.00 at 
> undefined)
>  
> !Screenshot 2024-01-08 at 1.55.57 PM.png!



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