[jira] [Created] (ARROW-1659) "stdlib.h: No such file or directory" when cross-compiling for RISC-V with GCC 7.2

2017-10-08 Thread Alon Amid (JIRA)
Alon Amid created ARROW-1659:


 Summary: "stdlib.h: No such file or directory" when 
cross-compiling for RISC-V with GCC 7.2
 Key: ARROW-1659
 URL: https://issues.apache.org/jira/browse/ARROW-1659
 Project: Apache Arrow
  Issue Type: Bug
  Components: C++
 Environment: RISC-V, Cross-compiling for RISC-V Linux with GCC 7.2
Reporter: Alon Amid


I’ve been attempting to cross-compile Arrow for RISC-V.
I was trying to build Arrow with Plasma and Python, but without the compression 
libraries (snappy, brotli, zstd, lz4).
I was getting several errors indicating that stdlib.h is missing. An example 
error is:

| In file included from 
/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/recipe-sysroot/usr/include/c++/7.2.0/ext/string_conversions.h:41:0,
|  from 
/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/recipe-sysroot/usr/include/c++/7.2.0/bits/basic_string.h:6159,
|  from 
/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/recipe-sysroot/usr/include/c++/7.2.0/string:52,
|  from 
/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/recipe-sysroot/usr/include/c++/7.2.0/stdexcept:39,
|  from 
/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/recipe-sysroot/usr/include/c++/7.2.0/array:39,
|  from 
/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/recipe-sysroot/usr/include/c++/7.2.0/tuple:39,
|  from 
/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/recipe-sysroot/usr/include/c++/7.2.0/bits/unique_ptr.h:37,
|  from 
/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/recipe-sysroot/usr/include/c++/7.2.0/memory:80,
|  from 
/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/arrow-apache-arrow-0.7.1/cpp/src/arrow/io/interfaces.h:22,
|  from 
/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/arrow-apache-arrow-0.7.1/cpp/src/arrow/python/io.h:21,
|  from 
/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/arrow-apache-arrow-0.7.1/cpp/src/arrow/python/io.cc:18:
| 
/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/recipe-sysroot/usr/include/c++/7.2.0/cstdlib:75:15:
 fatal error: stdlib.h: No such file or directory
|  #include_next 
|^~
| compilation terminated.


The relevant example call is:

cd 
/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/build/src/arrow/python
 && 
/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/recipe-sysroot-native/usr/bin/riscv64-poky-linux/riscv64-poky-linux-g++
   -isystem 
/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/recipe-sysroot/usr/include
 -isystem 
/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/build/src/rapidjson_ep/include
 -isystem 
/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/build/flatbuffers_ep-prefix/src/flatbuffers_ep-install/include
 -isystem 
/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/arrow-apache-arrow-0.7.1/cpp/thirdparty/hadoop/include
 
-I/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/arrow-apache-arrow-0.7.1/cpp/src
 -isystem 
/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/recipe-sysroot-native/usr/lib/python2.7/site-packages/numpy/core/include
 -isystem 
/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/recipe-sysroot/usr/include/python2.7
  
--sysroot=/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/recipe-sysroot
  -O2 -pipe -g -feliminate-unused-debug-types 
-fdebug-prefix-map=/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0=/usr/src/debug/apache-arrow/0.7.1-r0
 
-fdebug-prefix-map=/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/recipe-sysroot-native=
 
-fdebug-prefix-map=/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/recipe-sysroot=
  -fvisibility-inlines-hidden   
--sysroot=/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/recipe-sysroot
 -ggdb -O0 -Wall -std=c++11  -g -fPIC   -std=gnu++11 -o 
CMakeFiles/arrow_python_objlib.dir/io.cc.o -c 
/home/centos/riscv-poky/build/tmp/work/riscv64-poky-linux/apache-arrow/0.7.1-r0/arrow-apache-arrow-0.7.1/cpp/src/arrow/python/io.cc


When I manually checked the highlighted path 

[jira] [Assigned] (ARROW-1488) [C++] Implement ArrayBuilder::Finish in terms of internal::ArrayData

2017-10-08 Thread Wes McKinney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney reassigned ARROW-1488:
---

Assignee: Wes McKinney

> [C++] Implement ArrayBuilder::Finish in terms of internal::ArrayData
> 
>
> Key: ARROW-1488
> URL: https://issues.apache.org/jira/browse/ARROW-1488
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: C++
>Reporter: Wes McKinney
>Assignee: Wes McKinney
> Fix For: 0.8.0
>
>
> In {{arrow::compute}} we will frequently be working with unboxed internal 
> array data, so it would be useful for the builders to be able to return the 
> internal data container. This may also simplify some code in arrow/builder.cc



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


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

2017-10-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16196426#comment-16196426
 ] 

ASF GitHub Bot commented on ARROW-1535:
---

Github user wesm commented on the issue:

https://github.com/apache/arrow/issues/1125
  
