-
- Downloads
[SPARK-16340][SQL] Support column arguments for `regexp_replace` Dataset operation
## What changes were proposed in this pull request? Currently, `regexp_replace` function supports `Column` arguments in a query. This PR supports that in a `Dataset` operation, too. ## How was this patch tested? Pass the Jenkins tests with a updated testcase. Author: Dongjoon Hyun <dongjoon@apache.org> Closes #14060 from dongjoon-hyun/SPARK-16340.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/functions.scala 10 additions, 0 deletionssql/core/src/main/scala/org/apache/spark/sql/functions.scala
- sql/core/src/test/scala/org/apache/spark/sql/StringFunctionsSuite.scala 3 additions, 1 deletion...est/scala/org/apache/spark/sql/StringFunctionsSuite.scala
Please register or sign in to comment