[jira] [Created] (ARROW-3117) [GLib] Add garrow_chunked_array_to_string

2018-08-25 Thread yosuke shiro (JIRA)
yosuke shiro created ARROW-3117: --- Summary: [GLib] Add garrow_chunked_array_to_string Key: ARROW-3117 URL: https://issues.apache.org/jira/browse/ARROW-3117 Project: Apache Arrow Issue Type: Impr

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

2018-08-25 Thread Wes McKinney
Hi Li -- Protobuf is the "native" wire format for GRPC [1]. You can use Flatbuffers with it, too [2], but if we are aiming for fairly broad support at the RPC level then using Protobuf is probably a safer bet. One question might be "Well, Arrow already uses Flatbuffers". That's true, but a system