[jira] [Created] (ARROW-3044) [Python] Remove all occurrences of cython's legacy property definition syntax

2018-08-10 Thread Krisztian Szucs (JIRA)
Krisztian Szucs created ARROW-3044: -- Summary: [Python] Remove all occurrences of cython's legacy property definition syntax Key: ARROW-3044 URL: https://issues.apache.org/jira/browse/ARROW-3044 Proje

[jira] [Created] (ARROW-3043) [C++] pthread doesn't exist on MinGW

2018-08-10 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-3043: --- Summary: [C++] pthread doesn't exist on MinGW Key: ARROW-3043 URL: https://issues.apache.org/jira/browse/ARROW-3043 Project: Apache Arrow Issue Type: Improveme

[jira] [Created] (ARROW-3042) [Go] add badge to GoDoc in the Go-Arrow README

2018-08-10 Thread Sebastien Binet (JIRA)
Sebastien Binet created ARROW-3042: -- Summary: [Go] add badge to GoDoc in the Go-Arrow README Key: ARROW-3042 URL: https://issues.apache.org/jira/browse/ARROW-3042 Project: Apache Arrow Issue

[jira] [Created] (ARROW-3041) [Go] add support for TimeArray

2018-08-10 Thread Sebastien Binet (JIRA)
Sebastien Binet created ARROW-3041: -- Summary: [Go] add support for TimeArray Key: ARROW-3041 URL: https://issues.apache.org/jira/browse/ARROW-3041 Project: Apache Arrow Issue Type: Improveme

[jira] [Created] (ARROW-3040) [Go] add support for comparing Arrays

2018-08-10 Thread Sebastien Binet (JIRA)
Sebastien Binet created ARROW-3040: -- Summary: [Go] add support for comparing Arrays Key: ARROW-3040 URL: https://issues.apache.org/jira/browse/ARROW-3040 Project: Apache Arrow Issue Type: Im

[jira] [Created] (ARROW-3039) [Go] add support for DictionaryArray

2018-08-10 Thread Sebastien Binet (JIRA)
Sebastien Binet created ARROW-3039: -- Summary: [Go] add support for DictionaryArray Key: ARROW-3039 URL: https://issues.apache.org/jira/browse/ARROW-3039 Project: Apache Arrow Issue Type: Imp

[jira] [Created] (ARROW-3038) [Go] add support for StringArray

2018-08-10 Thread Sebastien Binet (JIRA)
Sebastien Binet created ARROW-3038: -- Summary: [Go] add support for StringArray Key: ARROW-3038 URL: https://issues.apache.org/jira/browse/ARROW-3038 Project: Apache Arrow Issue Type: Improve

[jira] [Created] (ARROW-3037) [Go] add support NullArray

2018-08-10 Thread Sebastien Binet (JIRA)
Sebastien Binet created ARROW-3037: -- Summary: [Go] add support NullArray Key: ARROW-3037 URL: https://issues.apache.org/jira/browse/ARROW-3037 Project: Apache Arrow Issue Type: Improvement

[jira] [Created] (ARROW-3036) [Go] add support for slicing Arrays

2018-08-10 Thread Sebastien Binet (JIRA)
Sebastien Binet created ARROW-3036: -- Summary: [Go] add support for slicing Arrays Key: ARROW-3036 URL: https://issues.apache.org/jira/browse/ARROW-3036 Project: Apache Arrow Issue Type: Impr

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

2018-08-10 Thread Wes McKinney
hi, On Fri, Aug 10, 2018 at 3:57 AM, Antoine Pitrou wrote: > > Hi, > > Sorry, I'll be limiting myself to very high-level remarks, but I have a > bit of trouble understanding the whole design. > > - Why is it called "Arrow RPC" while it doesn't seem to be providing any > kind of RPC service to the

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

2018-08-10 Thread Antoine Pitrou
Hi, Sorry, I'll be limiting myself to very high-level remarks, but I have a bit of trouble understanding the whole design. - Why is it called "Arrow RPC" while it doesn't seem to be providing any kind of RPC service to the user? - Is the server supposed to store all "streams" (which mean data,