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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to