zalando-incubator / spark-json-schema

JSON schema parser for Apache Spark
MIT License
81 stars 43 forks source link

Support for recursive objects #51

Open dordor12 opened 2 years ago

dordor12 commented 2 years ago

Hey, I tested this awesome library with json schema with recursive objects and this cause Stack overflow Exception.

In my opinion the library should generate a structType with a configurable depth of the recursive objects.