You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jingsong Lee (JIRA)" <ji...@apache.org> on 2019/08/05 11:36:00 UTC

[jira] [Created] (FLINK-13584) RankLikeAggFunctionBase should respect type to construct literal

Jingsong Lee created FLINK-13584:
------------------------------------

             Summary: RankLikeAggFunctionBase should respect type to construct literal
                 Key: FLINK-13584
                 URL: https://issues.apache.org/jira/browse/FLINK-13584
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / Planner
            Reporter: Jingsong Lee
             Fix For: 1.9.0, 1.10.0


Should invoke "valueLiteral(value, fromLogicalTypeToDataType(orderType))" instead of valueLiteral(value). Previous way will lose precision information of decimal type.



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