You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/06/11 21:18:03 UTC

[spark] branch master updated (11d3a74 -> b1adc3d)

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

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


    from 11d3a74  [SPARK-31705][SQL] Push more possible predicates through Join via CNF conversion
     add b1adc3d  [SPARK-21117][SQL] Built-in SQL Function Support - WIDTH_BUCKET

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/analysis/FunctionRegistry.scala   |   1 +
 .../sql/catalyst/expressions/mathExpressions.scala |  96 ++++++++++++
 .../sql-functions/sql-expression-schema.md         |   3 +-
 .../test/resources/sql-tests/inputs/operators.sql  |  14 ++
 .../sql-tests/inputs/postgreSQL/numeric.sql        |  76 +++++----
 .../resources/sql-tests/results/operators.sql.out  |  98 +++++++++++-
 .../sql-tests/results/postgreSQL/numeric.sql.out   | 173 ++++++++++++++++++++-
 7 files changed, 431 insertions(+), 30 deletions(-)


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