You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Leonardo Aleixo da Silva (Jira)" <ji...@apache.org> on 2024/01/15 16:42:00 UTC

[jira] [Created] (AVRO-3929) Incompatibility with long serialized data from previous version

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)