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 in this PR, 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
