[jira] [Updated] (ARROW-4193) [Rust] Add support for decimal data type

2020-03-25 Thread Andy Grove (Jira)


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

Andy Grove updated ARROW-4193:
--
Fix Version/s: (was: 0.17.0)
   1.0.0

> [Rust] Add support for decimal data type
> 
>
> Key: ARROW-4193
> URL: https://issues.apache.org/jira/browse/ARROW-4193
> Project: Apache Arrow
>  Issue Type: Sub-task
>  Components: Rust
>Reporter: Andy Grove
>Priority: Minor
>  Labels: beginner
> Fix For: 1.0.0
>
>
> We should add {{Decimal(usize,usize)}} to DataType and add the corresponding 
> array and builder classes.
>  



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


[jira] [Updated] (ARROW-4193) [Rust] Add support for decimal data type

2020-01-07 Thread Wes McKinney (Jira)


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

Wes McKinney updated ARROW-4193:

Fix Version/s: (was: 0.16.0)
   1.0.0

> [Rust] Add support for decimal data type
> 
>
> Key: ARROW-4193
> URL: https://issues.apache.org/jira/browse/ARROW-4193
> Project: Apache Arrow
>  Issue Type: Sub-task
>  Components: Rust
>Reporter: Andy Grove
>Priority: Minor
>  Labels: beginner
> Fix For: 1.0.0
>
>
> We should add {{Decimal(usize,usize)}} to DataType and add the corresponding 
> array and builder classes.
>  



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


[jira] [Updated] (ARROW-4193) [Rust] Add support for decimal data type

2019-11-18 Thread Neville Dipale (Jira)


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

Neville Dipale updated ARROW-4193:
--
Parent: ARROW-3690
Issue Type: Sub-task  (was: Improvement)

> [Rust] Add support for decimal data type
> 
>
> Key: ARROW-4193
> URL: https://issues.apache.org/jira/browse/ARROW-4193
> Project: Apache Arrow
>  Issue Type: Sub-task
>  Components: Rust
>Reporter: Andy Grove
>Priority: Minor
>  Labels: beginner
> Fix For: 1.0.0
>
>
> We should add {{Decimal(usize,usize)}} to DataType and add the corresponding 
> array and builder classes.
>  



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


[jira] [Updated] (ARROW-4193) [Rust] Add support for decimal data type

2019-08-20 Thread Andy Grove (Jira)


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

Andy Grove updated ARROW-4193:
--
Labels: beginner  (was: )

> [Rust] Add support for decimal data type
> 
>
> Key: ARROW-4193
> URL: https://issues.apache.org/jira/browse/ARROW-4193
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Rust
>Reporter: Andy Grove
>Priority: Minor
>  Labels: beginner
> Fix For: 1.0.0
>
>
> We should add {{Decimal(usize,usize)}} to DataType and add the corresponding 
> array and builder classes.
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (ARROW-4193) [Rust] Add support for decimal data type

2019-08-20 Thread Andy Grove (Jira)


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

Andy Grove updated ARROW-4193:
--
Fix Version/s: 1.0.0

> [Rust] Add support for decimal data type
> 
>
> Key: ARROW-4193
> URL: https://issues.apache.org/jira/browse/ARROW-4193
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Rust
>Reporter: Andy Grove
>Priority: Minor
> Fix For: 1.0.0
>
>
> We should add {{Decimal(usize,usize)}} to DataType and add the corresponding 
> array and builder classes.
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (ARROW-4193) [Rust] Add support for decimal data type

2019-06-18 Thread Wes McKinney (JIRA)


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

Wes McKinney updated ARROW-4193:

Fix Version/s: (was: 0.14.0)

> [Rust] Add support for decimal data type
> 
>
> Key: ARROW-4193
> URL: https://issues.apache.org/jira/browse/ARROW-4193
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Rust
>Reporter: Andy Grove
>Priority: Minor
>
> We should add {{Decimal(usize,usize)}} to DataType and add the corresponding 
> array and builder classes.
>  



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


[jira] [Updated] (ARROW-4193) [Rust] Add support for decimal data type

2019-03-14 Thread Andy Grove (JIRA)


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

Andy Grove updated ARROW-4193:
--
Summary: [Rust] Add support for decimal data type  (was: [Rust] Add Decimal 
to DataType enum)

> [Rust] Add support for decimal data type
> 
>
> Key: ARROW-4193
> URL: https://issues.apache.org/jira/browse/ARROW-4193
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Rust
>Reporter: Andy Grove
>Assignee: Andy Grove
>Priority: Minor
> Fix For: 0.14.0
>
>
> We should add {{Decimal(usize,usize)}} to DataType.
> We will need separate Jira issue for actually implementing the type + builder 
> but having the type meta data is useful for now for some integration work I 
> am using Arrow for.



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


[jira] [Updated] (ARROW-4193) [Rust] Add support for decimal data type

2019-03-14 Thread Andy Grove (JIRA)


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

Andy Grove updated ARROW-4193:
--
Description: 
We should add {{Decimal(usize,usize)}} to DataType and add the corresponding 
array and builder classes.

 

  was:
We should add {{Decimal(usize,usize)}} to DataType.

We will need separate Jira issue for actually implementing the type + builder 
but having the type meta data is useful for now for some integration work I am 
using Arrow for.


> [Rust] Add support for decimal data type
> 
>
> Key: ARROW-4193
> URL: https://issues.apache.org/jira/browse/ARROW-4193
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Rust
>Reporter: Andy Grove
>Assignee: Andy Grove
>Priority: Minor
> Fix For: 0.14.0
>
>
> We should add {{Decimal(usize,usize)}} to DataType and add the corresponding 
> array and builder classes.
>  



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