[jira] [Created] (ARROW-3219) [C++] Use Win32 API in MinGW

2018-09-10 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-3219: --- Summary: [C++] Use Win32 API in MinGW Key: ARROW-3219 URL: https://issues.apache.org/jira/browse/ARROW-3219 Project: Apache Arrow Issue Type: Improvement

[jira] [Created] (ARROW-3218) [C++] Utilities has needless pthread link in MinGW build

2018-09-10 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-3218: --- Summary: [C++] Utilities has needless pthread link in MinGW build Key: ARROW-3218 URL: https://issues.apache.org/jira/browse/ARROW-3218 Project: Apache Arrow

[jira] [Created] (ARROW-3217) [C++] ARROW_STATIC definition is missing in MinGW build

2018-09-10 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-3217: --- Summary: [C++] ARROW_STATIC definition is missing in MinGW build Key: ARROW-3217 URL: https://issues.apache.org/jira/browse/ARROW-3217 Project: Apache Arrow

[jira] [Created] (ARROW-3216) [C++] libpython isn't linked to libarrow_python in MinGW build

2018-09-10 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-3216: --- Summary: [C++] libpython isn't linked to libarrow_python in MinGW build Key: ARROW-3216 URL: https://issues.apache.org/jira/browse/ARROW-3216 Project: Apache Arrow

[jira] [Created] (ARROW-3215) [C++] Add support for finding libpython on MSYS2

2018-09-10 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-3215: --- Summary: [C++] Add support for finding libpython on MSYS2 Key: ARROW-3215 URL: https://issues.apache.org/jira/browse/ARROW-3215 Project: Apache Arrow Issue

[jira] [Created] (ARROW-3214) [C++] Disable insecure warnings with MinGW build

2018-09-10 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-3214: --- Summary: [C++] Disable insecure warnings with MinGW build Key: ARROW-3214 URL: https://issues.apache.org/jira/browse/ARROW-3214 Project: Apache Arrow Issue

[jira] [Created] (ARROW-3213) [C++] Use CMake to build vendored Snappy on Windows

2018-09-10 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-3213: --- Summary: [C++] Use CMake to build vendored Snappy on Windows Key: ARROW-3213 URL: https://issues.apache.org/jira/browse/ARROW-3213 Project: Apache Arrow Issue

[jira] [Created] (ARROW-3212) [C++] Create deterministic IPC metadata

2018-09-10 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-3212: --- Summary: [C++] Create deterministic IPC metadata Key: ARROW-3212 URL: https://issues.apache.org/jira/browse/ARROW-3212 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-3211) [C++] gold linker doesn't work with MinGW-w64

2018-09-10 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-3211: --- Summary: [C++] gold linker doesn't work with MinGW-w64 Key: ARROW-3211 URL: https://issues.apache.org/jira/browse/ARROW-3211 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-3210) Creating ParquetDataset with PyArrow creates partitioned ParquetFiles with mismatched Parquet schemas

2018-09-10 Thread Ying Wang (JIRA)
Ying Wang created ARROW-3210: Summary: Creating ParquetDataset with PyArrow creates partitioned ParquetFiles with mismatched Parquet schemas Key: ARROW-3210 URL: https://issues.apache.org/jira/browse/ARROW-3210

[jira] [Created] (ARROW-3209) [C++] Rename libarrow_gpu to libarrow_cuda

2018-09-10 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-3209: --- Summary: [C++] Rename libarrow_gpu to libarrow_cuda Key: ARROW-3209 URL: https://issues.apache.org/jira/browse/ARROW-3209 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-3208) Segmentation fault when reading a Parquet partitioned dataset to a Parquet file

2018-09-10 Thread Ying Wang (JIRA)
Ying Wang created ARROW-3208: Summary: Segmentation fault when reading a Parquet partitioned dataset to a Parquet file Key: ARROW-3208 URL: https://issues.apache.org/jira/browse/ARROW-3208 Project:

Getting Arrow ready to release again

2018-09-10 Thread Wes McKinney
hi all, After the apache/parquet-cpp repo splice, we have some packaging work to do in order to be able to cut the 0.11 release: * Update and test crossbow packaging -- the parquet-cpp conda package is now no longer necessary and should be removed * Update release verification scripts * Update /

Re: Please hold off on merging patches for a bit

2018-09-10 Thread Antoine Pitrou
On Mon, 10 Sep 2018 12:35:22 -0400 Wes McKinney wrote: > Yes, that's the error. Any patch that has a base prior to the > parquet-cpp merge has to be rebased. I'm not sure what I did wrong (if > anything) since I effectively cherry-picked 318 commits into master, > but for some reason it's fouled

Re: Putting out a new JavaScript release?

2018-09-10 Thread Brian Hulette
Thanks for bringing this up Wes. My hope was to get out an 0.4.0 release that just includes the IPC writer and usability improvements relatively soon, and push the refactor out to 0.5.0. Paul's refactor is very exciting and will definitely be good for the project, but I don't think either of us

Re: Please hold off on merging patches for a bit

2018-09-10 Thread Wes McKinney
Yes, that's the error. Any patch that has a base prior to the parquet-cpp merge has to be rebased. I'm not sure what I did wrong (if anything) since I effectively cherry-picked 318 commits into master, but for some reason it's fouled up the part of the merge script that adds the squashed commit

Re: Please hold off on merging patches for a bit

2018-09-10 Thread Antoine Pitrou
Hi Wes, I've just got the following error trying to merge a PR after rebasing, is that what you meant? $ ./dev/merge_arrow_pr.py ARROW_HOME = /home/antoine/arrow PROJECT_NAME = arrow Which pull request would you like to merge? (e.g. 34): 2492 === Pull Request #2492 === title ARROW-3170:

Reminder about Apache requirements for third party licenses

2018-09-10 Thread Wes McKinney
hi folks, For new committers especially: please be mindful when reviewing patches when code may have originated from some other body of IP, like another open source project. If you come across a segment of code which may have been copy-and-pasted from somewhere else, please ask the contributor

Re: Adding CudaBuffer to pyarrow

2018-09-10 Thread Pearu Peterson
Hi all, Please review the PR for enabling GPU support in pyarrow: https://github.com/apache/arrow/pull/2536 Best regards, Pearu On Wed, Aug 29, 2018 at 6:45 PM, Antoine Pitrou wrote: > > Hi Pearu, > > Your approach seems ok on the principle. Feel free to open a PR once > you have a basic

[jira] [Created] (ARROW-3207) Investigate Issue Template for Github Issues

2018-09-10 Thread Paddy Horan (JIRA)
Paddy Horan created ARROW-3207: -- Summary: Investigate Issue Template for Github Issues Key: ARROW-3207 URL: https://issues.apache.org/jira/browse/ARROW-3207 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-3206) ARROW_HIVESERVER2, hiveserver2-test

2018-09-10 Thread albertoramon (JIRA)
albertoramon created ARROW-3206: --- Summary: ARROW_HIVESERVER2, hiveserver2-test Key: ARROW-3206 URL: https://issues.apache.org/jira/browse/ARROW-3206 Project: Apache Arrow Issue Type: Bug

Putting out a new JavaScript release?

2018-09-10 Thread Wes McKinney
hi folks, It's been 6 months since the last JavaScript release. I had read that Paul was working on some refactoring of internals (https://issues.apache.org/jira/browse/ARROW-2828), and that might be the major item on route to the 0.4.0 release, but we might consider making a new release in the