[jira] [Closed] (ARROW-2510) [Python] Segmentation fault when converting empty column as categorical

2018-05-02 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe L. Korn closed ARROW-2510. -- Resolution: Fixed > [Python] Segmentation fault when converting empty column as categorical >

[jira] [Commented] (ARROW-2535) [C++/Python] Provide pre-commit hooks that check flake8 et al.

2018-05-02 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16460585#comment-16460585 ] Uwe L. Korn commented on ARROW-2535: [~wesmckinn] I remember that you have some code in this

[jira] [Created] (ARROW-2535) [C++/Python] Provide pre-commit hooks that check flake8 et al.

2018-05-02 Thread Uwe L. Korn (JIRA)
Uwe L. Korn created ARROW-2535: -- Summary: [C++/Python] Provide pre-commit hooks that check flake8 et al. Key: ARROW-2535 URL: https://issues.apache.org/jira/browse/ARROW-2535 Project: Apache Arrow

[jira] [Resolved] (ARROW-2505) [C++] Disable MSVC warning C4800

2018-05-02 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Pitrou resolved ARROW-2505. --- Resolution: Fixed Fix Version/s: 0.10.0 Issue resolved by pull request 1980

[jira] [Assigned] (ARROW-2505) [C++] Disable MSVC warning C4800

2018-05-02 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Pitrou reassigned ARROW-2505: - Assignee: Antoine Pitrou > [C++] Disable MSVC warning C4800 >

[jira] [Resolved] (ARROW-2493) [Python] Add support for pickling to buffers and arrays

2018-05-02 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe L. Korn resolved ARROW-2493. Resolution: Fixed Issue resolved by pull request 1928 [https://github.com/apache/arrow/pull/1928]

[jira] [Commented] (ARROW-2510) [Python] Segmentation fault when converting empty column as categorical

2018-05-02 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16460661#comment-16460661 ] Uwe L. Korn commented on ARROW-2510: Fixed in master, segfaulting in 0.9, closing > [Python]

[jira] [Resolved] (ARROW-2511) BaseVariableWidthVector.allocateNew is not throwing OOM when it can't allocate memory

2018-05-02 Thread Siddharth Teotia (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Teotia resolved ARROW-2511. - Resolution: Fixed Fix Version/s: 0.10.0 > BaseVariableWidthVector.allocateNew is

[jira] [Created] (ARROW-2536) [Rust] ListBuilder uses wrong initial size for offset builder

2018-05-02 Thread Andy Grove (JIRA)
Andy Grove created ARROW-2536: - Summary: [Rust] ListBuilder uses wrong initial size for offset builder Key: ARROW-2536 URL: https://issues.apache.org/jira/browse/ARROW-2536 Project: Apache Arrow

[jira] [Updated] (ARROW-2536) [Rust] ListBuilder uses wrong initial size for offset builder

2018-05-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-2536: -- Labels: pull-request-available (was: ) > [Rust] ListBuilder uses wrong initial size for offset

[jira] [Commented] (ARROW-2459) pyarrow: Segfault with pyarrow.deserialize_pandas

2018-05-02 Thread Licht Takeuchi (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16461855#comment-16461855 ] Licht Takeuchi commented on ARROW-2459: --- Seems fixed at the latest master branch.