[jira] [Commented] (ARROW-2153) decimal conversion not working for exponential notation

2018-02-14 Thread Antony Mayi (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16363625#comment-16363625 ] Antony Mayi commented on ARROW-2153: btw. the workaround even doesn't work for cases l

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

2018-02-14 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16363908#comment-16363908 ] Antoine Pitrou commented on ARROW-2150: --- A more general question: what is the ultima

[jira] [Commented] (ARROW-2039) [Python] pyarrow.Buffer().to_pybytes() segfaults

2018-02-14 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16363972#comment-16363972 ] Antoine Pitrou commented on ARROW-2039: --- IMHO malformed objects should error out. >

[jira] [Assigned] (ARROW-2039) [Python] pyarrow.Buffer().to_pybytes() segfaults

2018-02-14 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Pitrou reassigned ARROW-2039: - Assignee: Antoine Pitrou > [Python] pyarrow.Buffer().to_pybytes() segfaults > ---

[jira] [Created] (ARROW-2154) [Python] __eq__ unimplemented on Buffer

2018-02-14 Thread Antoine Pitrou (JIRA)
Antoine Pitrou created ARROW-2154: - Summary: [Python] __eq__ unimplemented on Buffer Key: ARROW-2154 URL: https://issues.apache.org/jira/browse/ARROW-2154 Project: Apache Arrow Issue Type: Im

[jira] [Commented] (ARROW-2154) [Python] __eq__ unimplemented on Buffer

2018-02-14 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364050#comment-16364050 ] Antoine Pitrou commented on ARROW-2154: --- Though we might like the fact that {{__eq__

[jira] [Commented] (ARROW-2039) [Python] pyarrow.Buffer().to_pybytes() segfaults

2018-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364071#comment-16364071 ] ASF GitHub Bot commented on ARROW-2039: --- pitrou opened a new pull request #1605: ARR

[jira] [Updated] (ARROW-2039) [Python] pyarrow.Buffer().to_pybytes() segfaults

2018-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-2039: -- Labels: pull-request-available (was: ) > [Python] pyarrow.Buffer().to_pybytes() segfaults > ---

[jira] [Updated] (ARROW-2039) [Python] pyarrow.Buffer().to_pybytes() segfaults

2018-02-14 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Pitrou updated ARROW-2039: -- Component/s: Python > [Python] pyarrow.Buffer().to_pybytes() segfaults > ---

[jira] [Created] (ARROW-2155) [Python] pa.frombuffer(bytearray) returns immutable Buffer

2018-02-14 Thread Antoine Pitrou (JIRA)
Antoine Pitrou created ARROW-2155: - Summary: [Python] pa.frombuffer(bytearray) returns immutable Buffer Key: ARROW-2155 URL: https://issues.apache.org/jira/browse/ARROW-2155 Project: Apache Arrow

[jira] [Commented] (ARROW-2068) [Python] Expose Array's buffers to Python users

2018-02-14 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364099#comment-16364099 ] Antoine Pitrou commented on ARROW-2068: --- How do we treat the null bitmap? * choice

[jira] [Commented] (ARROW-2068) [Python] Expose Array's buffers to Python users

2018-02-14 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364160#comment-16364160 ] Wes McKinney commented on ARROW-2068: - I had been thinking that the returned buffers w

[jira] [Commented] (ARROW-2154) [Python] __eq__ unimplemented on Buffer

2018-02-14 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364178#comment-16364178 ] Wes McKinney commented on ARROW-2154: - Having {{__eq__}} call {{equals}} seems fine to

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

2018-02-14 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364209#comment-16364209 ] Wes McKinney commented on ARROW-2150: - For the time being, I believe it should be a th

[jira] [Updated] (ARROW-2155) [Python] pa.frombuffer(bytearray) returns immutable Buffer

2018-02-14 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated ARROW-2155: Fix Version/s: 0.9.0 > [Python] pa.frombuffer(bytearray) returns immutable Buffer >

[jira] [Commented] (ARROW-2155) [Python] pa.frombuffer(bytearray) returns immutable Buffer

2018-02-14 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364211#comment-16364211 ] Wes McKinney commented on ARROW-2155: - Agreed. I would expect this to respect the {{Py

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

2018-02-14 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364224#comment-16364224 ] Antoine Pitrou commented on ARROW-2150: --- {quote}For the time being, I believe it sho

[jira] [Commented] (ARROW-2145) decimal conversion not working for NaN values

2018-02-14 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364232#comment-16364232 ] Wes McKinney commented on ARROW-2145: - Can you use null instead? > decimal conversion

[jira] [Created] (ARROW-2156) [CI] Isolate Sphinx dependencies

2018-02-14 Thread Antoine Pitrou (JIRA)
Antoine Pitrou created ARROW-2156: - Summary: [CI] Isolate Sphinx dependencies Key: ARROW-2156 URL: https://issues.apache.org/jira/browse/ARROW-2156 Project: Apache Arrow Issue Type: Task

[jira] [Commented] (ARROW-2156) [CI] Isolate Sphinx dependencies

2018-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364279#comment-16364279 ] ASF GitHub Bot commented on ARROW-2156: --- pitrou opened a new pull request #1606: ARR

[jira] [Updated] (ARROW-2156) [CI] Isolate Sphinx dependencies

2018-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-2156: -- Labels: pull-request-available (was: ) > [CI] Isolate Sphinx dependencies > ---

[jira] [Assigned] (ARROW-2155) [Python] pa.frombuffer(bytearray) returns immutable Buffer

2018-02-14 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Pitrou reassigned ARROW-2155: - Assignee: Antoine Pitrou > [Python] pa.frombuffer(bytearray) returns immutable Buffer > -

[jira] [Commented] (ARROW-2153) decimal conversion not working for exponential notation

2018-02-14 Thread Phillip Cloud (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364319#comment-16364319 ] Phillip Cloud commented on ARROW-2153: -- If this is blocking you, you ca use a decimal

[jira] [Comment Edited] (ARROW-2153) decimal conversion not working for exponential notation

2018-02-14 Thread Phillip Cloud (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364319#comment-16364319 ] Phillip Cloud edited comment on ARROW-2153 at 2/14/18 3:55 PM: -

[jira] [Assigned] (ARROW-2153) decimal conversion not working for exponential notation

2018-02-14 Thread Phillip Cloud (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phillip Cloud reassigned ARROW-2153: Assignee: Phillip Cloud > decimal conversion not working for exponential notation > ---

[jira] [Comment Edited] (ARROW-2153) decimal conversion not working for exponential notation

2018-02-14 Thread Phillip Cloud (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364319#comment-16364319 ] Phillip Cloud edited comment on ARROW-2153 at 2/14/18 3:55 PM: -

[jira] [Created] (ARROW-2157) Decimal arrays cannot be constructed from Python lists

2018-02-14 Thread Phillip Cloud (JIRA)
Phillip Cloud created ARROW-2157: Summary: Decimal arrays cannot be constructed from Python lists Key: ARROW-2157 URL: https://issues.apache.org/jira/browse/ARROW-2157 Project: Apache Arrow I

[jira] [Commented] (ARROW-2155) [Python] pa.frombuffer(bytearray) returns immutable Buffer

2018-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364340#comment-16364340 ] ASF GitHub Bot commented on ARROW-2155: --- pitrou opened a new pull request #1607: ARR

[jira] [Updated] (ARROW-2155) [Python] pa.frombuffer(bytearray) returns immutable Buffer

2018-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-2155: -- Labels: pull-request-available (was: ) > [Python] pa.frombuffer(bytearray) returns immutable Bu

[jira] [Commented] (ARROW-2155) [Python] pa.frombuffer(bytearray) returns immutable Buffer

2018-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364349#comment-16364349 ] ASF GitHub Bot commented on ARROW-2155: --- pitrou commented on a change in pull reques

[jira] [Commented] (ARROW-2155) [Python] pa.frombuffer(bytearray) returns immutable Buffer

2018-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364416#comment-16364416 ] ASF GitHub Bot commented on ARROW-2155: --- pitrou opened a new pull request #1608: ARR

[jira] [Commented] (ARROW-2155) [Python] pa.frombuffer(bytearray) returns immutable Buffer

2018-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364417#comment-16364417 ] ASF GitHub Bot commented on ARROW-2155: --- pitrou commented on a change in pull reques

[jira] [Commented] (ARROW-2081) Hdfs client isn't fork-safe

2018-02-14 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364539#comment-16364539 ] Wes McKinney commented on ARROW-2081: - Is there a way we can detect the fork in the ch

[jira] [Commented] (ARROW-1579) [Java] Add dockerized test setup to validate Spark integration

2018-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364585#comment-16364585 ] ASF GitHub Bot commented on ARROW-1579: --- BryanCutler commented on issue #1319: [WIP]

[jira] [Commented] (ARROW-1579) [Java] Add dockerized test setup to validate Spark integration

2018-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364624#comment-16364624 ] ASF GitHub Bot commented on ARROW-1579: --- BryanCutler commented on issue #1319: ARROW

[jira] [Commented] (ARROW-2144) [JS] Don't repeat dictionary lookups in DataFrame ops

2018-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364699#comment-16364699 ] ASF GitHub Bot commented on ARROW-2144: --- trxcllnt commented on a change in pull requ

[jira] [Commented] (ARROW-2144) [JS] Don't repeat dictionary lookups in DataFrame ops

2018-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364700#comment-16364700 ] ASF GitHub Bot commented on ARROW-2144: --- trxcllnt commented on a change in pull requ

[jira] [Commented] (ARROW-2155) [Python] pa.frombuffer(bytearray) returns immutable Buffer

2018-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364750#comment-16364750 ] ASF GitHub Bot commented on ARROW-2155: --- wesm commented on a change in pull request

[jira] [Commented] (ARROW-2145) decimal conversion not working for NaN values

2018-02-14 Thread Antony Mayi (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364765#comment-16364765 ] Antony Mayi commented on ARROW-2145: bq. Can you use null instead? I guess the curren

[jira] [Commented] (ARROW-2153) decimal conversion not working for exponential notation

2018-02-14 Thread Antony Mayi (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364769#comment-16364769 ] Antony Mayi commented on ARROW-2153: nice, thanks! > decimal conversion not working f

[jira] [Commented] (ARROW-2144) [JS] Don't repeat dictionary lookups in DataFrame ops

2018-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364791#comment-16364791 ] ASF GitHub Bot commented on ARROW-2144: --- TheNeuralBit commented on a change in pull

[jira] [Commented] (ARROW-2145) decimal conversion not working for NaN values

2018-02-14 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364798#comment-16364798 ] Wes McKinney commented on ARROW-2145: - Those both look like bugs that should be fixed.

[jira] [Commented] (ARROW-2145) decimal conversion not working for NaN values

2018-02-14 Thread Phillip Cloud (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364830#comment-16364830 ] Phillip Cloud commented on ARROW-2145: -- Both are definitely bugs, working on a fix.

[jira] [Updated] (ARROW-2145) [Python] Decimal conversion not working for NaN values

2018-02-14 Thread Phillip Cloud (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phillip Cloud updated ARROW-2145: - Summary: [Python] Decimal conversion not working for NaN values (was: decimal conversion not work

[jira] [Created] (ARROW-2158) [Python] Construction of Decimal array with None or np.nan fails

2018-02-14 Thread Phillip Cloud (JIRA)
Phillip Cloud created ARROW-2158: Summary: [Python] Construction of Decimal array with None or np.nan fails Key: ARROW-2158 URL: https://issues.apache.org/jira/browse/ARROW-2158 Project: Apache Arrow

[jira] [Commented] (ARROW-1815) [Java] Rename MapVector to StructVector

2018-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364842#comment-16364842 ] ASF GitHub Bot commented on ARROW-1815: --- BryanCutler commented on issue #1490: ARROW

[jira] [Created] (ARROW-2159) [JS] Support custom predicates

2018-02-14 Thread Brian Hulette (JIRA)
Brian Hulette created ARROW-2159: Summary: [JS] Support custom predicates Key: ARROW-2159 URL: https://issues.apache.org/jira/browse/ARROW-2159 Project: Apache Arrow Issue Type: New Feature

[jira] [Commented] (ARROW-2155) [Python] pa.frombuffer(bytearray) returns immutable Buffer

2018-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364883#comment-16364883 ] ASF GitHub Bot commented on ARROW-2155: --- pitrou commented on a change in pull reques

[jira] [Commented] (ARROW-2155) [Python] pa.frombuffer(bytearray) returns immutable Buffer

2018-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364915#comment-16364915 ] ASF GitHub Bot commented on ARROW-2155: --- wesm commented on a change in pull request

[jira] [Created] (ARROW-2160) decimal precision inference

2018-02-14 Thread Antony Mayi (JIRA)
Antony Mayi created ARROW-2160: -- Summary: decimal precision inference Key: ARROW-2160 URL: https://issues.apache.org/jira/browse/ARROW-2160 Project: Apache Arrow Issue Type: Improvement

[jira] [Closed] (ARROW-2158) [Python] Construction of Decimal array with None or np.nan fails

2018-02-14 Thread Phillip Cloud (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phillip Cloud closed ARROW-2158. Resolution: Duplicate This is really just ARROW-2145 > [Python] Construction of Decimal array with

[jira] [Updated] (ARROW-2160) decimal precision inference

2018-02-14 Thread Antony Mayi (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antony Mayi updated ARROW-2160: --- Description: {code} import pyarrow as pa import pandas as pd import decimal df = pd.DataFrame({'a': [

[jira] [Assigned] (ARROW-2160) decimal precision inference

2018-02-14 Thread Phillip Cloud (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phillip Cloud reassigned ARROW-2160: Assignee: Phillip Cloud > decimal precision inference > --- > >

[jira] [Updated] (ARROW-2160) [C++/Python] Decimal precision inference

2018-02-14 Thread Phillip Cloud (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phillip Cloud updated ARROW-2160: - Summary: [C++/Python] Decimal precision inference (was: decimal precision inference) > [C++/Pyt

[jira] [Updated] (ARROW-2160) [C++/Python] Decimal precision inference

2018-02-14 Thread Phillip Cloud (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phillip Cloud updated ARROW-2160: - Issue Type: Bug (was: Improvement) > [C++/Python] Decimal precision inference >

[jira] [Updated] (ARROW-2160) [C++/Python] Decimal precision inference

2018-02-14 Thread Phillip Cloud (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phillip Cloud updated ARROW-2160: - Fix Version/s: 0.9.0 > [C++/Python] Decimal precision inference > ---

[jira] [Commented] (ARROW-2160) [C++/Python] Decimal precision inference

2018-02-14 Thread Phillip Cloud (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364934#comment-16364934 ] Phillip Cloud commented on ARROW-2160: -- Thanks for the report. I will make sure this

[jira] [Updated] (ARROW-2160) [C++/Python] Decimal precision inference

2018-02-14 Thread Antony Mayi (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antony Mayi updated ARROW-2160: --- Description: {code} import pyarrow as pa import pandas as pd import decimal df = pd.DataFrame({'a': [

[jira] [Updated] (ARROW-2160) [C++/Python] Decimal precision inference

2018-02-14 Thread Antony Mayi (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antony Mayi updated ARROW-2160: --- Description: {code} import pyarrow as pa import pandas as pd import decimal df = pd.DataFrame({'a': [

[jira] [Updated] (ARROW-2161) [Python] test_cython_api failing for a build_ext --inplace install

2018-02-14 Thread Phillip Cloud (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phillip Cloud updated ARROW-2161: - Summary: [Python] test_cython_api failing for a build_ext --inplace install (was: test_cython_api

[jira] [Created] (ARROW-2161) test_cython_api failing for a build_ext --inplace install

2018-02-14 Thread Phillip Cloud (JIRA)
Phillip Cloud created ARROW-2161: Summary: test_cython_api failing for a build_ext --inplace install Key: ARROW-2161 URL: https://issues.apache.org/jira/browse/ARROW-2161 Project: Apache Arrow

[jira] [Updated] (ARROW-2161) [Python] test_cython_api failing for a build_ext --inplace install

2018-02-14 Thread Phillip Cloud (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phillip Cloud updated ARROW-2161: - Affects Version/s: 0.8.0 > [Python] test_cython_api failing for a build_ext --inplace install > --

[jira] [Updated] (ARROW-2161) [Python] test_cython_api failing for a build_ext --inplace install

2018-02-14 Thread Phillip Cloud (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phillip Cloud updated ARROW-2161: - Component/s: Python > [Python] test_cython_api failing for a build_ext --inplace install > ---

[jira] [Commented] (ARROW-2145) [Python] Decimal conversion not working for NaN values

2018-02-14 Thread Antony Mayi (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364965#comment-16364965 ] Antony Mayi commented on ARROW-2145: yes, if null was accepted that would solve my use

[jira] [Updated] (ARROW-2161) [Python] test_cython_api failing for a build_ext --inplace install

2018-02-14 Thread Phillip Cloud (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phillip Cloud updated ARROW-2161: - Description: {code} pytest pyarrow -x --tb=short =

[jira] [Assigned] (ARROW-2117) [C++] Pin clang to version 5.0

2018-02-14 Thread Phillip Cloud (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phillip Cloud reassigned ARROW-2117: Assignee: (was: Phillip Cloud) > [C++] Pin clang to version 5.0 > -

[jira] [Commented] (ARROW-2160) [C++/Python] Decimal precision inference

2018-02-14 Thread Phillip Cloud (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364996#comment-16364996 ] Phillip Cloud commented on ARROW-2160: -- This is actually a bug, since we _do_ perform

[jira] [Commented] (ARROW-2160) [C++/Python] Decimal precision inference

2018-02-14 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16365056#comment-16365056 ] Julian Hyde commented on ARROW-2160: As the resident SQL curmudgeon let me point out t

[jira] [Commented] (ARROW-1815) [Java] Rename MapVector to StructVector

2018-02-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-1815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16365066#comment-16365066 ] ASF GitHub Bot commented on ARROW-1815: --- jacques-n commented on issue #1490: ARROW-1

[jira] [Commented] (ARROW-2160) [C++/Python] Decimal precision inference

2018-02-14 Thread Phillip Cloud (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16365074#comment-16365074 ] Phillip Cloud commented on ARROW-2160: -- The definitions are the same, modulo possibly

[jira] [Created] (ARROW-2162) [Python/C++] Decimal Values with too-high precision are multiplied by 100

2018-02-14 Thread Phillip Cloud (JIRA)
Phillip Cloud created ARROW-2162: Summary: [Python/C++] Decimal Values with too-high precision are multiplied by 100 Key: ARROW-2162 URL: https://issues.apache.org/jira/browse/ARROW-2162 Project: Apac