ARROW-1535 is resolved so the sdist artifact should be able to be 
installed. If you could help kick the tires with Python 3.7 before Arrow 0.8.0 
is released (end of October / early November) that would be helpful in case we 
missed some detail


> [Python] Enable sdist source tarballs to build assuming that Arrow C++ 
> libraries are available on the host system
> -
>
> Key: ARROW-1535
> URL: https://issues.apache.org/jira/browse/ARROW-1535
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Reporter: Wes McKinney
>Assignee: Wes McKinney
>  Labels: Build, pull-request-available
> Fix For: 0.8.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (ARROW-1630) [Serialization] Support Python datetime objects

2017-10-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16196422#comment-16196422
 ] 

ASF GitHub Bot commented on ARROW-1630:
---

Github user pcmoritz commented on the issue:

https://github.com/apache/arrow/pull/1153
  
Yeah, I'll have another look tonight and let you know how it goes :)


> [Serialization] Support Python datetime objects
> ---
>
> Key: ARROW-1630
> URL: https://issues.apache.org/jira/browse/ARROW-1630
> Project: Apache Arrow
>  Issue Type: Improvement
>Reporter: Philipp Moritz
>Assignee: Philipp Moritz
>  Labels: pull-request-available
> Fix For: 0.8.0
>
>
> This was brought up in https://github.com/ray-project/ray/issues/1041
> It is related but not the same as 
> https://issues.apache.org/jira/projects/ARROW/issues/ARROW-1628



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (ARROW-1380) [C++] Fix "still reachable" valgrind warnings in Plasma Python unit tests

2017-10-08 Thread Wes McKinney (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16196420#comment-16196420
 ] 

Wes McKinney commented on ARROW-1380:
-

I am not sure if these are harmful, but definitely unsightly. I moved off 0.8.0 
for now

> [C++] Fix "still reachable" valgrind warnings in Plasma Python unit tests
> -
>
> Key: ARROW-1380
> URL: https://issues.apache.org/jira/browse/ARROW-1380
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Python
>Reporter: Wes McKinney
> Fix For: 0.9.0
>
>
> I thought I fixed this, but they seem to have recurred:
> https://travis-ci.org/apache/arrow/jobs/266421430#L5220



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (ARROW-1380) [C++] Fix "still reachable" valgrind warnings in Plasma Python unit tests

2017-10-08 Thread Wes McKinney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney updated ARROW-1380:

Fix Version/s: (was: 0.8.0)
   0.9.0

> [C++] Fix "still reachable" valgrind warnings in Plasma Python unit tests
> -
>
> Key: ARROW-1380
> URL: https://issues.apache.org/jira/browse/ARROW-1380
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Python
>Reporter: Wes McKinney
> Fix For: 0.9.0
>
>
> I thought I fixed this, but they seem to have recurred:
> https://travis-ci.org/apache/arrow/jobs/266421430#L5220



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (ARROW-480) [Python] Add accessors for Parquet column statistics

2017-10-08 Thread Wes McKinney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney updated ARROW-480:
---
Fix Version/s: (was: 0.8.0)
   0.9.0

> [Python] Add accessors for Parquet column statistics 
> -
>
> Key: ARROW-480
> URL: https://issues.apache.org/jira/browse/ARROW-480
> Project: Apache Arrow
>  Issue Type: New Feature
>  Components: Python
>Reporter: Wes McKinney
> Fix For: 0.9.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (ARROW-1630) [Serialization] Support Python datetime objects

2017-10-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-1630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16196413#comment-16196413
 ] 

ASF GitHub Bot commented on ARROW-1630:
---

Github user wesm commented on the issue:

https://github.com/apache/arrow/pull/1153
  
We should try to resolve this, I can help with some of the spelunking in 
datetimemodule or in NumPy (which should have some of this implemented as well 
in a form we can adapt), let me know


> [Serialization] Support Python datetime objects
> ---
>
> Key: ARROW-1630
> URL: https://issues.apache.org/jira/browse/ARROW-1630
> Project: Apache Arrow
>  Issue Type: Improvement
>Reporter: Philipp Moritz
>Assignee: Philipp Moritz
>  Labels: pull-request-available
> Fix For: 0.8.0
>
>
> This was brought up in https://github.com/ray-project/ray/issues/1041
> It is related but not the same as 
> https://issues.apache.org/jira/projects/ARROW/issues/ARROW-1628



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


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

2017-10-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16196408#comment-16196408
 ] 

ASF GitHub Bot commented on ARROW-1535:
---

Github user asfgit closed the pull request at:

https://github.com/apache/arrow/pull/1188


> [Python] Enable sdist source tarballs to build assuming that Arrow C++ 
> libraries are available on the host system
> -
>
> Key: ARROW-1535
> URL: https://issues.apache.org/jira/browse/ARROW-1535
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Reporter: Wes McKinney
>Assignee: Wes McKinney
>  Labels: Build, pull-request-available
> Fix For: 0.8.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


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

