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 cde697a  [SPARK-33541][SQL] Group exception messages in 
catalyst/expressions
     add fec82c9  [SPARK-33245][SQL] Add built-in UDF - GETBIT

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/analysis/FunctionRegistry.scala   |  2 +
 .../catalyst/expressions/bitwiseExpressions.scala  | 59 ++++++++++++++++++++++
 .../expressions/BitwiseExpressionsSuite.scala      | 42 +++++++++++++++
 .../scala/org/apache/spark/sql/functions.scala     | 10 ++++
 .../sql-functions/sql-expression-schema.md         |  4 +-
 .../test/resources/sql-tests/inputs/bitwise.sql    |  7 +++
 .../resources/sql-tests/results/bitwise.sql.out    | 44 +++++++++++++++-
 .../apache/spark/sql/DataFrameFunctionsSuite.scala | 24 +++++++++
 8 files changed, 190 insertions(+), 2 deletions(-)


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

Reply via email to