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

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


    from f62e957  [SPARK-33873][CORE][TESTS] Test all compression codecs with 
encrypted spilling
     add 7466031  [SPARK-32106][SQL] Implement script transform in sql/core

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/parser/AstBuilder.scala     |  52 ++-
 .../sql/catalyst/parser/PlanParserSuite.scala      | 113 ++++++-
 .../apache/spark/sql/execution/SparkPlanner.scala  |   1 +
 .../execution/SparkScriptTransformationExec.scala  |  91 ++++++
 .../spark/sql/execution/SparkSqlParser.scala       | 115 ++++---
 .../spark/sql/execution/SparkStrategies.scala      |  14 +
 .../test/resources/sql-tests/inputs/transform.sql  | 195 +++++++++++
 .../resources/sql-tests/results/transform.sql.out  | 357 +++++++++++++++++++++
 .../org/apache/spark/sql/SQLQueryTestSuite.scala   |   5 +-
 .../execution/SparkScriptTransformationSuite.scala | 102 ++++++
 .../execution/HiveScriptTransformationExec.scala   |   2 +
 11 files changed, 982 insertions(+), 65 deletions(-)
 create mode 100644 
sql/core/src/main/scala/org/apache/spark/sql/execution/SparkScriptTransformationExec.scala
 create mode 100644 sql/core/src/test/resources/sql-tests/inputs/transform.sql
 create mode 100644 
sql/core/src/test/resources/sql-tests/results/transform.sql.out
 create mode 100644 
sql/core/src/test/scala/org/apache/spark/sql/execution/SparkScriptTransformationSuite.scala


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

Reply via email to