Closing Old PRs: Time Interval Type

2019-01-26 Thread Micah Kornfield
I'm going through the process of triaging old PRs, and one of the oldest ones [1] deals deals with defining the time interval type. The PR seems to reflect previously agreed upon discussion [2][3] on how the type should be modeled. It seems like the next steps are: 1. Get the PR reviewed and mer

Re: [Rust] Adding owners to crates.io for arrow and parquet crates

2019-01-26 Thread Uwe L. Korn
Also for me https://crates.io/users/xhochy, please On Sat, Jan 19, 2019, at 10:33 PM, Krisztián Szűcs wrote: > Me too please: https://crates.io/users/kszucs > > Thanks, Krisztian > > On Sat, Jan 19, 2019 at 10:18 PM Kouhei Sutou wrote: > > > Could you add me? > > > > Here is my account: https:

Re: [Rust] Adding owners to crates.io for arrow and parquet crates

2019-01-26 Thread Andy Grove
So I just discovered that the crates.io UI has a bug and doesn't report errors when sending invites, and invites are in fact based on github name rather than crates.io user name. I have just resent invites to all committers that have requested one. Please let me know if you didn't get the invite.

[jira] [Created] (ARROW-4380) [C++] Linker failure due to Boost library link order

2019-01-26 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-4380: --- Summary: [C++] Linker failure due to Boost library link order Key: ARROW-4380 URL: https://issues.apache.org/jira/browse/ARROW-4380 Project: Apache Arrow Issue

[jira] [Created] (ARROW-4381) [Docker] docker-compose build lint fails

2019-01-26 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-4381: --- Summary: [Docker] docker-compose build lint fails Key: ARROW-4381 URL: https://issues.apache.org/jira/browse/ARROW-4381 Project: Apache Arrow Issue Type: Bug

[jira] [Created] (ARROW-4382) [C++] Improve new cpplint output readability

2019-01-26 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-4382: --- Summary: [C++] Improve new cpplint output readability Key: ARROW-4382 URL: https://issues.apache.org/jira/browse/ARROW-4382 Project: Apache Arrow Issue Type: B

[jira] [Created] (ARROW-4383) [C++] Use the CMake's standard find features

2019-01-26 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-4383: --- Summary: [C++] Use the CMake's standard find features Key: ARROW-4383 URL: https://issues.apache.org/jira/browse/ARROW-4383 Project: Apache Arrow Issue Type: I

Re: [RESULT] [VOTE] Release Apache Arrow 0.12.0 RC4

2019-01-26 Thread Kouhei Sutou
Hi Krisztián, Could you also add your GPG key to https://dist.apache.org/repos/dist/release/arrow/KEYS ? Thanks, -- kou In "Re: [RESULT] [VOTE] Release Apache Arrow 0.12.0 RC4" on Sun, 20 Jan 2019 21:16:28 -0600, Wes McKinney wrote: > I updated the code documentation manually > > http:

Re: Benchmarking dashboard proposal

2019-01-26 Thread Wes McKinney
hi folks, I'd like to propose some kind of timeline for getting a first iteration of a benchmark database developed and live, with scripts to enable one or more initial agents to start adding new data on a daily / per-commit basis. I have at least 3 physical machines where I could immediately set

Re: Round-trip of categorical data with Arrow and Parquet

2019-01-26 Thread Wes McKinney
I implemented the first stage of this https://github.com/apache/arrow/pull/3492 Basically what this allows is that column data decoders to write directly into an Arrow builder class, including BinaryDictionaryBuilder. So once that's merged the remaining steps are: * Define public API for reques

Re: Benchmarking dashboard proposal

2019-01-26 Thread Tanya Schlusser
I don't want to be the bottleneck and have posted an initial draft data model in the JIRA issue https://issues.apache.org/jira/browse/ARROW-4313 It should not be a problem to get content into a form that would be acceptable for either a static site like ASV (via CORS queries to a GraphQL/REST inte