swapna267 commented on PR #15471:
URL: https://github.com/apache/iceberg/pull/15471#issuecomment-4043771903

   Added test cases and fixed following,
   
   1. Nested types in Array/Map types
   2. Not reusing Schema.Parser as Schema parser caches and fails if it sees a 
different schema with same schema name. This breaks when schema evolves. 
   ```
   org.apache.avro.SchemaParseException: Can't redefine: test.schema.UserRecord
        at org.apache.avro.ParseContext.put(ParseContext.java:218)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to