tashoyan commented on pull request #28491:
URL: https://github.com/apache/spark/pull/28491#issuecomment-631045701


   Technically we can write case classes simulating the output of avro4s. This 
approach has a disadvantage: no clue about what version of avro4s we are 
compatible with.
   With current approach we can see that avro4s 2.x is supported, but not 3.x. 
If one day Spark migrates to Avro 1.9 (from currently used 1.8), the 
compatibility with avro4s 2.x might be broken => we can notify users about 
broken compatibility and migrate to avro4s 3.x.


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to