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 2021/04/07 05:50:27 UTC

[spark] branch master updated (7c8dc5e -> 0aa2c28)

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 7c8dc5e  [SPARK-34922][SQL] Use a relative cost comparison function in the CBO
     add 0aa2c28  [SPARK-34678][SQL] Add table function registry

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/expressions/ExpressionInfo.java   |   2 +-
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  11 +-
 .../sql/catalyst/analysis/FunctionRegistry.scala   | 282 ++++++++++++++-------
 .../analysis/ResolveTableValuedFunctions.scala     | 152 ++---------
 .../sql/catalyst/catalog/SessionCatalog.scala      |  76 +++++-
 .../spark/sql/catalyst/optimizer/Optimizer.scala   |   2 +-
 .../plans/logical/basicLogicalOperators.scala      |  74 +++++-
 .../spark/sql/errors/QueryCompilationErrors.scala  |  12 +
 .../spark/sql/catalyst/analysis/AnalysisTest.scala |   3 +-
 .../apache/spark/sql/SparkSessionExtensions.scala  |  21 +-
 .../sql/internal/BaseSessionStateBuilder.scala     |  14 +-
 .../apache/spark/sql/internal/SessionState.scala   |   3 +-
 .../sql-tests/inputs/table-valued-functions.sql    |   8 +-
 .../sql-tests/results/postgreSQL/int8.sql.out      |   9 +-
 .../sql-tests/results/postgreSQL/numeric.sql.out   |  38 ++-
 .../results/table-valued-functions.sql.out         |  54 +++-
 .../scala/org/apache/spark/sql/SQLQuerySuite.scala |   8 +
 .../spark/sql/execution/command/DDLSuite.scala     |   3 +-
 .../apache/spark/sql/hive/HiveSessionCatalog.scala |   4 +-
 .../spark/sql/hive/HiveSessionStateBuilder.scala   |   1 +
 20 files changed, 489 insertions(+), 288 deletions(-)

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