You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/14 05:52:25 UTC

[GitHub] [arrow-datafusion] houqp commented on issue #1440: try to read data from apache kudu

houqp commented on issue #1440:
URL: https://github.com/apache/arrow-datafusion/issues/1440#issuecomment-993182393


   There is no docs on this as far as I know. I think it's best to add support for kudu through a table provider. The existing memory table provider is a pretty minimal example on provider implementation: https://github.com/apache/arrow-datafusion/blob/master/datafusion/src/datasource/memory.rs. You can also take a look at the listing table provider for a more advanced implementation.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org