[GitHub] [spark] amaliujia commented on a diff in pull request #40498: [SPARK-42878][CONNECT] The table API in DataFrameReader could also accept options

2023-03-21 Thread via GitHub
amaliujia commented on code in PR #40498: URL: https://github.com/apache/spark/pull/40498#discussion_r1142929171 ## connector/connect/client/jvm/src/main/scala/org/apache/spark/sql/DataFrameReader.scala: ## @@ -183,7 +183,7 @@ class DataFrameReader private[sql] (sparkSession:

[GitHub] [spark] yliou opened a new pull request, #40503: [SPARK-42830] [UI] Link skipped stages on Spark UI

2023-03-21 Thread via GitHub
yliou opened a new pull request, #40503: URL: https://github.com/apache/spark/pull/40503 ### What changes were proposed in this pull request? Adds text on the UI that shows which executed stage a skipped stage on the UI refers to. ### Why are the changes needed?

<    1   2   3