This is an automated email from the ASF dual-hosted git repository.

wenchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 2d6eb00  [SPARK-32596][CORE] Clear Ivy resolution files as part of 
finally block
     add 4cf8c1d  [SPARK-32400][SQL] Improve test coverage of 
HiveScriptTransformationExec

No new revisions were added by this update.

Summary of changes:
 .../src/test/resources/test_script.py              |   0
 .../execution/BaseScriptTransformationSuite.scala  | 382 +++++++++++++++++++++
 .../execution/TestUncaughtExceptionHandler.scala   |   2 +-
 .../org/apache/spark/sql/hive/HiveInspectors.scala |   3 +
 .../execution/HiveScriptTransformationSuite.scala  | 318 +++++++++--------
 .../spark/sql/hive/execution/SQLQuerySuite.scala   |   1 +
 6 files changed, 567 insertions(+), 139 deletions(-)
 rename sql/{hive => core}/src/test/resources/test_script.py (100%)
 create mode 100644 
sql/core/src/test/scala/org/apache/spark/sql/execution/BaseScriptTransformationSuite.scala
 rename sql/{hive/src/test/scala/org/apache/spark/sql/hive => 
core/src/test/scala/org/apache/spark/sql}/execution/TestUncaughtExceptionHandler.scala
 (96%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to