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/01/30 08:06:00 UTC

[jira] [Resolved] (FLINK-11296) Support truncate in TableAPI & SQL

     [ https://issues.apache.org/jira/browse/FLINK-11296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jark Wu resolved FLINK-11296.
-----------------------------
       Resolution: Fixed
    Fix Version/s: 1.8.0

Fixed in e15437529c86f1ec9d20b287b93ddfc7bcc02666

> Support truncate in TableAPI & SQL
> ----------------------------------
>
>                 Key: FLINK-11296
>                 URL: https://issues.apache.org/jira/browse/FLINK-11296
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table API &amp; SQL
>    Affects Versions: 1.7.1
>            Reporter: xuqianjin
>            Assignee: xuqianjin
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.8.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Add {{truncate}} support in TableAPI, Add support as follows:
> ||expression||Expect the result||
> |truncate(cast(42.345 as decimal(2, 3)), 2)|42.34|
> |truncate(42, -1)|40|
> |truncate(42.324)|42.0|



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