[ https://issues.apache.org/jira/browse/SPARK-46627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Wei Liu updated SPARK-46627: ---------------------------- Attachment: Screenshot 2024-01-08 at 15.06.24.png > 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 > Priority: Major > 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