Re: [PR] [SPARK-45782][CORE][PYTHON] Add Dataframe API df.explainString() [spark]

2024-02-13 Thread via GitHub
github-actions[bot] closed pull request #43651: [SPARK-45782][CORE][PYTHON] Add Dataframe API df.explainString() URL: https://github.com/apache/spark/pull/43651 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] [SPARK-45782][CORE][PYTHON] Add Dataframe API df.explainString() [spark]

2024-02-12 Thread via GitHub
github-actions[bot] commented on PR #43651: URL: https://github.com/apache/spark/pull/43651#issuecomment-1939855929 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.

Re: [PR] [SPARK-45782][CORE][PYTHON] Add Dataframe API df.explainString() [spark]

2023-11-03 Thread via GitHub
khalidmammadov commented on code in PR #43651: URL: https://github.com/apache/spark/pull/43651#discussion_r1382330036 ## sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala: ## @@ -585,16 +585,10 @@ class Dataset[T] private[sql]( * @group basic * @since 3.0.0

Re: [PR] [SPARK-45782][CORE][PYTHON] Add Dataframe API df.explainString() [spark]

2023-11-03 Thread via GitHub
HyukjinKwon commented on code in PR #43651: URL: https://github.com/apache/spark/pull/43651#discussion_r1382306692 ## sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala: ## @@ -585,16 +585,10 @@ class Dataset[T] private[sql]( * @group basic * @since 3.0.0 */

[PR] [SPARK-45782][CORE][PYTHON] Add Dataframe API df.explainString() [spark]

2023-11-03 Thread via GitHub
khalidmammadov opened a new pull request, #43651: URL: https://github.com/apache/spark/pull/43651 ### What changes were proposed in this pull request? This PR adds a new method df.explainString() which produces the same output as df.explain() but instead of printing it returns the output