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 2019/05/18 08:57:45 UTC

[GitHub] [spark] mazeboard edited a comment on issue #24299: [SPARK-27388][SQL] encoder for objects defined by properties (ie. Avro)

mazeboard edited a comment on issue #24299: [SPARK-27388][SQL] encoder for objects defined by properties (ie. Avro)
URL: https://github.com/apache/spark/pull/24299#issuecomment-482883525
 
 
   Even though we prefer the solution that modifies ScalaReflection, we also modified JavaTypeInference (in PR https://github.com/apache/spark/pull/24367) to be able to create encoders for Avro objects using the bean encoder; 
   
   We currently have two solutions, the one in this PR and another one using Encoders.bean
   

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


With regards,
Apache Git Services

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