[jira] [Updated] (ARROW-2605) [Java/Python] Add unit test for pyarrow.timeX types in Array.from_jvm

2019-05-30 Thread Wes McKinney (JIRA)


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

Wes McKinney updated ARROW-2605:

Fix Version/s: (was: 0.14.0)

> [Java/Python] Add unit test for pyarrow.timeX types in Array.from_jvm
> -
>
> Key: ARROW-2605
> URL: https://issues.apache.org/jira/browse/ARROW-2605
> Project: Apache Arrow
>  Issue Type: New Feature
>  Components: Java, Python
>Reporter: Uwe L. Korn
>Assignee: Uwe L. Korn
>Priority: Major
>
> Follow-up after https://issues.apache.org/jira/browse/ARROW-2249 as we are 
> missing the necessary methods to construct these arrays conveniently on the 
> Python side.
> Once there is a path to construct {{pyarrow.Array}} instances from a Python 
> list of {{datetime.time}} for the various time types, we should activate the 
> time types on {{test_jvm_array}} and ensure that we load them correctly from 
> Java into Python.



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


[jira] [Updated] (ARROW-2605) [Java/Python] Add unit test for pyarrow.timeX types in Array.from_jvm

2019-02-05 Thread Wes McKinney (JIRA)


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

Wes McKinney updated ARROW-2605:

Fix Version/s: (was: 0.13.0)
   0.14.0

> [Java/Python] Add unit test for pyarrow.timeX types in Array.from_jvm
> -
>
> Key: ARROW-2605
> URL: https://issues.apache.org/jira/browse/ARROW-2605
> Project: Apache Arrow
>  Issue Type: New Feature
>  Components: Java, Python
>Reporter: Uwe L. Korn
>Assignee: Uwe L. Korn
>Priority: Major
> Fix For: 0.14.0
>
>
> Follow-up after https://issues.apache.org/jira/browse/ARROW-2249 as we are 
> missing the necessary methods to construct these arrays conveniently on the 
> Python side.
> Once there is a path to construct {{pyarrow.Array}} instances from a Python 
> list of {{datetime.time}} for the various time types, we should activate the 
> time types on {{test_jvm_array}} and ensure that we load them correctly from 
> Java into Python.



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


[jira] [Updated] (ARROW-2605) [Java/Python] Add unit test for pyarrow.timeX types in Array.from_jvm

2018-11-14 Thread Wes McKinney (JIRA)


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

Wes McKinney updated ARROW-2605:

Fix Version/s: (was: 0.12.0)
   0.13.0

> [Java/Python] Add unit test for pyarrow.timeX types in Array.from_jvm
> -
>
> Key: ARROW-2605
> URL: https://issues.apache.org/jira/browse/ARROW-2605
> Project: Apache Arrow
>  Issue Type: New Feature
>  Components: Java, Python
>Reporter: Uwe L. Korn
>Assignee: Uwe L. Korn
>Priority: Major
> Fix For: 0.13.0
>
>
> Follow-up after https://issues.apache.org/jira/browse/ARROW-2249 as we are 
> missing the necessary methods to construct these arrays conveniently on the 
> Python side.
> Once there is a path to construct {{pyarrow.Array}} instances from a Python 
> list of {{datetime.time}} for the various time types, we should activate the 
> time types on {{test_jvm_array}} and ensure that we load them correctly from 
> Java into Python.



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


[jira] [Updated] (ARROW-2605) [Java/Python] Add unit test for pyarrow.timeX types in Array.from_jvm

2018-08-22 Thread Uwe L. Korn (JIRA)


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

Uwe L. Korn updated ARROW-2605:
---
Fix Version/s: (was: 0.11.0)
   0.12.0

> [Java/Python] Add unit test for pyarrow.timeX types in Array.from_jvm
> -
>
> Key: ARROW-2605
> URL: https://issues.apache.org/jira/browse/ARROW-2605
> Project: Apache Arrow
>  Issue Type: New Feature
>  Components: Java, Python
>Reporter: Uwe L. Korn
>Priority: Major
> Fix For: 0.12.0
>
>
> Follow-up after https://issues.apache.org/jira/browse/ARROW-2249 as we are 
> missing the necessary methods to construct these arrays conveniently on the 
> Python side.
> Once there is a path to construct {{pyarrow.Array}} instances from a Python 
> list of {{datetime.time}} for the various time types, we should activate the 
> time types on {{test_jvm_array}} and ensure that we load them correctly from 
> Java into Python.



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


[jira] [Updated] (ARROW-2605) [Java/Python] Add unit test for pyarrow.timeX types in Array.from_jvm

2018-06-29 Thread Antoine Pitrou (JIRA)


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

Antoine Pitrou updated ARROW-2605:
--
Fix Version/s: (was: 0.10.0)
   0.11.0

> [Java/Python] Add unit test for pyarrow.timeX types in Array.from_jvm
> -
>
> Key: ARROW-2605
> URL: https://issues.apache.org/jira/browse/ARROW-2605
> Project: Apache Arrow
>  Issue Type: New Feature
>  Components: Java - Vectors, Python
>Reporter: Uwe L. Korn
>Priority: Major
> Fix For: 0.11.0
>
>
> Follow-up after https://issues.apache.org/jira/browse/ARROW-2249 as we are 
> missing the necessary methods to construct these arrays conveniently on the 
> Python side.
> Once there is a path to construct {{pyarrow.Array}} instances from a Python 
> list of {{datetime.time}} for the various time types, we should activate the 
> time types on {{test_jvm_array}} and ensure that we load them correctly from 
> Java into Python.



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