Re: [RESULT] [VOTE] Release Apache Arrow 0.7.0 - RC0

2017-09-17 Thread Wes McKinney
It looks like it will take me most of tomorrow to deal with packaging and website updates (if anyone can help me with these, please let me know), so I will probably wait to send out the release announcement until Tuesday morning On Sun, Sep 17, 2017 at 1:40 PM, Wes McKinney wrote: > With 3 bindin

Next Arrow sync

2017-09-17 Thread Wes McKinney
The next Arrow sync call will be at 16:00 UTC (9am in California, 5pm in London) on Wednesday, September 20. Notes from the call will be sent to the mailing list afterward for further discussion I created a recurring Google calendar invite. If you would like to be added to the calendar invite (all

[jira] [Created] (ARROW-1549) [JS] Integrate auto-generated Arrow test files

2017-09-17 Thread Paul Taylor (JIRA)
Paul Taylor created ARROW-1549: -- Summary: [JS] Integrate auto-generated Arrow test files Key: ARROW-1549 URL: https://issues.apache.org/jira/browse/ARROW-1549 Project: Apache Arrow Issue Type: T

[jira] [Created] (ARROW-1548) [GLib] Support build append in builder

2017-09-17 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-1548: --- Summary: [GLib] Support build append in builder Key: ARROW-1548 URL: https://issues.apache.org/jira/browse/ARROW-1548 Project: Apache Arrow Issue Type: New Fea

[jira] [Created] (ARROW-1547) Fix 8x memory over-allocation in BitVector

2017-09-17 Thread Siddharth Teotia (JIRA)
Siddharth Teotia created ARROW-1547: --- Summary: Fix 8x memory over-allocation in BitVector Key: ARROW-1547 URL: https://issues.apache.org/jira/browse/ARROW-1547 Project: Apache Arrow Issue T

Re: [C++] raw_values() for BinaryArray

2017-09-17 Thread Wes McKinney
hi Rares, I think there is much more potential for confusion with binary values (vs. fixed-width values) because any array may have a non-zero offset (from being sliced). If you have const int32_t* value_offsets = binary_arr.raw_value_offsets(); then this accounts for any non-zero slice offset

[C++] raw_values() for BinaryArray

2017-09-17 Thread Rares Vernica
Hi, I have a question about the Array C++ API. BinaryArray has a raw_value_offsets() public member. Should it also have a raw_vaues() public member to give a pointer to the start of raw data? Or is this not feasible? Thanks, Rares

[ANNOUNCE] New Arrow PMC member: Kouhei Sutou

2017-09-17 Thread Wes McKinney
On behalf of the Apache Arrow PMC, I'm happy to announce that Kouhei Sutou has been invited to join the PMC. Congrats Kou, and thank you for your hard work growing the Arrow project and developer community! - Wes

[RESULT] [VOTE] Release Apache Arrow 0.7.0 - RC0

2017-09-17 Thread Wes McKinney
With 3 binding +1 votes, 3 non-binding +1's, and no other votes, the release vote passes. Thanks to all for validating the release candidate! We can get busy with updating packaging artifacts and I will plan to announce the release tomorrow. Thanks On Sun, Sep 17, 2017 at 1:37 PM, Julien Le Dem

Re: [VOTE] Release Apache Arrow 0.7.0 - RC0

2017-09-17 Thread Julien Le Dem
+1 (binding) On MacOs: - verified signature - ran Cpp build and tests - ran java build and tests On Thu, Sep 14, 2017 at 9:14 PM, Wes McKinney wrote: > +1 (binding) > > I created a release verification script for Linux: > https://github.com/apache/arrow/pull/1102 > I also made a small fix to the

[jira] [Created] (ARROW-1546) [GLib] Support GLib 2.40 again

2017-09-17 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-1546: --- Summary: [GLib] Support GLib 2.40 again Key: ARROW-1546 URL: https://issues.apache.org/jira/browse/ARROW-1546 Project: Apache Arrow Issue Type: Improvement