trushev commented on PR #5830:
URL: https://github.com/apache/hudi/pull/5830#issuecomment-1313166445

   > 
[3981.patch.zip](https://github.com/apache/hudi/files/9977268/3981.patch.zip) 
Thanks for the contribution, have reviewed some of the part, and left a local 
patch here and some comments ~
   
   Why we use writerSchema instead of readerSchema when schema evolution 
disabled?
   3981.patch:
   ```java
   public Schema getAvroSchema() {
     if (isEmptySchema()) {
       return null;
     }
   ```
   


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