PhantomHunt commented on issue #8040:
URL: https://github.com/apache/hudi/issues/8040#issuecomment-1499520663

   > > Can you try adding these configurations to enable Hudi's full schema 
evolution? From the configurations, i think Avro's schema resolution was used 
for schema evolution.
   > > ```
   > > "hoodie.schema.on.read.enable"  ->  "true",
   > > "hoodie.datasource.write.reconcile.schema" -> "true"
   > > ```
   > > 
   > > 
   > >     
   > >       
   > >     
   > > 
   > >       
   > >     
   > > 
   > >     
   > >   
   > > If it still doesn't work, is it possible to provide a minimal example so 
that we can try reproducing on our end? Thank you
   > 
   > Hi, I tested this configuration, and now the error is not coming up. Will 
do some in-depth testing next week. I also did some research and figured out 
there are more such configurations available now like -
   > 
   > ```
   > 'hoodie.datasource.write.schema.allow.auto.evolution.column.drop' : 'true',
   > 'hoodie.avro.schema.external.transformation' : 'true',
   > 'hoodie.avro.schema.validate' : 'true'
   > ```
   > 
   > So what is the difference between the configurations you gave vs these? 
Which configuration is the best one here?
   
   @voonhous any update on this?
   


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