[jira] [Commented] (ARROW-5630) [Python] Table of nested arrays doesn't round trip

2019-09-16 Thread Wes McKinney (Jira)
[ https://issues.apache.org/jira/browse/ARROW-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16930657#comment-16930657 ] Wes McKinney commented on ARROW-5630: - This bug only occurs when the field is non-nullable. In

[jira] [Commented] (ARROW-5630) [Python] Table of nested arrays doesn't round trip

2019-08-23 Thread Joris Van den Bossche (Jira)
[ https://issues.apache.org/jira/browse/ARROW-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913988#comment-16913988 ] Joris Van den Bossche commented on ARROW-5630: -- Yes, get the same error on latest master. >

[jira] [Commented] (ARROW-5630) [Python] Table of nested arrays doesn't round trip

2019-08-22 Thread Wes McKinney (Jira)
[ https://issues.apache.org/jira/browse/ARROW-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913774#comment-16913774 ] Wes McKinney commented on ARROW-5630: - Added to 0.15.0. Is this still an issue? > [Python] Table of

[jira] [Commented] (ARROW-5630) [Python] Table of nested arrays doesn't round trip

2019-06-25 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16872841#comment-16872841 ] Wes McKinney commented on ARROW-5630: - We'll have to fix this in the next release, I'm not going to

[jira] [Commented] (ARROW-5630) [Python] Table of nested arrays doesn't round trip

2019-06-19 Thread Joris Van den Bossche (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16867997#comment-16867997 ] Joris Van den Bossche commented on ARROW-5630: -- Sure, I didn't yet look into it (and will

[jira] [Commented] (ARROW-5630) [Python] Table of nested arrays doesn't round trip

2019-06-19 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16867990#comment-16867990 ] Wes McKinney commented on ARROW-5630: - That helps. It's probably an error with the decoding logic

[jira] [Commented] (ARROW-5630) [Python] Table of nested arrays doesn't round trip

2019-06-19 Thread Joris Van den Bossche (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16867988#comment-16867988 ] Joris Van den Bossche commented on ARROW-5630: -- Yes, with the default of nullable=True, I

[jira] [Commented] (ARROW-5630) [Python] Table of nested arrays doesn't round trip

2019-06-19 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16867983#comment-16867983 ] Wes McKinney commented on ARROW-5630: - Does it work if the list item field is nullable? > [Python]

[jira] [Commented] (ARROW-5630) [Python] Table of nested arrays doesn't round trip

2019-06-19 Thread Joris Van den Bossche (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16867981#comment-16867981 ] Joris Van den Bossche commented on ARROW-5630: -- It is somehow related to the length of the

[jira] [Commented] (ARROW-5630) [Python] Table of nested arrays doesn't round trip

2019-06-19 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16867763#comment-16867763 ] Wes McKinney commented on ARROW-5630: - I'll try to take a look but no guarantees about a fix for 0.14

[jira] [Commented] (ARROW-5630) [Python] Table of nested arrays doesn't round trip

2019-06-19 Thread Philip Felton (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16867742#comment-16867742 ] Philip Felton commented on ARROW-5630: -- I've tested the same example on pyarrow 0.12 and it works.