Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
1.11.2
-
None
-
None
Description
The new version of 1.11.2 implemented the SystemLimitException with MAX_ARRAY_VM_LIMIT to int type, but in the previous versions it was accepting long values, this make the new versions incompatible with long serialized data. Looking to the implementation this class accept the attribute in application properties that is possible to change max length for bytes (org.apache.avro.limits.bytes.maxLength) but the implementation only accept int conversions.