[jira] [Commented] (FLINK-3861) Add Scala's BigInteger and BigDecimal to Scala API

2021-04-29 Thread Flink Jira Bot (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-3861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17336876#comment-17336876
 ] 

Flink Jira Bot commented on FLINK-3861:
---

This issue was labeled "stale-major" 7 ago and has not received any updates so 
it is being deprioritized. If this ticket is actually Major, please raise the 
priority and ask a committer to assign you the issue or revive the public 
discussion.


> Add Scala's BigInteger and BigDecimal to Scala API
> --
>
> Key: FLINK-3861
> URL: https://issues.apache.org/jira/browse/FLINK-3861
> Project: Flink
>  Issue Type: New Feature
>  Components: API / Type Serialization System
>Reporter: Timo Walther
>Priority: Major
>  Labels: stale-major
>
> In Java we now support {{java.math.BigDecimal/BigInteger}} as basic types. 
> However, Scala wraps these types into {{scala.math.BigDecimal/BigInteger}}. 
> These classes should also be supported to be in sync with the Java API.



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


[jira] [Commented] (FLINK-3861) Add Scala's BigInteger and BigDecimal to Scala API

2021-04-22 Thread Flink Jira Bot (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-3861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17328937#comment-17328937
 ] 

Flink Jira Bot commented on FLINK-3861:
---

This major issue is unassigned and itself and all of its Sub-Tasks have not 
been updated for 30 days. So, it has been labeled "stale-major". If this ticket 
is indeed "major", please either assign yourself or give an update. Afterwards, 
please remove the label. In 7 days the issue will be deprioritized.

> Add Scala's BigInteger and BigDecimal to Scala API
> --
>
> Key: FLINK-3861
> URL: https://issues.apache.org/jira/browse/FLINK-3861
> Project: Flink
>  Issue Type: New Feature
>  Components: API / Type Serialization System
>Reporter: Timo Walther
>Priority: Major
>  Labels: stale-major
>
> In Java we now support {{java.math.BigDecimal/BigInteger}} as basic types. 
> However, Scala wraps these types into {{scala.math.BigDecimal/BigInteger}}. 
> These classes should also be supported to be in sync with the Java API.



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


[jira] [Commented] (FLINK-3861) Add Scala's BigInteger and BigDecimal to Scala API

2017-02-10 Thread Artem Stasiuk (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-3861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15862061#comment-15862061
 ] 

Artem Stasiuk commented on FLINK-3861:
--

As I understand to be able use ```BigDecimal``` we need to add that type to 
```BasicBasicTypeInfo``` same for Java Big Types, however that module doesn't 
have dependency on Scala. Can I add it?

> Add Scala's BigInteger and BigDecimal to Scala API
> --
>
> Key: FLINK-3861
> URL: https://issues.apache.org/jira/browse/FLINK-3861
> Project: Flink
>  Issue Type: New Feature
>  Components: Type Serialization System
>Reporter: Timo Walther
>
> In Java we now support {{java.math.BigDecimal/BigInteger}} as basic types. 
> However, Scala wraps these types into {{scala.math.BigDecimal/BigInteger}}. 
> These classes should also be supported to be in sync with the Java API.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (FLINK-3861) Add Scala's BigInteger and BigDecimal to Scala API

2016-05-03 Thread Timo Walther (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-3861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15268613#comment-15268613
 ] 

Timo Walther commented on FLINK-3861:
-

[~aljoscha] you are a Scala expert. How would you implement this issue?
At the moment Scala's {{.fromElements(BigDecimal("42"))}} returns a GenericType 
while Java's {{.fromElements(new BigDecimal("42"))}} returns a BasicType. Do we 
need additional serializers for the Scala API?

> Add Scala's BigInteger and BigDecimal to Scala API
> --
>
> Key: FLINK-3861
> URL: https://issues.apache.org/jira/browse/FLINK-3861
> Project: Flink
>  Issue Type: New Feature
>  Components: Type Serialization System
>Reporter: Timo Walther
>
> In Java we now support {{java.math.BigDecimal/BigInteger}} as basic types. 
> However, Scala wraps these types into {{scala.math.BigDecimal/BigInteger}}. 
> These classes should also be supported to be in sync with the Java API.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)