You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Aditya (JIRA)" <ji...@apache.org> on 2018/04/23 16:31:00 UTC

[jira] [Created] (SAMZA-1679) Samza-sql: Add Avro schema evolution support in AvroRelConverter

Aditya created SAMZA-1679:
-----------------------------

             Summary: Samza-sql: Add Avro schema evolution support in AvroRelConverter
                 Key: SAMZA-1679
                 URL: https://issues.apache.org/jira/browse/SAMZA-1679
             Project: Samza
          Issue Type: Bug
            Reporter: Aditya


AvroRelConverter caches schema of records in the incoming stream and converts the incoming records based on the cached schema. It takes of the records having older schema than the cached one but does not take care of records that have newer schema than the cached one.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)