[jira] [Created] (ARROW-6485) [Format][C++]Support the format of a COO sparse matrix that has separated row and column indices

2019-09-07 Thread Kenta Murata (Jira)
Kenta Murata created ARROW-6485: --- Summary: [Format][C++]Support the format of a COO sparse matrix that has separated row and column indices Key: ARROW-6485 URL: https://issues.apache.org/jira/browse/ARROW-6485

Re: [RESULT] [VOTE] Alter Arrow binary protocol to address 8-byte Flatbuffer alignment requirements (2nd vote)

2019-09-07 Thread Micah Kornfield
+1 on this, I also don't think a vote is necessary as long as we make the change before 0.15.0 On Saturday, September 7, 2019, Wes McKinney wrote: > I see, thank you for catching this nuance. > > I agree that using {0x, 0x} for EOS will resolve the > issue while allowing implemen

[jira] [Created] (ARROW-6484) [Java] Enable create indexType for DictionaryEncoding according to dictionary value count

2019-09-07 Thread Ji Liu (Jira)
Ji Liu created ARROW-6484: - Summary: [Java] Enable create indexType for DictionaryEncoding according to dictionary value count Key: ARROW-6484 URL: https://issues.apache.org/jira/browse/ARROW-6484 Project: Ap

[jira] [Created] (ARROW-6483) Add C++ build and test instructions in git repo

2019-09-07 Thread Jim Apple (Jira)
Jim Apple created ARROW-6483: Summary: Add C++ build and test instructions in git repo Key: ARROW-6483 URL: https://issues.apache.org/jira/browse/ARROW-6483 Project: Apache Arrow Issue Type: Task

[jira] [Created] (ARROW-6482) [Rust] Investigate enabling features in regex crate to reduce compile times

2019-09-07 Thread Paddy Horan (Jira)
Paddy Horan created ARROW-6482: -- Summary: [Rust] Investigate enabling features in regex crate to reduce compile times Key: ARROW-6482 URL: https://issues.apache.org/jira/browse/ARROW-6482 Project: Apache

[Rust] Long compile times causing CI to fail

2019-09-07 Thread paddy horan
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 Francois on the following PR: https://github.com/apache/arrow/pull/5303 However, it seems unrelated to this change as the following PR's are failing for the same reason also: h

[jira] [Created] (ARROW-6481) Bad performance of read_csv() with column_types

2019-09-07 Thread Bogdan Klichuk (Jira)
Bogdan Klichuk created ARROW-6481: - Summary: Bad performance of read_csv() with column_types Key: ARROW-6481 URL: https://issues.apache.org/jira/browse/ARROW-6481 Project: Apache Arrow Issue

Re: [RESULT] [VOTE] Alter Arrow binary protocol to address 8-byte Flatbuffer alignment requirements (2nd vote)

2019-09-07 Thread Wes McKinney
I see, thank you for catching this nuance. I agree that using {0x, 0x} for EOS will resolve the issue while allowing implementations to be backwards compatible (i.e. handling the 4-byte EOS from older payloads). I'm not sure that we need to have a vote about this, what do others t

[jira] [Discussion] (ARROW-1984) [Java] DateMilliVector.getObject() should return a LocalDate, not a LocalDateTime

2019-09-07 Thread Yongbo Zhang
Summary: [Java] DateMilliVector.getObject() should return a LocalDate, not a LocalDateTime Key: ARROW-1984 URL: https://issues.apache.org/jira/browse/ARROW-1984 Pull Request: https://github.com/apache/arrow/pull/5315 Project: Apache Arrow Issue Type: Bug Components: Java Reporter: Vanco Buca Assig

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

2019-09-07 Thread Rok Mihevc
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, 2019 at 8:12 PM Ben Kietzman > > wrote: > > > > > Thanks! > > > > > > On Fri, Sep 6, 2019 at

Re: Apache Arrow Crossbow Task Report for nightly-633: 3 FAILURES

2019-09-07 Thread Wes McKinney
Looks like packaging tasks got dropped from the nightlies. Can someone have a look? On Sat, Sep 7, 2019 at 1:34 PM Crossbow Bot wrote: > > Crossbow Report for Job nightly-633 > > All tasks: > https://github.com/ursa-labs/crossbow/branches/all?utf8=%E2%9C%93&query=nightly-633 > > Failed Tasks >

Apache Arrow Crossbow Task Report for nightly-633: 3 FAILURES

2019-09-07 Thread Crossbow Bot
Crossbow Report for Job nightly-633 All tasks: https://github.com/ursa-labs/crossbow/branches/all?utf8=%E2%9C%93&query=nightly-633 Failed Tasks - nightly-633-circle-docker-rust URL: https://github.com/ursa-labs/crossbow/branches/all?utf8=%E2%9C%93&query=nightly-633-circle-docker-rust -

Re: [PROPOSAL] Consolidate Arrow's CI configuration

2019-09-07 Thread Sutou Kouhei
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 I like the proposal to consolidate CI configuration into Arrow repository. But I like the current docker-compose based approach to write how to run eac