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

Jingsong Lee closed FLINK-15538.
--------------------------------
    Resolution: Invalid

I think we can keep Decimal just like JDK BigDecimal.

> Separate decimal implementations into separate sub-classes
> ----------------------------------------------------------
>
>                 Key: FLINK-15538
>                 URL: https://issues.apache.org/jira/browse/FLINK-15538
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table SQL / Runtime
>            Reporter: Liya Fan
>            Priority: Minor
>              Labels: auto-deprioritized-major, pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The current implementation of Decimal values have two (somewhat independent) 
> implementations: one is based on Long, while the other is based on 
> BigDecimal. 
> This makes the Decmial class not clear (both implementations cluttered in a 
> single class) and less efficient (each method involves a if-else branch). 
> So in this issue, we make Decimal an abstract class, and separate the two 
> implementation into two sub-classes. This makes the code clearer and more 
> efficient. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to