yanghua commented on a change in pull request #6450: [FLINK-9991] [table] Add 
regexp_replace supported in TableAPI and SQL
URL: https://github.com/apache/flink/pull/6450#discussion_r217003980
 
 

 ##########
 File path: 
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/expressions/ScalarFunctionsTest.scala
 ##########
 @@ -550,6 +550,45 @@ class ScalarFunctionsTest extends ScalarTypesTestBase {
       "1111111111111111111111111111111111111111111111111111111111111111")
   }
 
+  @Test
+  def testRegexpReplace(): Unit = {
 
 Review comment:
   Flink table&sql parse "\" triggered a bug, see 
[FLINK-10281](https://issues.apache.org/jira/browse/FLINK-10281?filter=-1) 
reported by me. @twalthr is fixing and merging soon.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to