bvaradar opened a new pull request #927: [WIP] [HUDI-279] Fix regression in Schema Evolution due to PR-755 URL: https://github.com/apache/incubator-hudi/pull/927 Jira: https://jira.apache.org/jira/browse/HUDI-279 Reported by Alex: https://github.com/apache/incubator-hudi/blob/master/hudi-client/src/main/java/org/apache/hudi/table/HoodieCopyOnWriteTable.java#L200 this sets an Avro Schema on the config but I see that AvroReadSupport.init is getting a different config instance, with avro schema set to null and falls back to what is in parquet. Which breaks during the old/new data merge. I’m pretty sure it worked before as we had successful schema evolutions. Any idea why it might be happening? Caused by changes in : https://github.com/apache/incubator-hudi/pull/755
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
