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 2020/07/24 05:07:16 UTC

[GitHub] [arrow] akhileshacc opened a new issue #7825: How to convert kafka's record (Struct) into Arrow file

akhileshacc opened a new issue #7825:
URL: https://github.com/apache/arrow/issues/7825


   are there any libraries which can convert kakfa struct into arrow file.


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

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



[GitHub] [arrow] emkornfield commented on issue #7825: How to convert kafka's record (Struct) into Arrow file

Posted by GitBox <gi...@apache.org>.
emkornfield commented on issue #7825:
URL: https://github.com/apache/arrow/issues/7825#issuecomment-663361498


   None within the core project.  Nor have I heard of any.  there is an avro converter in Java which you could potentially use as a template for creating one.


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

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



[GitHub] [arrow] emkornfield closed issue #7825: How to convert kafka's record (Struct) into Arrow file

Posted by GitBox <gi...@apache.org>.
emkornfield closed issue #7825:
URL: https://github.com/apache/arrow/issues/7825


   


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

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



[GitHub] [arrow] akhileshacc commented on issue #7825: How to convert kafka's record (Struct) into Arrow file

Posted by GitBox <gi...@apache.org>.
akhileshacc commented on issue #7825:
URL: https://github.com/apache/arrow/issues/7825#issuecomment-663591549


   Thanks for the reply. I was able to convert it using a custom function.


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

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