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
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 <chinchutec...@gmail.com>
wrote:

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

Reply via email to