-
- Downloads
[SPARK-14356] Update spark.sql.execution.debug to work on Datasets
## What changes were proposed in this pull request? Update DebugQuery to work on Datasets of any type, not just DataFrames. ## How was this patch tested? Added unit tests, checked in spark-shell. Author: Matei Zaharia <matei@databricks.com> Closes #12140 from mateiz/debug-dataset.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/execution/debug/package.scala 2 additions, 2 deletions.../scala/org/apache/spark/sql/execution/debug/package.scala
- sql/core/src/test/scala/org/apache/spark/sql/execution/debug/DebuggingSuite.scala 6 additions, 0 deletions...org/apache/spark/sql/execution/debug/DebuggingSuite.scala
Please register or sign in to comment