Github user LantaoJin commented on the issue:
https://github.com/apache/spark/pull/20803
@cloud-fan, please review.
The test result is:
val df = spark.sql("xxxxx")
spark.range(10).count() // noting show in UI
df.collect() // show sql text "xxxxx" on the UI
df.count() // show sql text "xxxxx" on the UI
df.show() // show sql text "xxxxx" on the UI
df.filter(...).collect() // show sql text "xxxxx" on the UI
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]