You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/03/17 04:16:38 UTC

[GitHub] [druid] cswarth commented on issue #11003: Doc question: Can protobuf extension be used with "index_parallel"?

cswarth commented on issue #11003:
URL: https://github.com/apache/druid/issues/11003#issuecomment-800780744


   I suspect the answer is "No, protobuf cannot be used to parse file contents", based on this comment, 
   https://github.com/apache/druid/pull/10839#issuecomment-790505170
       
   
   > If you are interested in doing a follow-up PR or two, the protobuf extension is one of the few ingestion formats that has not been ported to the newer InputFormat interface which has replaced parsers. There are a handful of implementations that could be used as reference (JSON, Avro though it is missing an InputFormat for streaming support and using schema registry itself, and many others). I think this should be relatively straight-forward with the protobuf extension since most of the work is being done in the decoder implementations, which could also be re-used by the InputFormat 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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org