You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Wind (JIRA)" <ji...@apache.org> on 2018/03/12 18:06:00 UTC

[jira] [Created] (FLINK-8930) TableApi validation test in ScalarFunctionsValidationTest doesn't work

Wind created FLINK-8930:
---------------------------

             Summary: TableApi validation test in ScalarFunctionsValidationTest doesn't work
                 Key: FLINK-8930
                 URL: https://issues.apache.org/jira/browse/FLINK-8930
             Project: Flink
          Issue Type: Bug
          Components: Table API &amp; SQL
            Reporter: Wind


I'm wring a validation test for [FLINK-6924|https://issues.apache.org/jira/browse/FLINK-6924] in org.apache.flink.table.expressions.validation.ScalarFunctionsValidationTest. However, I find that the table api is not truely executed in function "testTableApi", which is different from "testSqlApi". So we can only test exceptions which are thrown in "addTableApiTestExpr" like "ValidationException" because it is thrown during "select" operation. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)