[jira] [Created] (ARROW-3338) Crash when schema and columns do not match

2018-09-26 Thread Joseph Toth (JIRA)
Joseph Toth created ARROW-3338: -- Summary: Crash when schema and columns do not match Key: ARROW-3338 URL: https://issues.apache.org/jira/browse/ARROW-3338 Project: Apache Arrow Issue Type: Bug

[jira] [Comment Edited] (ARROW-3329) [Python] Error casting decimal(38, 4) to int64

2018-09-26 Thread Diego Argueta (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-3329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16629576#comment-16629576 ] Diego Argueta edited comment on ARROW-3329 at 9/27/18 12:41 AM: This

[jira] [Commented] (ARROW-3329) [Python] Error casting decimal(38, 4) to int64

2018-09-26 Thread Diego Argueta (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-3329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16629576#comment-16629576 ] Diego Argueta commented on ARROW-3329: -- This isn't a bug, it's a mathematical issue. Let me explain:

[jira] [Created] (ARROW-3337) JS writer doesn't serialize the dictionary of nested Vectors

2018-09-26 Thread Paul Taylor (JIRA)
Paul Taylor created ARROW-3337: -- Summary: JS writer doesn't serialize the dictionary of nested Vectors Key: ARROW-3337 URL: https://issues.apache.org/jira/browse/ARROW-3337 Project: Apache Arrow

[jira] [Updated] (ARROW-3336) JS writer doesn't serialize sliced Vectors correctly

2018-09-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-3336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-3336: -- Labels: pull-request-available (was: ) > JS writer doesn't serialize sliced Vectors correctly

[jira] [Created] (ARROW-3336) JS writer doesn't serialize sliced Vectors correctly

2018-09-26 Thread Paul Taylor (JIRA)
Paul Taylor created ARROW-3336: -- Summary: JS writer doesn't serialize sliced Vectors correctly Key: ARROW-3336 URL: https://issues.apache.org/jira/browse/ARROW-3336 Project: Apache Arrow Issue

[jira] [Updated] (ARROW-3256) [JS] File footer and message metadata is inconsistent

2018-09-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-3256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-3256: -- Labels: pull-request-available (was: ) > [JS] File footer and message metadata is

[jira] [Created] (ARROW-3335) [Python] Add ccache to manylinux1 container

2018-09-26 Thread Uwe L. Korn (JIRA)
Uwe L. Korn created ARROW-3335: -- Summary: [Python] Add ccache to manylinux1 container Key: ARROW-3335 URL: https://issues.apache.org/jira/browse/ARROW-3335 Project: Apache Arrow Issue Type:

[jira] [Updated] (ARROW-3334) [Python] Update conda packages to new numpy requirement

2018-09-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-3334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-3334: -- Labels: pull-request-available (was: ) > [Python] Update conda packages to new numpy

[jira] [Created] (ARROW-3334) [Python] Update conda packages to new numpy requirement

2018-09-26 Thread Uwe L. Korn (JIRA)
Uwe L. Korn created ARROW-3334: -- Summary: [Python] Update conda packages to new numpy requirement Key: ARROW-3334 URL: https://issues.apache.org/jira/browse/ARROW-3334 Project: Apache Arrow

[jira] [Resolved] (ARROW-3141) [Python] Tensorflow support in pyarrow wheels pins numpy>=1.14

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

[jira] [Updated] (ARROW-3141) [Python] Tensorflow support in pyarrow wheels pins numpy>=1.14

2018-09-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-3141: -- Labels: pull-request-available (was: ) > [Python] Tensorflow support in pyarrow wheels pins

[jira] [Updated] (ARROW-3136) [C++] Clean up arrow:: public API

2018-09-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-3136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-3136: -- Labels: pull-request-available (was: ) > [C++] Clean up arrow:: public API >

[jira] [Closed] (ARROW-2972) [Python] Implement inference logic for uint64 conversions in builtin_convert.cc

2018-09-26 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney closed ARROW-2972. --- Resolution: Won't Fix Assignee: Antoine Pitrou Fix Version/s: (was: 0.13.0)

[jira] [Resolved] (ARROW-3313) [R] Run clang-format, cpplint checks on R C++ code

2018-09-26 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-3313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney resolved ARROW-3313. - Resolution: Fixed Fix Version/s: (was: 0.12.0) 0.11.0 Issue

[jira] [Commented] (ARROW-2972) [Python] Implement inference logic for uint64 conversions in builtin_convert.cc

2018-09-26 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16628814#comment-16628814 ] Antoine Pitrou commented on ARROW-2972: --- Yes, I think the current behaviour is correct. > [Python]

[jira] [Commented] (ARROW-2972) [Python] Implement inference logic for uint64 conversions in builtin_convert.cc

2018-09-26 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16628807#comment-16628807 ] Wes McKinney commented on ARROW-2972: - I see. Would your preference be to raise on uint64 overflow?

[jira] [Assigned] (ARROW-3136) [C++] Clean up arrow:: public API

2018-09-26 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-3136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Pitrou reassigned ARROW-3136: - Assignee: Antoine Pitrou > [C++] Clean up arrow:: public API >

[jira] [Commented] (ARROW-2808) [Python] Add unit tests for ProxyMemoryPool, enable new default MemoryPool to be constructed

2018-09-26 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16628691#comment-16628691 ] Wes McKinney commented on ARROW-2808: - There are Python bindings for the proxy pool but no tests to

[jira] [Commented] (ARROW-2808) [Python] Add unit tests for ProxyMemoryPool, enable new default MemoryPool to be constructed

2018-09-26 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16628683#comment-16628683 ] Antoine Pitrou commented on ARROW-2808: --- As for changing the default MemoryPool, unfortunately this

[jira] [Commented] (ARROW-2808) [Python] Add unit tests for ProxyMemoryPool, enable new default MemoryPool to be constructed

2018-09-26 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16628676#comment-16628676 ] Antoine Pitrou commented on ARROW-2808: --- There is a single test ({{ProxyMemoryPool::Logging}}) in

[jira] [Commented] (ARROW-2972) [Python] Implement inference logic for uint64 conversions in builtin_convert.cc

2018-09-26 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16628673#comment-16628673 ] Antoine Pitrou commented on ARROW-2972: --- I think this would be a misfeature. Right now {{pa.array}}

[jira] [Assigned] (ARROW-3327) [Python] manylinux container confusing

2018-09-26 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-3327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe L. Korn reassigned ARROW-3327: -- Assignee: Uwe L. Korn > [Python] manylinux container confusing >

[jira] [Commented] (ARROW-3327) [Python] manylinux container confusing

2018-09-26 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-3327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16628599#comment-16628599 ] Uwe L. Korn commented on ARROW-3327: There is no need anymore for this after the Parquet merge. I'll

[jira] [Created] (ARROW-3333) [Gandiva] Use non-platform specific integer types for lengths, indexes

2018-09-26 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-: --- Summary: [Gandiva] Use non-platform specific integer types for lengths, indexes Key: ARROW- URL: https://issues.apache.org/jira/browse/ARROW- Project: Apache

[jira] [Created] (ARROW-3332) [Gandiva] Remove usages of mutable reference out arguments

2018-09-26 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-3332: --- Summary: [Gandiva] Remove usages of mutable reference out arguments Key: ARROW-3332 URL: https://issues.apache.org/jira/browse/ARROW-3332 Project: Apache Arrow

[jira] [Created] (ARROW-3331) [C++] Add re2 to ThirdpartyToolchain

2018-09-26 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-3331: --- Summary: [C++] Add re2 to ThirdpartyToolchain Key: ARROW-3331 URL: https://issues.apache.org/jira/browse/ARROW-3331 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-3330) [C++] Spawn multiple Flight performance servers in flight-benchmark to test parallel get performance

2018-09-26 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-3330: --- Summary: [C++] Spawn multiple Flight performance servers in flight-benchmark to test parallel get performance Key: ARROW-3330 URL: https://issues.apache.org/jira/browse/ARROW-3330

[jira] [Commented] (ARROW-3328) [Flight] Allow for optional unique flight identifier to be sent with FlightGetInfo

2018-09-26 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-3328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16628326#comment-16628326 ] Wes McKinney commented on ARROW-3328: - Good point. I guess if you need a "leg" identifier this could