menna224 commented on issue #8018:
URL: https://github.com/apache/hudi/issues/8018#issuecomment-1446072420

   hey @danny0405, thanks for your reply. what I understood from the 
description of hoodie.datasource.write.reconcile.schema
   , that we need to set it to true to enable it as if it's disabled it will 
update the schema. we tried to set it as true as follows:
   ```
   'hoodie.datasource.write.reconcile.schema':"true"
   ```
   
   but unfortunately, it's still adding the new col to the table, is there any 
config option we need to add along with 
hoodie.datasource.write.reconcile.schema so that it keeps the schema? as it's 
written in the description "writer-schema will be picked such that table's 
schema (after txn) is either kept the same or extended, meaning that we'll 
always prefer the schema that either adds new columns or stays the same."
   
   so how do we keep it the same?


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