wzx140 commented on code in PR #5522: URL: https://github.com/apache/hudi/pull/5522#discussion_r894247637
########## hudi-common/src/main/java/org/apache/hudi/common/model/HoodieRecord.java: ########## @@ -18,14 +18,21 @@ package org.apache.hudi.common.model; +import org.apache.avro.Schema; Review Comment: Avro schema exists as the unified schema for Hoodie. Spark record will convert Avro schema into structtype (cached) and use it. -- 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]
