[jira] [Created] (ARROW-2635) [Ruby] LICENSE.txt isn't needed

2018-05-24 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-2635: --- Summary: [Ruby] LICENSE.txt isn't needed Key: ARROW-2635 URL: https://issues.apache.org/jira/browse/ARROW-2635 Project: Apache Arrow Issue Type: Improvement

[jira] [Created] (ARROW-2637) [C++/Python] Build support and instructions for development on Alpine Linux

2018-05-24 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-2637: --- Summary: [C++/Python] Build support and instructions for development on Alpine Linux Key: ARROW-2637 URL: https://issues.apache.org/jira/browse/ARROW-2637 Project: Apac

[jira] [Created] (ARROW-2636) [Ruby] "Unofficial" package note is missing

2018-05-24 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-2636: --- Summary: [Ruby] "Unofficial" package note is missing Key: ARROW-2636 URL: https://issues.apache.org/jira/browse/ARROW-2636 Project: Apache Arrow Issue Type: Im

[jira] [Created] (ARROW-2634) [Go] Add LICENSE additions for Go subproject

2018-05-24 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-2634: --- Summary: [Go] Add LICENSE additions for Go subproject Key: ARROW-2634 URL: https://issues.apache.org/jira/browse/ARROW-2634 Project: Apache Arrow Issue Type: I

Re: Progress on Arrow RPC a.k.a. Arrow Flight

2018-05-24 Thread Jacques Nadeau
FYI, if you want to see an example server you can run with a GRPC generated client, you can run the ExampleFlightServer located at [1]. Very basic 'test' with that class and client is located at [2]. [1] https://github.com/jacques-n/arrow/tree/flight/java/flight/src/main/java/org/apache/arrow/flig

Progress on Arrow RPC a.k.a. Arrow Flight

2018-05-24 Thread Jacques Nadeau
Hey All, I used my Strata talk today as a forcing function to make additional progress on a GRPC-based Arrow RPC protocol [1]. I’m calling it “Apache Arrow Flight”. You can take a look at the work here [2]. I’ll work to clean up my work and explain my thoughts about the protocol in the coming day