You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/03/08 11:50:05 UTC

[GitHub] [spark] blcksrx commented on pull request #31771: [SPARK-34652][AVRO] Support SchemaRegistry in from_avro method

blcksrx commented on pull request #31771:
URL: https://github.com/apache/spark/pull/31771#issuecomment-792703245


   If you pay attention to this on the  link:
   If your cluster has a Schema Registry service, from_avro can work with it so that you don’t need to specify the Avro schema manually.
   
   So basically its a wrapper on the `from_avro` function that developers does not specify the schema manually. Thats it. By the way I use this function to stream avro data from our CDC pipeline


----------------------------------------------------------------
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: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org