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/13 03:58:48 UTC

[GitHub] [arrow-datafusion] jiangzhx opened a new issue #1440: try to read data from apache kudu

jiangzhx opened a new issue #1440:
URL: https://github.com/apache/arrow-datafusion/issues/1440


   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 
   
   datafuison now support csv,parquet datasource.
   our team want to  add more datasource like apache kudu;
   is there docs or advise to help us do the right way.
   


-- 
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



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

Posted by GitBox <gi...@apache.org>.
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