[jira] [Commented] (ARROW-2262) [Python] Support slicing on pyarrow.ChunkedArray

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

[jira] [Commented] (ARROW-2135) [Python] NaN values silently casted to int64 when passing explicit schema for conversion in Table.from_pandas

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

[jira] [Commented] (ARROW-2288) [Python] slicing logic defective

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

[jira] [Updated] (ARROW-2288) [Python] slicing logic defective

2018-03-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-2288: -- Labels: pull-request-available (was: ) > [Python] slicing logic defective >

[jira] [Commented] (ARROW-2284) [Python] test_plasma error on plasma_store error

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

[jira] [Updated] (ARROW-2284) [Python] test_plasma error on plasma_store error

2018-03-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-2284: -- Labels: pull-request-available (was: ) > [Python] test_plasma error on plasma_store error >

[jira] [Commented] (ARROW-2288) [Python] slicing logic defective

2018-03-08 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16391052#comment-16391052 ] Antoine Pitrou commented on ARROW-2288: --- As for the crash: since {{Array::Slice}} adjusts the length

[jira] [Commented] (ARROW-2288) [Python] slicing logic defective

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

[jira] [Commented] (ARROW-2135) [Python] NaN values silently casted to int64 when passing explicit schema for conversion in Table.from_pandas

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

[jira] [Created] (ARROW-2288) [Python] slicing logic defective

2018-03-08 Thread Antoine Pitrou (JIRA)
Antoine Pitrou created ARROW-2288: - Summary: [Python] slicing logic defective Key: ARROW-2288 URL: https://issues.apache.org/jira/browse/ARROW-2288 Project: Apache Arrow Issue Type: Bug

[jira] [Updated] (ARROW-1974) [Python] Segfault when working with Arrow tables with duplicate columns

2018-03-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-1974: -- Labels: pull-request-available (was: ) > [Python] Segfault when working with Arrow tables with

[jira] [Commented] (ARROW-1974) [Python] Segfault when working with Arrow tables with duplicate columns

2018-03-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16391353#comment-16391353 ] ASF GitHub Bot commented on ARROW-1974: --- pitrou opened a new pull request #447: ARROW-1974: Fix

[jira] [Commented] (ARROW-1974) [Python] Segfault when working with Arrow tables with duplicate columns

2018-03-08 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16391355#comment-16391355 ] Antoine Pitrou commented on ARROW-1974: --- With https://github.com/apache/parquet-cpp/pull/447, the

[jira] [Commented] (ARROW-2267) Rust bindings

