Re: Avro Schema with Large Number of fields AVRO-1642

2018-09-06 Thread chinchu chinchu
ever the avro maven plugin generates classes that violates the jvm spec.Is there a way to over come this scenario so truely flattened avro schemas can be used. Thanks, Chinchu On Tue, Sep 4, 2018 at 9:54 AM chinchu chinchu wrote: > Hi All, > We have an avro schema that has around 2k fields

Avro Schema with Large Number of fields AVRO-1642

2018-09-04 Thread chinchu chinchu
Hi All, We have an avro schema that has around 2k fields .When we do not use a nested structure(nested record types) we run into jvm specification issues related to method size and number of parameters .My preference is to keep the avro schema completely flattened without any nested types .How