Using Flight RPC Calls as a table #11772
-
I would like to consume the results of a Flight RPC call as a table within a datafusion context. So far I have not found a built-in way to do this. Is there an example out there of consuming a Flight RPC stream as a TableProvider? Looking through the available types I am expecting I would need to do the following:
Does this sound like what is expected? Or is there a more direct path to exposing a stream of RecordBatches from Flight RPC as a table in datafusion? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
There is a Flight SQL version of this idea here. You may be able to simplify it to a regular Flight RPC implementation. If you do manage to make it work. Maybe there's a place for it in datafusion-contrib/datafusion-table-provider |
Beta Was this translation helpful? Give feedback.
There is a Flight SQL version of this idea here. You may be able to simplify it to a regular Flight RPC implementation.
If you do manage to make it work. Maybe there's a place for it in datafusion-contrib/datafusion-table-provider