2017-10-08 Thread Wes McKinney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney resolved ARROW-1535.
-
Resolution: Fixed

Issue resolved by pull request 1188
[https://github.com/apache/arrow/pull/1188]

> [Python] Enable sdist source tarballs to build assuming that Arrow C++ 
> libraries are available on the host system
> -
>
> Key: ARROW-1535
> URL: https://issues.apache.org/jira/browse/ARROW-1535
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Reporter: Wes McKinney
>Assignee: Wes McKinney
>  Labels: Build, pull-request-available
> Fix For: 0.8.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (ARROW-1617) [Python] Do not use symlinks in python/cmake_modules

2017-10-08 Thread Wes McKinney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney resolved ARROW-1617.
-
Resolution: Fixed

Resolved in 
https://github.com/apache/arrow/commit/a0555c04dd5c43230a1c50d0d0a94e06d8ad9ff0

> [Python] Do not use symlinks in python/cmake_modules 
> -
>
> Key: ARROW-1617
> URL: https://issues.apache.org/jira/browse/ARROW-1617
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Python
>Reporter: Wes McKinney
>Assignee: Wes McKinney
> Fix For: 0.8.0
>
>
> This requires that {{git config core.symlinks true}} be set, which makes 
> development and source releases (on Linux/macOS even) more brittle



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (ARROW-1176) C++: Replace WrappedBinary with Tensorflow's StringPiece

2017-10-08 Thread Wes McKinney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney updated ARROW-1176:

Fix Version/s: (was: 0.8.0)
   0.9.0

> C++: Replace WrappedBinary with Tensorflow's StringPiece
> 
>
> Key: ARROW-1176
> URL: https://issues.apache.org/jira/browse/ARROW-1176
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: C++
>Reporter: Uwe L. Korn
> Fix For: 0.9.0
>
>
> Instead of using the very simple {{WrappedBinary}} class, we may want to use 
> Tensorflow's {{StringPiece}} to handle binary cells: 
> https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/lib/core/stringpiece.h



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (ARROW-1487) [C++] Implement casts from List to List, where a cast function is defined from any A to B

2017-10-08 Thread Wes McKinney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney updated ARROW-1487:

Fix Version/s: (was: 0.8.0)
   0.9.0

> [C++] Implement casts from List to List, where a cast function is 
> defined from any A to B
> ---
>
> Key: ARROW-1487
> URL: https://issues.apache.org/jira/browse/ARROW-1487
> Project: Apache Arrow
>  Issue Type: New Feature
>  Components: C++
>Reporter: Wes McKinney
> Fix For: 0.9.0
>
>
> If a cast rule for the child type is not implemented, the failure should 
> occur during kernel selection rather than at kernel evaluation time. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (ARROW-1658) [Python] Out of bounds dictionary indices causes segfault after converting to pandas

2017-10-08 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-1658:
---

 Summary: [Python] Out of bounds dictionary indices causes segfault 
after converting to pandas
 Key: ARROW-1658
 URL: https://issues.apache.org/jira/browse/ARROW-1658
 Project: Apache Arrow
  Issue Type: Bug
  Components: Python
Affects Versions: 0.7.1
Reporter: Wes McKinney
 Fix For: 0.8.0


Minimal reproduction:

{code}
import numpy as np
import pandas as pd
import pyarrow as pa
 
num = 100
arr = pa.DictionaryArray.from_arrays(
np.arange(0, num),
np.array(['a'], np.object),
np.zeros(num, np.bool),
True)

print(arr.to_pandas())
{code}

At no time in the Arrow codebase do we validate that the dictionary indices are 
in bounds. It seems that pandas is overly trusting of the validity of the 
indices. So we should add a method someplace to validate that the dictionary 
non-null indices are not out of bounds (perhaps in 
{{CategoricalBlock::WriteIndices}}).

As an aside: there may be other times when doing analytics on categorical data 
that external data will have out of bounds index values. We should plan for 
these and decide whether to raise an exception or treat them as null



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (ARROW-1313) [C++/Python] Add troubleshooting section for setting up HDFS JNI interface

2017-10-08 Thread Wes McKinney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney updated ARROW-1313:

Fix Version/s: (was: 0.8.0)

> [C++/Python] Add troubleshooting section for setting up HDFS JNI interface
> --
>
> Key: ARROW-1313
> URL: https://issues.apache.org/jira/browse/ARROW-1313
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Documentation
> Environment: linux trusty-cdh5
>Reporter: Martin Durant
>
> The hadoop library directory contains a libhdfs.a and a libhadoop.so but no 
> libhdfs.so.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (ARROW-1646) [Python] pyarrow.array cannot handle NumPy scalar types

2017-10-08 Thread Wes McKinney (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16196280#comment-16196280
 ] 

Wes McKinney commented on ARROW-1646:
-

Hm, there are multiple layers of issues here around casting NumPy scalars and 
type inference. I am not sure how urgent this is

> [Python] pyarrow.array cannot handle NumPy scalar types
> ---
>
> Key: ARROW-1646
> URL: https://issues.apache.org/jira/browse/ARROW-1646
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Python
>Affects Versions: 0.7.1
>Reporter: Wes McKinney
>Assignee: Wes McKinney
> Fix For: 0.8.0
>
>
> Example repro
> {code}
> In [1]: import pyarrow as pa
> impo
> In [2]: import numpy as np
> In [3]: pa.array([np.random.randint(0, 10, size=5), None])
> ---
> ArrowInvalid  Traceback (most recent call last)
>  in ()
> > 1 pa.array([np.random.randint(0, 10, size=5), None])
> /home/wesm/code/arrow/python/pyarrow/array.pxi in pyarrow.lib.array 
> (/home/wesm/code/arrow/python/build/temp.linux-x86_64-3.5/lib.cxx:24892)()
> 171 if mask is not None:
> 172 raise ValueError("Masks only supported with ndarray-like 
> inputs")
> --> 173 return _sequence_to_array(obj, size, type, pool)
> 174 
> 175 
> /home/wesm/code/arrow/python/pyarrow/array.pxi in 
> pyarrow.lib._sequence_to_array 
> (/home/wesm/code/arrow/python/build/temp.linux-x86_64-3.5/lib.cxx:23496)()
>  23 if type is None:
>  24 with nogil:
> ---> 25 check_status(ConvertPySequence(sequence, pool, ))
>  26 else:
>  27 if size is None:
> /home/wesm/code/arrow/python/pyarrow/error.pxi in pyarrow.lib.check_status 
> (/home/wesm/code/arrow/python/build/temp.linux-x86_64-3.5/lib.cxx:7876)()
>  75 message = frombytes(status.message())
>  76 if status.IsInvalid():
> ---> 77 raise ArrowInvalid(message)
>  78 elif status.IsIOError():
>  79 raise ArrowIOError(message)
> ArrowInvalid: 
> /home/wesm/code/arrow/cpp/src/arrow/python/builtin_convert.cc:740 code: 
> InferArrowTypeAndSize(obj, , )
> /home/wesm/code/arrow/cpp/src/arrow/python/builtin_convert.cc:319 code: 
> InferArrowType(obj, out_type)
> /home/wesm/code/arrow/cpp/src/arrow/python/builtin_convert.cc:299 code: 
> seq_visitor.Visit(obj)
> /home/wesm/code/arrow/cpp/src/arrow/python/builtin_convert.cc:180 code: 
> VisitElem(ref, level)
> Error inferring Arrow data type for collection of Python objects. Got Python 
> object of type ndarray but can only handle these types: bool, float, integer, 
> date, datetime, bytes, unicode
> {code}
> If these inner values are converted to Python built-in int types then it 
> works fine



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (ARROW-1646) [Python] pyarrow.array cannot handle NumPy scalar types

2017-10-08 Thread Wes McKinney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney reassigned ARROW-1646:
---

Assignee: Wes McKinney

> [Python] pyarrow.array cannot handle NumPy scalar types
> ---
>
> Key: ARROW-1646
> URL: https://issues.apache.org/jira/browse/ARROW-1646
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Python
>Affects Versions: 0.7.1
>Reporter: Wes McKinney
>Assignee: Wes McKinney
> Fix For: 0.8.0
>
>
> Example repro
> {code}
> In [1]: import pyarrow as pa
> impo
> In [2]: import numpy as np
> In [3]: pa.array([np.random.randint(0, 10, size=5), None])
> ---
> ArrowInvalid  Traceback (most recent call last)
>  in ()
> > 1 pa.array([np.random.randint(0, 10, size=5), None])
> /home/wesm/code/arrow/python/pyarrow/array.pxi in pyarrow.lib.array 
> (/home/wesm/code/arrow/python/build/temp.linux-x86_64-3.5/lib.cxx:24892)()
> 171 if mask is not None:
> 172 raise ValueError("Masks only supported with ndarray-like 
> inputs")
> --> 173 return _sequence_to_array(obj, size, type, pool)
> 174 
> 175 
> /home/wesm/code/arrow/python/pyarrow/array.pxi in 
> pyarrow.lib._sequence_to_array 
> (/home/wesm/code/arrow/python/build/temp.linux-x86_64-3.5/lib.cxx:23496)()
>  23 if type is None:
>  24 with nogil:
> ---> 25 check_status(ConvertPySequence(sequence, pool, ))
>  26 else:
>  27 if size is None:
> /home/wesm/code/arrow/python/pyarrow/error.pxi in pyarrow.lib.check_status 
> (/home/wesm/code/arrow/python/build/temp.linux-x86_64-3.5/lib.cxx:7876)()
>  75 message = frombytes(status.message())
>  76 if status.IsInvalid():
> ---> 77 raise ArrowInvalid(message)
>  78 elif status.IsIOError():
>  79 raise ArrowIOError(message)
> ArrowInvalid: 
> /home/wesm/code/arrow/cpp/src/arrow/python/builtin_convert.cc:740 code: 
> InferArrowTypeAndSize(obj, , )
> /home/wesm/code/arrow/cpp/src/arrow/python/builtin_convert.cc:319 code: 
> InferArrowType(obj, out_type)
> /home/wesm/code/arrow/cpp/src/arrow/python/builtin_convert.cc:299 code: 
> seq_visitor.Visit(obj)
> /home/wesm/code/arrow/cpp/src/arrow/python/builtin_convert.cc:180 code: 
> VisitElem(ref, level)
> Error inferring Arrow data type for collection of Python objects. Got Python 
> object of type ndarray but can only handle these types: bool, float, integer, 
> date, datetime, bytes, unicode
> {code}
> If these inner values are converted to Python built-in int types then it 
> works fine



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (ARROW-1657) [C++] Multithreaded Read Test Failing on Arch Linux

2017-10-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-1657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16196275#comment-16196275
 ] 

ASF GitHub Bot commented on ARROW-1657:
---

Github user asfgit closed the pull request at:

https://github.com/apache/arrow/pull/1187


> [C++] Multithreaded Read Test Failing on Arch Linux
> ---
>
> Key: ARROW-1657
> URL: https://issues.apache.org/jira/browse/ARROW-1657
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++
>Reporter: Phillip Cloud
>Assignee: Phillip Cloud
>  Labels: pull-request-available
> Fix For: 0.8.0
>
>
> This is appearing in parquet-cpp, but is caused by a recent change in arrow 
> to privatize the use of {{std::mutex}} so I'm opening the JIRA here.
> This doesn't show up in CI, but shows up reliably on my personal Arch Linux 
> installation.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (ARROW-1657) [C++] Multithreaded Read Test Failing on Arch Linux

2017-10-08 Thread Wes McKinney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney resolved ARROW-1657.
-
Resolution: Fixed

Issue resolved by pull request 1187
[https://github.com/apache/arrow/pull/1187]

> [C++] Multithreaded Read Test Failing on Arch Linux
> ---
>
> Key: ARROW-1657
> URL: https://issues.apache.org/jira/browse/ARROW-1657
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++
>Reporter: Phillip Cloud
>Assignee: Phillip Cloud
>  Labels: pull-request-available
> Fix For: 0.8.0
>
>
> This is appearing in parquet-cpp, but is caused by a recent change in arrow 
> to privatize the use of {{std::mutex}} so I'm opening the JIRA here.
> This doesn't show up in CI, but shows up reliably on my personal Arch Linux 
> installation.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (ARROW-1657) [C++] Multithreaded Read Test Failing on Arch Linux

2017-10-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-1657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16196274#comment-16196274
 ] 

ASF GitHub Bot commented on ARROW-1657:
---

Github user wesm commented on the issue:

https://github.com/apache/arrow/pull/1187
  
+1


> [C++] Multithreaded Read Test Failing on Arch Linux
> ---
>
> Key: ARROW-1657
> URL: https://issues.apache.org/jira/browse/ARROW-1657
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++
>Reporter: Phillip Cloud
>Assignee: Phillip Cloud
>  Labels: pull-request-available
> Fix For: 0.8.0
>
>
> This is appearing in parquet-cpp, but is caused by a recent change in arrow 
> to privatize the use of {{std::mutex}} so I'm opening the JIRA here.
> This doesn't show up in CI, but shows up reliably on my personal Arch Linux 
> installation.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (ARROW-1657) [C++] Multithreaded Read Test Failing on Arch Linux

2017-10-08 Thread ASF GitHub Bot (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated ARROW-1657:
--
Labels: pull-request-available  (was: )

> [C++] Multithreaded Read Test Failing on Arch Linux
> ---
>
> Key: ARROW-1657
> URL: https://issues.apache.org/jira/browse/ARROW-1657
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++
>Reporter: Phillip Cloud
>Assignee: Phillip Cloud
>  Labels: pull-request-available
> Fix For: 0.8.0
>
>
> This is appearing in parquet-cpp, but is caused by a recent change in arrow 
> to privatize the use of {{std::mutex}} so I'm opening the JIRA here.
> This doesn't show up in CI, but shows up reliably on my personal Arch Linux 
> installation.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (ARROW-1617) [Python] Do not use symlinks in python/cmake_modules

2017-10-08 Thread Wes McKinney (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16196270#comment-16196270
 ] 

Wes McKinney commented on ARROW-1617:
-

I'm half-handling this as part of ARROW-1535, which makes things work on 
Windows even with {{core.symlinks}} being set

> [Python] Do not use symlinks in python/cmake_modules 
> -
>
> Key: ARROW-1617
> URL: https://issues.apache.org/jira/browse/ARROW-1617
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Python
>Reporter: Wes McKinney
>Assignee: Wes McKinney
> Fix For: 0.8.0
>
>
> This requires that {{git config core.symlinks true}} be set, which makes 
> development and source releases (on Linux/macOS even) more brittle



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Comment Edited] (ARROW-1617) [Python] Do not use symlinks in python/cmake_modules

2017-10-08 Thread Wes McKinney (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16196270#comment-16196270
 ] 

Wes McKinney edited comment on ARROW-1617 at 10/8/17 6:27 PM:
--

I'm half-handling this as part of ARROW-1535, which makes things work on 
Windows even without {{core.symlinks}} being set


was (Author: wesmckinn):
I'm half-handling this as part of ARROW-1535, which makes things work on 
Windows even with {{core.symlinks}} being set

> [Python] Do not use symlinks in python/cmake_modules 
> -
>
> Key: ARROW-1617
> URL: https://issues.apache.org/jira/browse/ARROW-1617
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Python
>Reporter: Wes McKinney
>Assignee: Wes McKinney
> Fix For: 0.8.0
>
>
> This requires that {{git config core.symlinks true}} be set, which makes 
> development and source releases (on Linux/macOS even) more brittle



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (ARROW-1617) [Python] Do not use symlinks in python/cmake_modules

2017-10-08 Thread Wes McKinney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney reassigned ARROW-1617:
---

Assignee: Wes McKinney

> [Python] Do not use symlinks in python/cmake_modules 
> -
>
> Key: ARROW-1617
> URL: https://issues.apache.org/jira/browse/ARROW-1617
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Python
>Reporter: Wes McKinney
>Assignee: Wes McKinney
> Fix For: 0.8.0
>
>
> This requires that {{git config core.symlinks true}} be set, which makes 
> development and source releases (on Linux/macOS even) more brittle



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


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

2017-10-08 Thread Wes McKinney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney reassigned ARROW-1535:
---

Assignee: Wes McKinney

> [Python] Enable sdist source tarballs to build assuming that Arrow C++ 
> libraries are available on the host system
> -
>
> Key: ARROW-1535
> URL: https://issues.apache.org/jira/browse/ARROW-1535
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Reporter: Wes McKinney
>Assignee: Wes McKinney
>  Labels: Build, pull-request-available
> Fix For: 0.8.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


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

2017-10-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16196256#comment-16196256
 ] 

ASF GitHub Bot commented on ARROW-1535:
---

GitHub user wesm opened a pull request:

https://github.com/apache/arrow/pull/1188

ARROW-1535: [Python] Enable sdist tarballs to be installed

The tarballs produced by `setup.py sdist` have always been broken. This 
creates a tarball that can be installed assuming that the Arrow/Parquet C++ 
libraries are installed already on the target system.

I wanted to see if I could bundle the `cpp/cmake_modules` files without 
using a symlink but I couldn't figure it out; it might require subclassing the 
sdist cmdclass to make this work. I'm not sure having the symlink is so bad

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wesm/arrow ARROW-1535

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/arrow/pull/1188.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1188


commit 310af1b7c4664a130cc67047d50f8364e2f6eb33
Author: Wes McKinney 
Date:   2017-10-08T17:51:59Z

Move all cmake files to cpp/cmake_modules, fix up sdist tarball so it can 
be built/installed

Change-Id: I1d0a8dcaa210d981e9e6b2d5ad28a9e32eb1bc70




> [Python] Enable sdist source tarballs to build assuming that Arrow C++ 
> libraries are available on the host system
> -
>
> Key: ARROW-1535
> URL: https://issues.apache.org/jira/browse/ARROW-1535
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Reporter: Wes McKinney
>  Labels: Build, pull-request-available
> Fix For: 0.8.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (ARROW-1642) [GLib] Build system for Visual Studio

2017-10-08 Thread Paddy Horan (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-1642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16196245#comment-16196245
 ] 

Paddy Horan commented on ARROW-1642:


I'm attempting to add the Meson build for windows, but I have a lot to learn so 
I wouldn't expect much from me.  If I get something workable I'll share it with 
you and maybe it saves you some time when you get around to migrating to Meson.

Either way I'll definitely test it on windows / attempt to tweak it to work on 
windows. 

> [GLib] Build system for Visual Studio
> -
>
> Key: ARROW-1642
> URL: https://issues.apache.org/jira/browse/ARROW-1642
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: GLib
>Reporter: Wes McKinney
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (ARROW-1656) [C++] Endianness Macro is Incorrect on Windows And Mac

2017-10-08 Thread Wes McKinney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney resolved ARROW-1656.
-
Resolution: Fixed

Issue resolved by pull request 1184
[https://github.com/apache/arrow/pull/1184]

> [C++] Endianness Macro is Incorrect on Windows And Mac
> --
>
> Key: ARROW-1656
> URL: https://issues.apache.org/jira/browse/ARROW-1656
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++
>Affects Versions: 0.7.1
>Reporter: Phillip Cloud
>Assignee: Phillip Cloud
>  Labels: pull-request-available
> Fix For: 0.8.0
>
>
> This leads to all of the {{ToBigEndian}} implementations having no effect, 
> when they should be byte-swapping.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (ARROW-1656) [C++] Endianness Macro is Incorrect on Windows And Mac

2017-10-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16196228#comment-16196228
 ] 

ASF GitHub Bot commented on ARROW-1656:
---

Github user asfgit closed the pull request at:

https://github.com/apache/arrow/pull/1184


> [C++] Endianness Macro is Incorrect on Windows And Mac
> --
>
> Key: ARROW-1656
> URL: https://issues.apache.org/jira/browse/ARROW-1656
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++
>Affects Versions: 0.7.1
>Reporter: Phillip Cloud
>Assignee: Phillip Cloud
>  Labels: pull-request-available
> Fix For: 0.8.0
>
>
> This leads to all of the {{ToBigEndian}} implementations having no effect, 
> when they should be byte-swapping.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (ARROW-1656) [C++] Endianness Macro is Incorrect on Windows And Mac

2017-10-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16196216#comment-16196216
 ] 

