Re: [ANNOUNCE] New committers: Ben Kietzman, Kenta Murata, and Neal Richardson

2019-09-08 Thread Joris Van den Bossche
Congratulations! On Sat, 7 Sep 2019 at 20:54, Rok Mihevc wrote: > Congrats all! > > On Sat, Sep 7, 2019 at 5:02 AM Bryan Cutler wrote: > > > Congrats Ben, Kenta and Neal! > > > > On Fri, Sep 6, 2019, 12:15 PM Krisztián Szűcs > > > wrote: > > > > > Congratulations! > > > > > > On Fri, Sep 6, 20

[jira] [Created] (ARROW-6489) [Developer][Documentation]Fix merge script and readme

2019-09-08 Thread Kenta Murata (Jira)
Kenta Murata created ARROW-6489: --- Summary: [Developer][Documentation]Fix merge script and readme Key: ARROW-6489 URL: https://issues.apache.org/jira/browse/ARROW-6489 Project: Apache Arrow Issu

[jira] [Created] (ARROW-6488) [Python] pyarrow.NULL equals to itself

2019-09-08 Thread Joris Van den Bossche (Jira)
Joris Van den Bossche created ARROW-6488: Summary: [Python] pyarrow.NULL equals to itself Key: ARROW-6488 URL: https://issues.apache.org/jira/browse/ARROW-6488 Project: Apache Arrow I

[jira] [Created] (ARROW-6487) [Rust] [DataFusion] Create test utils module

2019-09-08 Thread Andy Grove (Jira)
Andy Grove created ARROW-6487: - Summary: [Rust] [DataFusion] Create test utils module Key: ARROW-6487 URL: https://issues.apache.org/jira/browse/ARROW-6487 Project: Apache Arrow Issue Type: Impro

[jira] [Created] (ARROW-6486) [Python] Allow subclassing & monkey-patching of Table

2019-09-08 Thread ARF (Jira)
ARF created ARROW-6486: -- Summary: [Python] Allow subclassing & monkey-patching of Table Key: ARROW-6486 URL: https://issues.apache.org/jira/browse/ARROW-6486 Project: Apache Arrow Issue Type: Improvemen

Can the R interface to write_parquet accept strings?

2019-09-08 Thread Daniel Feenberg
Can the R interface to Arrow Parquet write string data? Take the following script: library(arrow) library(tidyverse) write_parquet(table = tibble(y = c("a", "b", "c")), file = "string.parquet") I get the error message: Error in write_parquet_file(to_arrow(table), file) : Arrow err

Re: [PROPOSAL] Consolidate Arrow's CI configuration

2019-09-08 Thread Krisztián Szűcs
On Sat, Sep 7, 2019 at 9:54 AM Sutou Kouhei wrote: > Hi, > > I may have Ursabot experience because I've tried to create a > Ursabot configuration for GLib: > > https://github.com/ursa-labs/ursabot/pull/172 Which is great, thanks for doing that! > > > I like the proposal to consolidate CI conf

Re: [Rust] Long compile times causing CI to fail

2019-09-08 Thread Krisztián Szűcs
Hey Paddy, You can also take a look at the buildbot build times (tab) at https://ci.ursalabs.org/#/builders/93 On Sun, Sep 8, 2019 at 2:58 AM paddy horan wrote: > Hi All, > > We have recently had a lot of CI builds fail for Rust due to long compile > times, this was first pointed out by Francoi