xiarixiaoyao commented on PR #9743:
URL: https://github.com/apache/hudi/pull/9743#issuecomment-1769853961

   @jonvex 
   Now we have too many parameter settings for the schema evolution .  This is 
very unfriendly to users.
   Now HoodieSparkSqlWriter.scala has five evolution parameters
   hoodie.internal.write.schema.canonicalize.nullable   default false
   hoodie.datasource.write.reconcile.schema  default false
   hoodie.datasource.write.schema.allow.auto.evolution.column.drop  default 
false
   hoodie.datasource.add.null.for.deleted.column  default false
   
   They are all doing schema evolution
   Is it possible for us to merge the above four parameters into one. 
   Control whether to perform automatic schema evolution through one parameter
   
   
   


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