[jira] [Created] (ARROW-4436) [Documentation] Clarify instructions for building documentation

2019-01-30 Thread Micah Kornfield (JIRA)
Micah Kornfield created ARROW-4436: -- Summary: [Documentation] Clarify instructions for building documentation Key: ARROW-4436 URL: https://issues.apache.org/jira/browse/ARROW-4436 Project: Apache Arr

Re: Git workflow question

2019-01-30 Thread Ravindra Pindikura
Ok. Thanks, wes. > On Jan 30, 2019, at 8:43 PM, Wes McKinney wrote: > > hi Ravindra, > > On Wed, Jan 30, 2019 at 12:00 AM Ravindra Pindikura > wrote: >> >> >> >> >>> On Jan 30, 2019, at 11:05 AM, Andy Grove wrote: >>> >>> Got it. Thanks for the clarification.

[jira] [Created] (ARROW-4435) [C#] Add .sln file and minor .csproj fix ups

2019-01-30 Thread Eric Erhardt (JIRA)
Eric Erhardt created ARROW-4435: --- Summary: [C#] Add .sln file and minor .csproj fix ups Key: ARROW-4435 URL: https://issues.apache.org/jira/browse/ARROW-4435 Project: Apache Arrow Issue Type: T

Re: Git workflow question

2019-01-30 Thread Maximilian Michels
That's correct. Though I recommend putting this in the global .gitconfig because it gives you a more consistent Git experience. The default pull behavior will either do a fast-forward or a merge commit, but you never know which one it will be. On 30.01.19 21:16, Francois Saint-Jacques wrote: T

Re: Git workflow question

2019-01-30 Thread Francois Saint-Jacques
This is also applicable to a per-repository basis by modifying the clone `.git/config` file instead of the global one in your home. On Wed, Jan 30, 2019 at 1:49 PM Antoine Pitrou wrote: > > That will be activated for all repositories, though, not only Arrow? > > Regards > > Antoine. > > > Le 30/

[jira] [Created] (ARROW-4434) [Python] Cannot create empty StructArray via pa.StructArray.from_arrays

2019-01-30 Thread Krisztian Szucs (JIRA)
Krisztian Szucs created ARROW-4434: -- Summary: [Python] Cannot create empty StructArray via pa.StructArray.from_arrays Key: ARROW-4434 URL: https://issues.apache.org/jira/browse/ARROW-4434 Project: Ap

[jira] [Created] (ARROW-4433) Segmentation fault when instantiating arrow::table from data frame

2019-01-30 Thread Lutz (JIRA)
Lutz created ARROW-4433: --- Summary: Segmentation fault when instantiating arrow::table from data frame Key: ARROW-4433 URL: https://issues.apache.org/jira/browse/ARROW-4433 Project: Apache Arrow Issue

[jira] [Created] (ARROW-4432) [Python][Hypothesis] Empty table - pandas roundtrip produces inequal tables

2019-01-30 Thread Krisztian Szucs (JIRA)
Krisztian Szucs created ARROW-4432: -- Summary: [Python][Hypothesis] Empty table - pandas roundtrip produces inequal tables Key: ARROW-4432 URL: https://issues.apache.org/jira/browse/ARROW-4432 Project

Re: Git workflow question

2019-01-30 Thread Antoine Pitrou
That will be activated for all repositories, though, not only Arrow? Regards Antoine. Le 30/01/2019 à 19:48, Maximilian Michels a écrit : > With the no-merge-commits policy, you might find it helpful to add the > following > to the .gitconfig in your home folder: > > [pull] > rebase

Re: Git workflow question

2019-01-30 Thread Maximilian Michels
With the no-merge-commits policy, you might find it helpful to add the following to the .gitconfig in your home folder: [pull] rebase = true That way you can use `git pull` without having to fear that it creates a merge commit. It does a `git fetch upstream branch && git rebase upstre

[jira] [Created] (ARROW-4431) [C++] Build gRPC as ExternalProject without allowing it to build its vendored dependencies

2019-01-30 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-4431: --- Summary: [C++] Build gRPC as ExternalProject without allowing it to build its vendored dependencies Key: ARROW-4431 URL: https://issues.apache.org/jira/browse/ARROW-4431

[jira] [Created] (ARROW-4430) [C++] add unit test for currently unused append method

2019-01-30 Thread Benjamin Kietzman (JIRA)
Benjamin Kietzman created ARROW-4430: Summary: [C++] add unit test for currently unused append method Key: ARROW-4430 URL: https://issues.apache.org/jira/browse/ARROW-4430 Project: Apache Arrow

[jira] [Created] (ARROW-4429) Add git rebase tips to the 'Contributing' page in the developer docs

2019-01-30 Thread Tanya Schlusser (JIRA)
Tanya Schlusser created ARROW-4429: -- Summary: Add git rebase tips to the 'Contributing' page in the developer docs Key: ARROW-4429 URL: https://issues.apache.org/jira/browse/ARROW-4429 Project: Apach

[jira] [Created] (ARROW-4428) [R] Feature flags for R build

2019-01-30 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-4428: --- Summary: [R] Feature flags for R build Key: ARROW-4428 URL: https://issues.apache.org/jira/browse/ARROW-4428 Project: Apache Arrow Issue Type: New Feature

Re: TensorFlow, PyTorch, and manylinux1

2019-01-30 Thread Antoine Pitrou
Le 30/01/2019 à 16:09, Manuel Klimek a écrit : > > On Wed, Jan 30, 2019 at 3:51 PM Antoine Pitrou > wrote: > > > Le 30/01/2019 à 15:35, Manuel Klimek a écrit : > > > >     Am I reading you wrong, or are you actually proposing to > package another >

Re: Git workflow question

2019-01-30 Thread Wes McKinney
hi Ravindra, On Wed, Jan 30, 2019 at 12:00 AM Ravindra Pindikura wrote: > > > > > > On Jan 30, 2019, at 11:05 AM, Andy Grove wrote: > > > > Got it. Thanks for the clarification. > > > > On Tue, Jan 29, 2019 at 10:30 PM Wes McKinney wrote: > > > >> hi Andy, > >> > >> yes, in this project I recom

Re: TensorFlow, PyTorch, and manylinux1

2019-01-30 Thread Antoine Pitrou
Le 30/01/2019 à 15:35, Manuel Klimek a écrit : > > Am I reading you wrong, or are you actually proposing to package another > libstdc++ version as a Python wheel? > > > That would be the idea. >   > > If so, are you going to claim that the given wheel is > manylinux-compatible

[jira] [Created] (ARROW-4427) Move "Contributing to Apache Arrow" page to the static docs

2019-01-30 Thread Tanya Schlusser (JIRA)
Tanya Schlusser created ARROW-4427: -- Summary: Move "Contributing to Apache Arrow" page to the static docs Key: ARROW-4427 URL: https://issues.apache.org/jira/browse/ARROW-4427 Project: Apache Arrow

Re: TensorFlow, PyTorch, and manylinux1

2019-01-30 Thread Antoine Pitrou
Le 30/01/2019 à 14:30, Manuel Klimek a écrit : > > > > What would the requirements for such a toolchain wheel be for it > to have a chance to be widely used? (note that I come from a C++ > background and don't have a lot of experience with Python outside of > modules using C++

[jira] [Created] (ARROW-4426) [C++] Vendor CMake's UseJava

2019-01-30 Thread Krisztian Szucs (JIRA)
Krisztian Szucs created ARROW-4426: -- Summary: [C++] Vendor CMake's UseJava Key: ARROW-4426 URL: https://issues.apache.org/jira/browse/ARROW-4426 Project: Apache Arrow Issue Type: Improvement

[jira] [Created] (ARROW-4425) Add link to 'Contributing' page in the top-level Arrow README

2019-01-30 Thread Tanya Schlusser (JIRA)
Tanya Schlusser created ARROW-4425: -- Summary: Add link to 'Contributing' page in the top-level Arrow README Key: ARROW-4425 URL: https://issues.apache.org/jira/browse/ARROW-4425 Project: Apache Arrow

Re: Git workflow question

2019-01-30 Thread Tanya Schlusser
This information might be useful to put on the 'contributing' page: https://cwiki.apache.org/confluence/display/ARROW/Contributing+to+Apache+Arrow I attempted to add it but don't have permission. It was one of my stumbling points too and I'm thankful someone else asked about it. On Wed, Jan 30, 20

[jira] [Created] (ARROW-4424) [Python] Manylinux CI builds failing

2019-01-30 Thread Micah Kornfield (JIRA)
Micah Kornfield created ARROW-4424: -- Summary: [Python] Manylinux CI builds failing Key: ARROW-4424 URL: https://issues.apache.org/jira/browse/ARROW-4424 Project: Apache Arrow Issue Type: Imp

[jira] [Created] (ARROW-4423) [C++] Update version of vendored gtest to 1.8.1

2019-01-30 Thread Micah Kornfield (JIRA)
Micah Kornfield created ARROW-4423: -- Summary: [C++] Update version of vendored gtest to 1.8.1 Key: ARROW-4423 URL: https://issues.apache.org/jira/browse/ARROW-4423 Project: Apache Arrow Issu