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 d400777 [SPARK-31734][ML][PYSPARK] Add weight support in
ClusteringEvaluator
add 0df8dd6 [SPARK-30352][SQL] DataSourceV2: Add CURRENT_CATALOG function
No new revisions were added by this update.
Summary of changes:
.../spark/sql/catalyst/analysis/FunctionRegistry.scala | 1 +
.../apache/spark/sql/catalyst/expressions/misc.scala | 18 ++++++++++++++++++
.../spark/sql/catalyst/optimizer/Optimizer.scala | 4 ++--
.../spark/sql/catalyst/optimizer/finishAnalysis.scala | 10 ++++++++--
.../resources/sql-functions/sql-expression-schema.md | 3 ++-
.../sql-tests/inputs/current_database_catalog.sql | 2 ++
.../sql-tests/results/current_database_catalog.sql.out | 10 ++++++++++
7 files changed, 43 insertions(+), 5 deletions(-)
create mode 100644
sql/core/src/test/resources/sql-tests/inputs/current_database_catalog.sql
create mode 100644
sql/core/src/test/resources/sql-tests/results/current_database_catalog.sql.out
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]