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 daf9d19 [SPARK-35585][SQL] Support propagate empty relation through
project/filter
add 345d35e [SPARK-21957][SQL] Support current_user function
No new revisions were added by this update.
Summary of changes:
.../package.scala => CurrentUserContext.scala} | 9 +++++----
.../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 | 7 ++++++-
.../resources/sql-functions/sql-expression-schema.md | 3 ++-
.../org/apache/spark/sql/MiscFunctionsSuite.scala | 5 +++++
.../spark/sql/expressions/ExpressionInfoSuite.scala | 3 ++-
.../spark/sql/hive/thriftserver/SparkOperation.scala | 4 +++-
.../sql/hive/thriftserver/SharedThriftServer.scala | 7 ++++---
.../ThriftServerWithSparkContextSuite.scala | 16 ++++++++++++++--
11 files changed, 62 insertions(+), 15 deletions(-)
copy
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/{planning/package.scala
=> CurrentUserContext.scala} (82%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]