Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
Description
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)
Attachments
Attachments
Issue Links
- links to