You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2020/07/13 09:01:09 UTC

[spark] branch master updated (b6229df -> 6d49964)

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 b6229df  [SPARK-32258][SQL] NormalizeFloatingNumbers directly normalizes IF/CaseWhen/Coalesce child expressions
     add 6d49964  [SPARK-32105][SQL] Refactor current ScriptTransformationExec code

No new revisions were added by this update.

Summary of changes:
 .../execution/BaseScriptTransformationExec.scala   | 202 ++++++++++
 .../spark/sql/hive/HiveSessionStateBuilder.scala   |   3 +-
 .../org/apache/spark/sql/hive/HiveStrategies.scala |   5 +-
 .../hive/execution/ScriptTransformationExec.scala  | 432 ++++++++-------------
 ...e.scala => HiveScriptTransformationSuite.scala} |  18 +-
 5 files changed, 380 insertions(+), 280 deletions(-)
 create mode 100644 sql/core/src/main/scala/org/apache/spark/sql/execution/BaseScriptTransformationExec.scala
 rename sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/{ScriptTransformationSuite.scala => HiveScriptTransformationSuite.scala} (94%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org