2018-03-08 Thread Joshua Howard (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16391302#comment-16391302 ] Joshua Howard commented on ARROW-2267: -- I spent some time looking into the cpp implementation and it

[jira] [Commented] (ARROW-1974) [Python] Segfault when working with Arrow tables with duplicate columns

2018-03-08 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16391292#comment-16391292 ] Antoine Pitrou commented on ARROW-1974: --- The problem here is that {{FileReader::Impl::ReadTable}}

[jira] [Commented] (ARROW-2239) [C++] Update build docs for Windows

2018-03-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16391505#comment-16391505 ] ASF GitHub Bot commented on ARROW-2239: --- wesm closed pull request #1722: ARROW-2239: [C++] Update

[jira] [Resolved] (ARROW-2239) [C++] Update build docs for Windows

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

[jira] [Created] (ARROW-2289) [GLib] Add Numeric, Integer and FloatingPoint data types

2018-03-08 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-2289: --- Summary: [GLib] Add Numeric, Integer and FloatingPoint data types Key: ARROW-2289 URL: https://issues.apache.org/jira/browse/ARROW-2289 Project: Apache Arrow

[jira] [Commented] (ARROW-2289) [GLib] Add Numeric, Integer and FloatingPoint data types

2018-03-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16391540#comment-16391540 ] ASF GitHub Bot commented on ARROW-2289: --- kou opened a new pull request #1726: ARROW-2289: [GLib] Add

[jira] [Updated] (ARROW-2289) [GLib] Add Numeric, Integer and FloatingPoint data types

2018-03-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-2289: -- Labels: pull-request-available (was: ) > [GLib] Add Numeric, Integer and FloatingPoint data

[jira] [Assigned] (ARROW-1974) [Python] Segfault when working with Arrow tables with duplicate columns

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney reassigned ARROW-1974: --- Assignee: Antoine Pitrou (was: Phillip Cloud) > [Python] Segfault when working with Arrow

[jira] [Updated] (ARROW-2256) [C++] Fuzzer builds fail out of the box on Ubuntu 16.04 using LLVM apt repos

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated ARROW-2256: Fix Version/s: (was: 0.9.0) 0.10.0 > [C++] Fuzzer builds fail out of the box

[jira] [Commented] (ARROW-2038) [Python] Follow-up bug fixes for s3fs Parquet support

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16391805#comment-16391805 ] Wes McKinney commented on ARROW-2038: - Moving this to 0.10.0, but please feel free to look sooner >

[jira] [Updated] (ARROW-2014) [Python] Document read_pandas method in pyarrow.parquet

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated ARROW-2014: Fix Version/s: (was: 0.9.0) 0.10.0 > [Python] Document read_pandas method in

[jira] [Updated] (ARROW-1454) [Python] More informative error message when attempting to write an unsupported Arrow type to Parquet format

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated ARROW-1454: Fix Version/s: (was: 0.9.0) 0.10.0 > [Python] More informative error message

[jira] [Updated] (ARROW-2038) [Python] Follow-up bug fixes for s3fs Parquet support

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated ARROW-2038: Fix Version/s: (was: 0.9.0) 0.10.0 > [Python] Follow-up bug fixes for s3fs

[jira] [Updated] (ARROW-1988) [Python] Extend flavor=spark in Parquet writing to handle INT types

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated ARROW-1988: Fix Version/s: (was: 0.9.0) 0.10.0 > [Python] Extend flavor=spark in Parquet

[jira] [Commented] (ARROW-1974) [Python] Segfault when working with Arrow tables with duplicate columns

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

[jira] [Commented] (ARROW-1974) [Python] Segfault when working with Arrow tables with duplicate columns

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

[jira] [Assigned] (ARROW-1974) [Python] Segfault when working with Arrow tables with duplicate columns

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney reassigned ARROW-1974: --- Assignee: Wes McKinney (was: Antoine Pitrou) > [Python] Segfault when working with Arrow

[jira] [Assigned] (ARROW-1996) [Python] pyarrow.read_serialized cannot read concatenated records

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney reassigned ARROW-1996: --- Assignee: Antoine Pitrou (was: Wes McKinney) > [Python] pyarrow.read_serialized cannot read

[jira] [Assigned] (ARROW-1996) [Python] pyarrow.read_serialized cannot read concatenated records

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney reassigned ARROW-1996: --- Assignee: Wes McKinney (was: Antoine Pitrou) > [Python] pyarrow.read_serialized cannot read

[jira] [Assigned] (ARROW-2289) [GLib] Add Numeric, Integer and FloatingPoint data types

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney reassigned ARROW-2289: --- Assignee: Kouhei Sutou (was: Wes McKinney) > [GLib] Add Numeric, Integer and FloatingPoint

[jira] [Assigned] (ARROW-1425) [Python] Document semantic differences between Spark timestamps and Arrow timestamps

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney reassigned ARROW-1425: --- Assignee: Li Jin (was: Heimir Thor Sverrisson) > [Python] Document semantic differences

[jira] [Assigned] (ARROW-1425) [Python] Document semantic differences between Spark timestamps and Arrow timestamps

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney reassigned ARROW-1425: --- Assignee: Wes McKinney (was: Li Jin) > [Python] Document semantic differences between Spark

[jira] [Assigned] (ARROW-2289) [GLib] Add Numeric, Integer and FloatingPoint data types

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney reassigned ARROW-2289: --- Assignee: Wes McKinney (was: Kouhei Sutou) > [GLib] Add Numeric, Integer and FloatingPoint

[jira] [Assigned] (ARROW-1425) [Python] Document semantic differences between Spark timestamps and Arrow timestamps

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney reassigned ARROW-1425: --- Assignee: Li Jin (was: Wes McKinney) > [Python] Document semantic differences between Spark

[jira] [Commented] (ARROW-1974) [Python] Segfault when working with Arrow tables with duplicate columns

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

[jira] [Commented] (ARROW-2282) [Python] Create StringArray from buffers

2018-03-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16392031#comment-16392031 ] ASF GitHub Bot commented on ARROW-2282: --- wesm commented on issue #1720: ARROW-2282: [Python] Create

[jira] [Updated] (ARROW-2268) Remove MD5 checksums from release process

2018-03-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-2268: -- Labels: pull-request-available (was: ) > Remove MD5 checksums from release process >

[jira] [Commented] (ARROW-1940) [Python] Extra metadata gets added after multiple conversions between pd.DataFrame and pa.Table

2018-03-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16392377#comment-16392377 ] ASF GitHub Bot commented on ARROW-1940: --- wesm closed pull request #1728: ARROW-1940: [Python] Extra

[jira] [Updated] (ARROW-1940) [Python] Extra metadata gets added after multiple conversions between pd.DataFrame and pa.Table

2018-03-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-1940: -- Labels: pull-request-available (was: ) > [Python] Extra metadata gets added after multiple

[jira] [Commented] (ARROW-2289) [GLib] Add Numeric, Integer and FloatingPoint data types

2018-03-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16392386#comment-16392386 ] ASF GitHub Bot commented on ARROW-2289: --- wesm closed pull request #1726: ARROW-2289: [GLib] Add

[jira] [Resolved] (ARROW-2289) [GLib] Add Numeric, Integer and FloatingPoint data types

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

[jira] [Commented] (ARROW-2270) [Python] ForeignBuffer doesn't tie Python object lifetime to C++ buffer lifetime

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

[jira] [Resolved] (ARROW-1940) [Python] Extra metadata gets added after multiple conversions between pd.DataFrame and pa.Table

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

[jira] [Commented] (ARROW-1940) [Python] Extra metadata gets added after multiple conversions between pd.DataFrame and pa.Table

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

[jira] [Commented] (ARROW-1535) [Python] Enable sdist source tarballs to build assuming that Arrow C++ libraries are available on the host system

2018-03-08 Thread Kouhei Sutou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16392403#comment-16392403 ] Kouhei Sutou commented on ARROW-1535: - I've confirmed that this works well on master:   % python3

[jira] [Created] (ARROW-2292) [Python] More consistent / intuitive name for pyarrow.frombuffer

2018-03-08 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-2292: --- Summary: [Python] More consistent / intuitive name for pyarrow.frombuffer Key: ARROW-2292 URL: https://issues.apache.org/jira/browse/ARROW-2292 Project: Apache Arrow

[jira] [Resolved] (ARROW-2270) [Python] ForeignBuffer doesn't tie Python object lifetime to C++ buffer lifetime

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney resolved ARROW-2270. - Resolution: Fixed Fix Version/s: 0.9.0 Issue resolved by pull request 1714

[jira] [Commented] (ARROW-2270) [Python] ForeignBuffer doesn't tie Python object lifetime to C++ buffer lifetime

2018-03-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16392393#comment-16392393 ] ASF GitHub Bot commented on ARROW-2270: --- wesm commented on issue #1714: ARROW-2270: [Python] Fix

[jira] [Updated] (ARROW-2292) [Python] More consistent / intuitive name for pyarrow.frombuffer

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated ARROW-2292: Description: Now that we have {{pyarrow.foreign_buffer}}, things are a bit odd. We could call

[jira] [Commented] (ARROW-2292) [Python] More consistent / intuitive name for pyarrow.frombuffer

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16392389#comment-16392389 ] Wes McKinney commented on ARROW-2292: - cc [~pitrou] > [Python] More consistent / intuitive name for

[jira] [Created] (ARROW-2290) [C++/Python] Add ability to set codec options for lz4 codec

2018-03-08 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-2290: --- Summary: [C++/Python] Add ability to set codec options for lz4 codec Key: ARROW-2290 URL: https://issues.apache.org/jira/browse/ARROW-2290 Project: Apache Arrow

[jira] [Comment Edited] (ARROW-300) [Format] Add buffer compression option to IPC file format

2018-03-08 Thread Lawrence Chan (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16392124#comment-16392124 ] Lawrence Chan edited comment on ARROW-300 at 3/9/18 2:00 AM: - What did we

[jira] [Commented] (ARROW-2150) [Python] array equality defaults to identity

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

[jira] [Updated] (ARROW-2150) [Python] array equality defaults to identity

2018-03-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-2150: -- Labels: pull-request-available (was: ) > [Python] array equality defaults to identity >

[jira] [Updated] (ARROW-2263) [Python] test_cython.py fails if pyarrow is not in import path (e.g. with inplace builds)

2018-03-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-2263: -- Labels: pull-request-available (was: ) > [Python] test_cython.py fails if pyarrow is not in

[jira] [Commented] (ARROW-2263) [Python] test_cython.py fails if pyarrow is not in import path (e.g. with inplace builds)

2018-03-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16392332#comment-16392332 ] ASF GitHub Bot commented on ARROW-2263: --- wesm commented on issue #1730: ARROW-2263: [Python] Prepend

[jira] [Commented] (ARROW-2263) [Python] test_cython.py fails if pyarrow is not in import path (e.g. with inplace builds)

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

[jira] [Reopened] (ARROW-2167) [C++] Building Orc extensions fails with the default BUILD_WARNING_LEVEL=Production

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney reopened ARROW-2167: - > [C++] Building Orc extensions fails with the default > BUILD_WARNING_LEVEL=Production >

[jira] [Resolved] (ARROW-2167) [C++] Building Orc extensions fails with the default BUILD_WARNING_LEVEL=Production

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney resolved ARROW-2167. - Resolution: Won't Fix This seems to be fixed in https://github.com/apache/arrow/pull/1597. Both

[jira] [Assigned] (ARROW-2291) cpp README missing instructions for libboost-regex-dev

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney reassigned ARROW-2291: --- Assignee: Andy Grove > cpp README missing instructions for libboost-regex-dev >

[jira] [Updated] (ARROW-2291) [C++] README missing instructions for libboost-regex-dev

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated ARROW-2291: Summary: [C++] README missing instructions for libboost-regex-dev (was: cpp README missing

[jira] [Resolved] (ARROW-2167) [C++] Building Orc extensions fails with the default BUILD_WARNING_LEVEL=Production

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney resolved ARROW-2167. - Resolution: Fixed > [C++] Building Orc extensions fails with the default >

[jira] [Commented] (ARROW-2291) cpp README missing instructions for libboost-regex-dev

2018-03-08 Thread Andy Grove (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16392366#comment-16392366 ] Andy Grove commented on ARROW-2291: --- Here is a PR to update the docs:

[jira] [Commented] (ARROW-2263) [Python] test_cython.py fails if pyarrow is not in import path (e.g. with inplace builds)

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

[jira] [Resolved] (ARROW-2263) [Python] test_cython.py fails if pyarrow is not in import path (e.g. with inplace builds)

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

[jira] [Comment Edited] (ARROW-300) [Format] Add buffer compression option to IPC file format

2018-03-08 Thread Lawrence Chan (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16392124#comment-16392124 ] Lawrence Chan edited comment on ARROW-300 at 3/8/18 11:46 PM: -- What did we

[jira] [Commented] (ARROW-300) [Format] Add buffer compression option to IPC file format

2018-03-08 Thread Lawrence Chan (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16392124#comment-16392124 ] Lawrence Chan commented on ARROW-300: - What did we decide with this? Imho there's still a use case for

[jira] [Assigned] (ARROW-2268) Remove MD5 checksums from release process

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney reassigned ARROW-2268: --- Assignee: Wes McKinney > Remove MD5 checksums from release process >

[jira] [Updated] (ARROW-2263) [Python] test_cython.py fails if pyarrow is not in import path (e.g. with inplace builds)

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated ARROW-2263: Fix Version/s: (was: 0.10.0) 0.9.0 > [Python] test_cython.py fails if

[jira] [Assigned] (ARROW-2167) [C++] Building Orc extensions fails with the default BUILD_WARNING_LEVEL=Production

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney reassigned ARROW-2167: --- Assignee: Wes McKinney > [C++] Building Orc extensions fails with the default >

[jira] [Commented] (ARROW-2268) Remove MD5 checksums from release process

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

[jira] [Commented] (ARROW-1535) [Python] Enable sdist source tarballs to build assuming that Arrow C++ libraries are available on the host system

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16392341#comment-16392341 ] Wes McKinney commented on ARROW-1535: - [~kou] in theory this should work now, but we should double

[jira] [Assigned] (ARROW-2181) [Python] Add concat_tables to API reference, add documentation on use

2018-03-08 Thread Bryan Cutler (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Cutler reassigned ARROW-2181: --- Assignee: Bryan Cutler > [Python] Add concat_tables to API reference, add documentation on

[jira] [Commented] (ARROW-300) [Format] Add buffer compression option to IPC file format

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16392262#comment-16392262 ] Wes McKinney commented on ARROW-300: We haven't done any work on this yet. I think the first step would

[jira] [Comment Edited] (ARROW-300) [Format] Add buffer compression option to IPC file format

2018-03-08 Thread Lawrence Chan (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16392124#comment-16392124 ] Lawrence Chan edited comment on ARROW-300 at 3/9/18 2:09 AM: - What did we

[jira] [Assigned] (ARROW-2150) [Python] array equality defaults to identity

2018-03-08 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney reassigned ARROW-2150: --- Assignee: Wes McKinney > [Python] array equality defaults to identity >

[jira] [Created] (ARROW-2291) cpp README missing instructions for libboost-regex-dev

2018-03-08 Thread Andy Grove (JIRA)
Andy Grove created ARROW-2291: - Summary: cpp README missing instructions for libboost-regex-dev Key: ARROW-2291 URL: https://issues.apache.org/jira/browse/ARROW-2291 Project: Apache Arrow Issue

[jira] [Commented] (ARROW-1974) [Python] Segfault when working with Arrow tables with duplicate columns

2018-03-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16391449#comment-16391449 ] ASF GitHub Bot commented on ARROW-1974: --- pitrou commented on issue #447: ARROW-1974: Fix creating

[jira] [Commented] (ARROW-1974) [Python] Segfault when working with Arrow tables with duplicate columns

2018-03-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16391418#comment-16391418 ] ASF GitHub Bot commented on ARROW-1974: --- pitrou commented on issue #447: ARROW-1974: Fix creating