xiarixiaoyao commented on issue #7444:
URL: https://github.com/apache/hudi/issues/7444#issuecomment-1352778739

   @codope @nsivabalan 
   At first, the schema evolution configuration was called 
hoodie.schema.evolution.enable, and later changed to 
hoodie.schema.on.read.enable.
   however hoodie.schema.on.read.enable is verify data on write, not on read
   In other words, user must enable both hoodie.schema.on.read.enable and 
hoodie.datasource.write.reconcile.schema when writing  data to hudi.
   If user forgets to enable these two parameters, and in incompatible data 
types being written into the hudi table, the hudi table will not be read 
out,it's not friendly to user.
   I'll raise a PR to fix this.   and the meaning of schema.on.read.enabled 
will be correct
   
   
   


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