xushiyan commented on issue #7259:
URL: https://github.com/apache/hudi/issues/7259#issuecomment-1322344107

   i root caused the issue: this avro model generation is controlled by 
`avro.version` under `pom.xml`
   
   ```
           <plugin>
             <groupId>org.apache.avro</groupId>
             <artifactId>avro-maven-plugin</artifactId>
             <version>${avro.version}</version>
   ```
   
   because flink 1.15 profile does not overwrite this property, it results in 
models being generated by avro 1.8.2 (default in `pom.xml`) and not being 
compatible with the bundle-included version. I verified locally using patch 
#7265 


-- 
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]

Reply via email to