Leonardo Aleixo da Silva created AVRO-3929:
----------------------------------------------
Summary: Incompatibility with long serialized data from previous
version
Key: AVRO-3929
URL: https://issues.apache.org/jira/browse/AVRO-3929
Project: Apache Avro
Issue Type: Bug
Components: java
Affects Versions: 1.11.2
Reporter: Leonardo Aleixo da Silva
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)