ASF GitHub Bot commented on ARROW-1656:
---

Github user cpcloud commented on the issue:

https://github.com/apache/arrow/pull/1184
  
Ok, after some spelunking it looks like this is passing on both 
[travis](https://travis-ci.org/cpcloud/arrow/builds/284918470) and 
[appveyor](https://ci.appveyor.com/project/cpcloud/arrow/build/1.0.343)


> [C++] Endianness Macro is Incorrect on Windows And Mac
> --
>
> Key: ARROW-1656
> URL: https://issues.apache.org/jira/browse/ARROW-1656
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++
>Affects Versions: 0.7.1
>Reporter: Phillip Cloud
>Assignee: Phillip Cloud
>  Labels: pull-request-available
> Fix For: 0.8.0
>
>
> This leads to all of the {{ToBigEndian}} implementations having no effect, 
> when they should be byte-swapping.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (ARROW-1657) [C++] Multithreaded Read Test Failing on Arch Linux

2017-10-08 Thread Phillip Cloud (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phillip Cloud updated ARROW-1657:
-
Summary: [C++] Multithreaded Read Test Failing on Arch Linux  (was: 
Multithreaded Read Test Failing on Arch Linux)

> [C++] Multithreaded Read Test Failing on Arch Linux
> ---
>
> Key: ARROW-1657
> URL: https://issues.apache.org/jira/browse/ARROW-1657
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++
>Reporter: Phillip Cloud
>Assignee: Phillip Cloud
> Fix For: 0.8.0
>
>
> This is appearing in parquet-cpp, but is caused by a recent change in arrow 
> to privatize the use of {{std::mutex}} so I'm opening the JIRA here.
> This doesn't show up in CI, but shows up reliably on my personal Arch Linux 
> installation.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (ARROW-1657) [C++] Multithreaded Read Test Failing on Arch Linux

2017-10-08 Thread Phillip Cloud (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phillip Cloud updated ARROW-1657:
-
Affects Version/s: (was: 0.7.1)

> [C++] Multithreaded Read Test Failing on Arch Linux
> ---
>
> Key: ARROW-1657
> URL: https://issues.apache.org/jira/browse/ARROW-1657
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++
>Reporter: Phillip Cloud
>Assignee: Phillip Cloud
> Fix For: 0.8.0
>
>
> This is appearing in parquet-cpp, but is caused by a recent change in arrow 
> to privatize the use of {{std::mutex}} so I'm opening the JIRA here.
> This doesn't show up in CI, but shows up reliably on my personal Arch Linux 
> installation.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (ARROW-1657) [C++] Multithreaded Read Test Failing on Arch Linux

2017-10-08 Thread Phillip Cloud (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phillip Cloud updated ARROW-1657:
-
Affects Version/s: 0.7.1

> [C++] Multithreaded Read Test Failing on Arch Linux
> ---
>
> Key: ARROW-1657
> URL: https://issues.apache.org/jira/browse/ARROW-1657
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++
>Reporter: Phillip Cloud
>Assignee: Phillip Cloud
> Fix For: 0.8.0
>
>
> This is appearing in parquet-cpp, but is caused by a recent change in arrow 
> to privatize the use of {{std::mutex}} so I'm opening the JIRA here.
> This doesn't show up in CI, but shows up reliably on my personal Arch Linux 
> installation.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (ARROW-1657) [C++] Multithreaded Read Test Failing on Arch Linux

2017-10-08 Thread Phillip Cloud (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phillip Cloud updated ARROW-1657:
-
Fix Version/s: 0.8.0

> [C++] Multithreaded Read Test Failing on Arch Linux
> ---
>
> Key: ARROW-1657
> URL: https://issues.apache.org/jira/browse/ARROW-1657
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++
>Reporter: Phillip Cloud
>Assignee: Phillip Cloud
> Fix For: 0.8.0
>
>
> This is appearing in parquet-cpp, but is caused by a recent change in arrow 
> to privatize the use of {{std::mutex}} so I'm opening the JIRA here.
> This doesn't show up in CI, but shows up reliably on my personal Arch Linux 
> installation.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (ARROW-1657) Multithreaded Read Test Failing on Arch Linux

2017-10-08 Thread Phillip Cloud (JIRA)
Phillip Cloud created ARROW-1657:


 Summary: Multithreaded Read Test Failing on Arch Linux
 Key: ARROW-1657
 URL: https://issues.apache.org/jira/browse/ARROW-1657
 Project: Apache Arrow
  Issue Type: Bug
  Components: C++
Reporter: Phillip Cloud
Assignee: Phillip Cloud


This is appearing in parquet-cpp, but is caused by a recent change in arrow to 
privatize the use of {{std::mutex}} so I'm opening the JIRA here.

This doesn't show up in CI, but shows up reliably on my personal Arch Linux 
installation.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (ARROW-1580) [Python] Instructions for setting up nightly builds on Linux

2017-10-08 Thread Wes McKinney (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16196181#comment-16196181
 ] 

Wes McKinney commented on ARROW-1580:
-

This would be great, but not urgent for 0.8.0

> [Python] Instructions for setting up nightly builds on Linux
> 
>
> Key: ARROW-1580
> URL: https://issues.apache.org/jira/browse/ARROW-1580
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Affects Versions: 0.7.1
>Reporter: Wes McKinney
>Assignee: Phillip Cloud
>
> cc [~cpcloud]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (ARROW-1580) [Python] Instructions for setting up nightly builds on Linux

2017-10-08 Thread Wes McKinney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney updated ARROW-1580:

Fix Version/s: (was: 0.8.0)

> [Python] Instructions for setting up nightly builds on Linux
> 
>
> Key: ARROW-1580
> URL: https://issues.apache.org/jira/browse/ARROW-1580
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Affects Versions: 0.7.1
>Reporter: Wes McKinney
>Assignee: Phillip Cloud
>
> cc [~cpcloud]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (ARROW-1594) [Python] Enable multi-threaded conversions in Table.from_pandas

2017-10-08 Thread Wes McKinney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney resolved ARROW-1594.
-
Resolution: Fixed

Issue resolved by pull request 1186
[https://github.com/apache/arrow/pull/1186]

> [Python] Enable multi-threaded conversions in Table.from_pandas
> ---
>
> Key: ARROW-1594
> URL: https://issues.apache.org/jira/browse/ARROW-1594
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Reporter: Wes McKinney
>  Labels: pull-request-available
> Fix For: 0.8.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (ARROW-1594) [Python] Enable multi-threaded conversions in Table.from_pandas

2017-10-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16196180#comment-16196180
 ] 

ASF GitHub Bot commented on ARROW-1594:
---

Github user asfgit closed the pull request at:

https://github.com/apache/arrow/pull/1186


> [Python] Enable multi-threaded conversions in Table.from_pandas
> ---
>
> Key: ARROW-1594
> URL: https://issues.apache.org/jira/browse/ARROW-1594
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Reporter: Wes McKinney
>Assignee: Wes McKinney
>  Labels: pull-request-available
> Fix For: 0.8.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (ARROW-1594) [Python] Enable multi-threaded conversions in Table.from_pandas

2017-10-08 Thread Wes McKinney (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney reassigned ARROW-1594:
---

Assignee: Wes McKinney

> [Python] Enable multi-threaded conversions in Table.from_pandas
> ---
>
> Key: ARROW-1594
> URL: https://issues.apache.org/jira/browse/ARROW-1594
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Reporter: Wes McKinney
>Assignee: Wes McKinney
>  Labels: pull-request-available
> Fix For: 0.8.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (ARROW-1594) [Python] Enable multi-threaded conversions in Table.from_pandas

2017-10-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARROW-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16196177#comment-16196177
 ] 

ASF GitHub Bot commented on ARROW-1594:
---

Github user wesm commented on the issue:

https://github.com/apache/arrow/pull/1186
  
+1


> [Python] Enable multi-threaded conversions in Table.from_pandas
> ---
>
> Key: ARROW-1594
> URL: https://issues.apache.org/jira/browse/ARROW-1594
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Reporter: Wes McKinney
>  Labels: pull-request-available
> Fix For: 0.8.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (ARROW-1594) [Python] Enable multi-threaded conversions in Table.from_pandas

2017-10-08 Thread ASF GitHub Bot (JIRA)

 [ 
https://issues.apache.org/jira/browse/ARROW-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated ARROW-1594:
--
Labels: pull-request-available  (was: )

> [Python] Enable multi-threaded conversions in Table.from_pandas
> ---
>
> Key: ARROW-1594
> URL: https://issues.apache.org/jira/browse/ARROW-1594
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Python
>Reporter: Wes McKinney
>  Labels: pull-request-available
> Fix For: 0.8.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)