Wei Liu created SPARK-46627: ------------------------------- Summary: 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
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: !https://files.slack.com/files-tmb/T02727P8HV4-F06CJ83D3JT-b44210f391/image_720.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