[
https://issues.apache.org/jira/browse/FLINK-3749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15242627#comment-15242627
]
ASF GitHub Bot commented on FLINK-3749:
---------------------------------------
Github user twalthr commented on the pull request:
https://github.com/apache/flink/pull/1881#issuecomment-210355092
> It's better to have a temporary solution than no solution ;-)
Calcite translates all decimal literals to `DECIMAL`. At the moment even
`SELECT 11.2 FROM MyTable` does not work, although it could fit into `DOUBLE`.
I thought it makes sense to support at least decimals of `DOUBLE` precision.
> Improve decimal handling
> ------------------------
>
> Key: FLINK-3749
> URL: https://issues.apache.org/jira/browse/FLINK-3749
> Project: Flink
> Issue Type: Bug
> Components: Table API
> Reporter: Timo Walther
> Assignee: Timo Walther
>
> The current decimal handling is too restrictive and does not allow literals
> such as "11.2".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)