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 fd7acd32895 [SPARK-44238][CORE][SQL] Introduce a new `readFrom` method 
with byte array input for `BloomFilter`
     add 9d28bef2f70 [SPARK-44743][SQL] Add `try_reflect` function

No new revisions were added by this update.

Summary of changes:
 .../CheckConnectJvmClientCompatibility.scala       |   2 +
 .../explain-results/function_java_method.explain   |   2 +-
 .../explain-results/function_reflect.explain       |   2 +-
 python/pyspark/sql/tests/test_functions.py         |   2 +
 .../sql/catalyst/analysis/FunctionRegistry.scala   |   1 +
 .../expressions/CallMethodViaReflection.scala      |  18 ++-
 .../spark/sql/catalyst/expressions/TryEval.scala   |  32 ++++
 .../scala/org/apache/spark/sql/functions.scala     |  10 ++
 .../sql-functions/sql-expression-schema.md         |   1 +
 .../sql-tests/analyzer-results/try_reflect.sql.out | 146 ++++++++++++++++++
 .../resources/sql-tests/inputs/try_reflect.sql     |  15 ++
 .../sql-tests/results/try_reflect.sql.out          | 170 +++++++++++++++++++++
 .../sql/expressions/ExpressionInfoSuite.scala      |   1 +
 13 files changed, 397 insertions(+), 5 deletions(-)
 create mode 100644 
sql/core/src/test/resources/sql-tests/analyzer-results/try_reflect.sql.out
 create mode 100644 sql/core/src/test/resources/sql-tests/inputs/try_reflect.sql
 create mode 100644 
sql/core/src/test/resources/sql-tests/results/try_reflect.sql.out


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

Reply via email to