yanghua commented on a change in pull request #6473: [FLINK-9999] [table] Add 
ISNUMERIC supported in Table API/SQL
URL: https://github.com/apache/flink/pull/6473#discussion_r209441697
 
 

 ##########
 File path: 
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/expressions/ScalarFunctionsTest.scala
 ##########
 @@ -450,6 +450,63 @@ class ScalarFunctionsTest extends ScalarTypesTestBase {
       "1111111111111111111111111111111111111111111111111111111111111111")
   }
 
+  @Test
+  def testIsNumeric(): Unit = {
 
 Review comment:
   There is one here:
   
   ```
   testAllApis(
         "0.123a".isNumeric(),
         "'0.123a'.isNumeric",
         "ISNUMERIC('0.123a')",
         "0")
   ```
   
    I don't add too much at the moment, but more coverage is always necessary. 
I want to wait until I can confirm that this function is necessary.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to