Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/17540 This PR will change the Spark UI. For a simple query `Seq(1 -> "a").toDF("i", "j").write.parquet("/tmp/a")`, previously the SQL tab of Spark UI will show <img width="287" alt="t1" src="https://cloud.githubusercontent.com/assets/3182036/25320581/fd74467e-28da-11e7-80ec-efb4af8a2cdb.png"> After this PR it's <img width="577" alt="t2" src="https://cloud.githubusercontent.com/assets/3182036/25320591/116864a8-28db-11e7-9115-cf0bac552fdf.png"> I'm not sure which one is better, it depends on how users expect the Spark SQL UI for a write operation. cc @zsxwing
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org