You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jark Wu (JIRA)" <ji...@apache.org> on 2019/07/23 09:41:00 UTC

[jira] [Created] (FLINK-13382) Port DecimalITCase to unit tests

Jark Wu created FLINK-13382:
-------------------------------

             Summary: Port DecimalITCase to unit tests
                 Key: FLINK-13382
                 URL: https://issues.apache.org/jira/browse/FLINK-13382
             Project: Flink
          Issue Type: Sub-task
          Components: Table SQL / Planner
            Reporter: Jark Wu
             Fix For: 1.10.0


There are 81 query tests in {{org.apache.flink.table.runtime.batch.sql.DecimalITCase}} and 67 query tests in {{org.apache.flink.table.runtime.batch.table.DecimalITCase}}. 

Note that each query will be executed on a MiniCluster which will consume a lot of testing time. However, decimals can be tested as unit tests similar to other Scalar functions tests.

So I would suggest to move Decimal IT cases to unit tests {{org.apache.flink.table.expressions.DecimalTypeTest}}. This should save much testing time. 

In the meanwhile, IMO, this is not required by 1.9 release. 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)