Skip to content

Commit

Permalink
Support RaiseError [databricks] (#5540)
Browse files Browse the repository at this point in the history
* Support RaiseError

Signed-off-by: Bobby Wang <wbo4958@gmail.com>

* resolve comments

* resolve comments and add more tests

* add test
  • Loading branch information
wbo4958 authored May 23, 2022
1 parent 8a06c09 commit ae27905
Show file tree
Hide file tree
Showing 7 changed files with 398 additions and 267 deletions.
1 change: 1 addition & 0 deletions docs/configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ Name | SQL Function(s) | Description | Default Value | Notes
<a name="sql.expression.PythonUDF"></a>spark.rapids.sql.expression.PythonUDF| |UDF run in an external python process. Does not actually run on the GPU, but the transfer of data to/from it can be accelerated|true|None|
<a name="sql.expression.Quarter"></a>spark.rapids.sql.expression.Quarter|`quarter`|Returns the quarter of the year for date, in the range 1 to 4|true|None|
<a name="sql.expression.RLike"></a>spark.rapids.sql.expression.RLike|`rlike`|Regular expression version of Like|true|None|
<a name="sql.expression.RaiseError"></a>spark.rapids.sql.expression.RaiseError|`raise_error`|Throw an exception|true|None|
<a name="sql.expression.Rand"></a>spark.rapids.sql.expression.Rand|`random`, `rand`|Generate a random column with i.i.d. uniformly distributed values in [0, 1)|true|None|
<a name="sql.expression.Rank"></a>spark.rapids.sql.expression.Rank|`rank`|Window function that returns the rank value within the aggregation window|true|None|
<a name="sql.expression.RegExpExtract"></a>spark.rapids.sql.expression.RegExpExtract|`regexp_extract`|Extract a specific group identified by a regular expression|true|None|
Expand Down
Loading

0 comments on commit ae27905

Please sign in to comment.