[jira] [Created] (ARROW-78) Add constructor for DecimalType

2016-03-25 Thread Uwe L. Korn (JIRA)
Uwe L. Korn created ARROW-78:


 Summary: Add constructor for DecimalType
 Key: ARROW-78
 URL: https://issues.apache.org/jira/browse/ARROW-78
 Project: Apache Arrow
  Issue Type: Improvement
  Components: C++
Reporter: Uwe L. Korn
Assignee: Uwe L. Korn


Currently you cannot instantiate DecimalType.



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


[jira] [Updated] (ARROW-78) C++: Add constructor for DecimalType

2016-03-25 Thread Uwe L. Korn (JIRA)

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

Uwe L. Korn updated ARROW-78:
-
Summary: C++: Add constructor for DecimalType  (was: Add constructor for 
DecimalType)

> C++: Add constructor for DecimalType
> 
>
> Key: ARROW-78
> URL: https://issues.apache.org/jira/browse/ARROW-78
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: C++
>Reporter: Uwe L. Korn
>Assignee: Uwe L. Korn
>
> Currently you cannot instantiate DecimalType.



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


[jira] [Commented] (ARROW-78) Add constructor for DecimalType

2016-03-25 Thread Uwe L. Korn (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211793#comment-15211793
 ] 

Uwe L. Korn commented on ARROW-78:
--

PR: https://github.com/apache/arrow/pull/37

> Add constructor for DecimalType
> ---
>
> Key: ARROW-78
> URL: https://issues.apache.org/jira/browse/ARROW-78
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: C++
>Reporter: Uwe L. Korn
>Assignee: Uwe L. Korn
>
> Currently you cannot instantiate DecimalType.



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


[jira] [Commented] (ARROW-37) C++: Represent boolean array data in bit-packed form

2016-03-25 Thread Wes McKinney (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15212445#comment-15212445
 ] 

Wes McKinney commented on ARROW-37:
---

https://github.com/apache/arrow/pull/40

> C++: Represent boolean array data in bit-packed form
> 
>
> Key: ARROW-37
> URL: https://issues.apache.org/jira/browse/ARROW-37
> Project: Apache Arrow
>  Issue Type: New Feature
>  Components: C++
>Reporter: Wes McKinney
>
> This is not explicit in the Arrow specification (we should make this 
> concrete), but has the additional benefit of making code for null bitmaps and 
> boolean arrays interchangeable. 



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


[jira] [Assigned] (ARROW-37) C++: Represent boolean array data in bit-packed form

2016-03-25 Thread Wes McKinney (JIRA)

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

Wes McKinney reassigned ARROW-37:
-

Assignee: Wes McKinney

> C++: Represent boolean array data in bit-packed form
> 
>
> Key: ARROW-37
> URL: https://issues.apache.org/jira/browse/ARROW-37
> Project: Apache Arrow
>  Issue Type: New Feature
>  Components: C++
>Reporter: Wes McKinney
>Assignee: Wes McKinney
>
> This is not explicit in the Arrow specification (we should make this 
> concrete), but has the additional benefit of making code for null bitmaps and 
> boolean arrays interchangeable. 



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


[jira] [Assigned] (ARROW-59) Python: Boolean data support for builtin data structures

2016-03-25 Thread Wes McKinney (JIRA)

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

Wes McKinney reassigned ARROW-59:
-

Assignee: Wes McKinney

> Python: Boolean data support for builtin data structures
> 
>
> Key: ARROW-59
> URL: https://issues.apache.org/jira/browse/ARROW-59
> Project: Apache Arrow
>  Issue Type: New Feature
>  Components: Python
>Reporter: Wes McKinney
>Assignee: Wes McKinney
>
> This has been blocked on ARROW-37



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


[jira] [Commented] (ARROW-59) Python: Boolean data support for builtin data structures

2016-03-25 Thread Wes McKinney (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15212482#comment-15212482
 ] 

Wes McKinney commented on ARROW-59:
---

Included this work in the patch for ARROW-37: 
https://github.com/apache/arrow/pull/40

> Python: Boolean data support for builtin data structures
> 
>
> Key: ARROW-59
> URL: https://issues.apache.org/jira/browse/ARROW-59
> Project: Apache Arrow
>  Issue Type: New Feature
>  Components: Python
>Reporter: Wes McKinney
>Assignee: Wes McKinney
>
> This has been blocked on ARROW-37



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


[jira] [Resolved] (ARROW-37) C++: Represent boolean array data in bit-packed form

2016-03-25 Thread Wes McKinney (JIRA)

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

Wes McKinney resolved ARROW-37.
---
Resolution: Fixed

Issue resolved by pull request 40
[https://github.com/apache/arrow/pull/40]

> C++: Represent boolean array data in bit-packed form
> 
>
> Key: ARROW-37
> URL: https://issues.apache.org/jira/browse/ARROW-37
> Project: Apache Arrow
>  Issue Type: New Feature
>  Components: C++
>Reporter: Wes McKinney
>Assignee: Wes McKinney
>
> This is not explicit in the Arrow specification (we should make this 
> concrete), but has the additional benefit of making code for null bitmaps and 
> boolean arrays interchangeable. 



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


[jira] [Resolved] (ARROW-59) Python: Boolean data support for builtin data structures

2016-03-25 Thread Wes McKinney (JIRA)

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

Wes McKinney resolved ARROW-59.
---
Resolution: Fixed

Resolved in 
https://github.com/apache/arrow/commit/0a8979d3ab80374eb4f84d08e060bcec70174c73

> Python: Boolean data support for builtin data structures
> 
>
> Key: ARROW-59
> URL: https://issues.apache.org/jira/browse/ARROW-59
> Project: Apache Arrow
>  Issue Type: New Feature
>  Components: Python
>Reporter: Wes McKinney
>Assignee: Wes McKinney
>
> This has been blocked on ARROW-37



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