lsgrep commented on PR #37738: URL: https://github.com/apache/spark/pull/37738#issuecomment-1473419387
Hi, I am having this `circular reference` problem while processing the Kafka `avro` messages with Spark 3.3.0. ``` Exception in thread "main" java.lang.UnsupportedOperationException: Cannot have circular references in bean class, but got the circular reference of class class org.apache.avro.Schema ``` https://github.com/apache/avro/blob/master/lang/java/avro/src/main/java/org/apache/avro/Schema.java -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
