Wes McKinney created ARROW-1931:
---
Summary: [C++] w4996 warning due to std::tr1 failing builds on
Visual Studio 2017
Key: ARROW-1931
URL: https://issues.apache.org/jira/browse/ARROW-1931
Project: Apache
Wes McKinney created ARROW-1930:
---
Summary: [C++] Implement Slice for ChunkedArray and Column
Key: ARROW-1930
URL: https://issues.apache.org/jira/browse/ARROW-1930
Project: Apache Arrow
Issue Ty
With four binding +1 votes, one non-binding +1, and no other votes,
the vote passes. Thanks all for verifying the release!
I will upload the source artifacts to SVN and post Maven artifacts as
soon as possible. We should hustle to get pip packages posted for
Python so that Spark can update its CI
Thanks Wes for you help.
Based upon some code reading, I managed to code-up a basic working example.
The code is here:
https://github.com/animeshtrivedi/ArrowExample/tree/master/src/main/java/com/github/animeshtrivedi/arrowexample
.
However, I do have some questions about the concepts in Arrow
1
+1 (binding)
I used dev/release/verify-release-candidate.sh with
-DARROW_GPU=on and
* Verified signature, checksum on Debian GNU/Linux sid
* Ran Java unit tests
* Ran C++ unit tests
* Ran Java/C++ integration tests
* Ran C/GLib unit tests
* Ran Python unit tests
* Ran JavaaScript unit tests
C++'