[jira] [Commented] (ARROW-2326) cannot import pip installed pyarrow on OS X (10.9)

2018-03-23 Thread Matthew Brett (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16410924#comment-16410924 ] Matthew Brett commented on ARROW-2326: -- My guess is that somewhere in the build process pyarrow is

[jira] [Commented] (ARROW-1715) [Python] Implement pickling for Array, Column, ChunkedArray, RecordBatch, Table

2018-03-23 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16411037#comment-16411037 ] Antoine Pitrou commented on ARROW-1715: --- {{pa.serialize()}} currently doesn't seem to support Arrow

[jira] [Resolved] (ARROW-2322) Document requirements to run dev/release/01-perform.sh

2018-03-23 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe L. Korn resolved ARROW-2322. Resolution: Fixed Fix Version/s: 0.10.0 Issue resolved by pull request 1782

[jira] [Commented] (ARROW-2322) Document requirements to run dev/release/01-perform.sh

2018-03-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16411042#comment-16411042 ] ASF GitHub Bot commented on ARROW-2322: --- xhochy closed pull request #1782: ARROW-2322: [Java]

[jira] [Commented] (ARROW-2328) Writing a slice with feather ignores the offset

2018-03-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16411292#comment-16411292 ] ASF GitHub Bot commented on ARROW-2328: --- Adriandorr opened a new pull request #1784: (ARROW-2328:

[jira] [Commented] (ARROW-2347) [Python] Multiple warnings with -Wconversion

2018-03-23 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16411130#comment-16411130 ] Antoine Pitrou commented on ARROW-2347: --- At least the enum signedness warnings can be fixed easily

[jira] [Assigned] (ARROW-2322) Document requirements to run dev/release/01-perform.sh

2018-03-23 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe L. Korn reassigned ARROW-2322: -- Assignee: Wes McKinney > Document requirements to run dev/release/01-perform.sh >

[jira] [Updated] (ARROW-2346) [Python] PYARROW_CXXFLAGS doesn't accept multiple options

2018-03-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-2346: -- Labels: pull-request-available (was: ) > [Python] PYARROW_CXXFLAGS doesn't accept multiple

[jira] [Created] (ARROW-2347) [Python] Multiple warnings with -Wconversion

2018-03-23 Thread Antoine Pitrou (JIRA)
Antoine Pitrou created ARROW-2347: - Summary: [Python] Multiple warnings with -Wconversion Key: ARROW-2347 URL: https://issues.apache.org/jira/browse/ARROW-2347 Project: Apache Arrow Issue

[jira] [Created] (ARROW-2346) [Python] PYARROW_CXXFLAGS doesn't accept multiple options

2018-03-23 Thread Antoine Pitrou (JIRA)
Antoine Pitrou created ARROW-2346: - Summary: [Python] PYARROW_CXXFLAGS doesn't accept multiple options Key: ARROW-2346 URL: https://issues.apache.org/jira/browse/ARROW-2346 Project: Apache Arrow

[jira] [Commented] (ARROW-2331) [Python] Fix indexing implementations

2018-03-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1647#comment-1647 ] ASF GitHub Bot commented on ARROW-2331: --- pitrou commented on issue #1770: ARROW-2331: [Python] Fix

[jira] [Commented] (ARROW-2347) [Python] Multiple warnings with -Wconversion

2018-03-23 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16411139#comment-16411139 ] Antoine Pitrou commented on ARROW-2347: --- Also, if these warnings get fixed, perhaps we want to

[jira] [Commented] (ARROW-2328) Writing a slice with feather ignores the offset

2018-03-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16411293#comment-16411293 ] ASF GitHub Bot commented on ARROW-2328: --- Adriandorr commented on issue #1766: ARROW-2328: [C++]

[jira] [Commented] (ARROW-2347) [Python] Multiple warnings with -Wconversion

2018-03-23 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16411785#comment-16411785 ] Wes McKinney commented on ARROW-2347: - Hm, are there other solutions to the enum signedness issue? >

[GitHub] cpcloud commented on a change in pull request #23: Build wheels for 0.9.0

2018-03-23 Thread GitBox
cpcloud commented on a change in pull request #23: Build wheels for 0.9.0 URL: https://github.com/apache/arrow-dist/pull/23#discussion_r176859450 ## File path: scripts/python-wheels-windows.bat ## @@ -40,7 +37,7 @@ pushd %ARROW_SRC% @rem fix up symlinks git config

[jira] [Commented] (ARROW-640) [Python] Arrow scalar values should have a sensible __hash__ and comparison

2018-03-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16412095#comment-16412095 ] ASF GitHub Bot commented on ARROW-640: -- AlexHagerman commented on issue #1765: ARROW-640: [Python]

[GitHub] wesm commented on a change in pull request #23: Build wheels for 0.9.0

2018-03-23 Thread GitBox
wesm commented on a change in pull request #23: Build wheels for 0.9.0 URL: https://github.com/apache/arrow-dist/pull/23#discussion_r176854345 ## File path: scripts/python-wheels-windows.bat ## @@ -40,7 +37,7 @@ pushd %ARROW_SRC% @rem fix up symlinks git config

[jira] [Commented] (ARROW-2346) [Python] PYARROW_CXXFLAGS doesn't accept multiple options

2018-03-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16411353#comment-16411353 ] ASF GitHub Bot commented on ARROW-2346: --- xhochy closed pull request #1783: ARROW-2346: [Python] Fix

[GitHub] cpcloud commented on issue #23: Build wheels for 0.9.0

2018-03-23 Thread GitBox
cpcloud commented on issue #23: Build wheels for 0.9.0 URL: https://github.com/apache/arrow-dist/pull/23#issuecomment-375668074 I think we may somehow have some additional whitespace in the `Boost_*_LIBRARY` variables on windows. I'm going to try and build a boost-bundled pyarrow today

[jira] [Commented] (ARROW-2346) [Python] PYARROW_CXXFLAGS doesn't accept multiple options

2018-03-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16411544#comment-16411544 ] ASF GitHub Bot commented on ARROW-2346: --- wesm commented on a change in pull request #1783:

[GitHub] wesm commented on issue #23: Build wheels for 0.9.0

2018-03-23 Thread GitBox
wesm commented on issue #23: Build wheels for 0.9.0 URL: https://github.com/apache/arrow-dist/pull/23#issuecomment-375830903 You can see why this is broken right here: https://github.com/apache/arrow/blob/master/python/setup.py#L196 These should not be coupled. I will fix in master

[GitHub] wesm commented on issue #23: Build wheels for 0.9.0

2018-03-23 Thread GitBox
wesm commented on issue #23: Build wheels for 0.9.0 URL: https://github.com/apache/arrow-dist/pull/23#issuecomment-375831209 See https://issues.apache.org/jira/browse/ARROW-2349 This is an automated message from the Apache

[jira] [Created] (ARROW-2349) [Python] Boost shared library bundling is broken for MSVC

2018-03-23 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-2349: --- Summary: [Python] Boost shared library bundling is broken for MSVC Key: ARROW-2349 URL: https://issues.apache.org/jira/browse/ARROW-2349 Project: Apache Arrow

[jira] [Created] (ARROW-2348) [GLib] Remove Go example

2018-03-23 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-2348: --- Summary: [GLib] Remove Go example Key: ARROW-2348 URL: https://issues.apache.org/jira/browse/ARROW-2348 Project: Apache Arrow Issue Type: Improvement

[jira] [Updated] (ARROW-2348) [GLib] Remove Go example

2018-03-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-2348: -- Labels: pull-request-available (was: ) > [GLib] Remove Go example > >

[jira] [Commented] (ARROW-1780) JDBC Adapter for Apache Arrow

2018-03-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16412260#comment-16412260 ] ASF GitHub Bot commented on ARROW-1780: --- atuldambalkar commented on issue #1759: ARROW-1780 - [WIP]

[jira] [Resolved] (ARROW-2346) [Python] PYARROW_CXXFLAGS doesn't accept multiple options

2018-03-23 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe L. Korn resolved ARROW-2346. Resolution: Fixed Fix Version/s: 0.10.0 Issue resolved by pull request 1783

[jira] [Commented] (ARROW-1715) [Python] Implement pickling for Array, Column, ChunkedArray, RecordBatch, Table

2018-03-23 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16411571#comment-16411571 ] Wes McKinney commented on ARROW-1715: - Right, what I'm saying is that we could unpack the Array into

[jira] [Resolved] (ARROW-2331) [Python] Fix indexing implementations

2018-03-23 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe L. Korn resolved ARROW-2331. Resolution: Fixed Fix Version/s: 0.10.0 Issue resolved by pull request 1770

[jira] [Commented] (ARROW-2328) Writing a slice with feather ignores the offset

2018-03-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16411547#comment-16411547 ] ASF GitHub Bot commented on ARROW-2328: --- wesm commented on issue #1784: ARROW-2328: [C++] Fixed and

[jira] [Commented] (ARROW-2331) [Python] Fix indexing implementations

2018-03-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16411623#comment-16411623 ] ASF GitHub Bot commented on ARROW-2331: --- xhochy closed pull request #1770: ARROW-2331: [Python] Fix

[jira] [Commented] (ARROW-2349) [Python] Boost shared library bundling is broken for MSVC

2018-03-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16412393#comment-16412393 ] ASF GitHub Bot commented on ARROW-2349: --- wesm opened a new pull request #1786: ARROW-2349: [Python]

[jira] [Commented] (ARROW-2349) [Python] Boost shared library bundling is broken for MSVC

2018-03-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16412398#comment-16412398 ] ASF GitHub Bot commented on ARROW-2349: --- wesm commented on issue #1786: ARROW-2349: [Python] Opt in

[jira] [Commented] (ARROW-2350) Shrink size of spark_integration Docker container

2018-03-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16412426#comment-16412426 ] ASF GitHub Bot commented on ARROW-2350: --- jameslamb opened a new pull request #1787: ARROW-2350:

[jira] [Resolved] (ARROW-2349) [Python] Boost shared library bundling is broken for MSVC

2018-03-23 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney resolved ARROW-2349. - Resolution: Fixed Issue resolved by pull request 1786 [https://github.com/apache/arrow/pull/1786]

[jira] [Commented] (ARROW-2349) [Python] Boost shared library bundling is broken for MSVC

2018-03-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16412417#comment-16412417 ] ASF GitHub Bot commented on ARROW-2349: --- wesm closed pull request #1786: ARROW-2349: [Python] Opt in

[jira] [Commented] (ARROW-2349) [Python] Boost shared library bundling is broken for MSVC

2018-03-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16412414#comment-16412414 ] ASF GitHub Bot commented on ARROW-2349: --- wesm commented on issue #1786: ARROW-2349: [Python] Opt in

[jira] [Updated] (ARROW-2350) Shrink size of spark_integration Docker container

2018-03-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-2350: -- Labels: docker pull-request-available spark (was: docker spark) > Shrink size of

[jira] [Created] (ARROW-2350) Shrink size of spark_integration Docker container

2018-03-23 Thread James Lamb (JIRA)
James Lamb created ARROW-2350: - Summary: Shrink size of spark_integration Docker container Key: ARROW-2350 URL: https://issues.apache.org/jira/browse/ARROW-2350 Project: Apache Arrow Issue Type:

[jira] [Updated] (ARROW-2349) [Python] Boost shared library bundling is broken for MSVC

2018-03-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-2349: -- Labels: pull-request-available (was: ) > [Python] Boost shared library bundling is broken for