nsivabalan commented on issue #4043:
URL: https://github.com/apache/hudi/issues/4043#issuecomment-989076089


   yes, can you try ordering the columns explicitly with writer2. 
   and then with writer1, please set 
hoodie.datasource.write.reconcile.schema=true. 
   These should work if your table was with schema V1 and then you follow 
these. but if you table had already moved to schema V2 with _hoodie_is_deleted 
somewhere in the middle, guess this is not going to work. 
   
   May be you might want to add a transformer to writer1 to add this new column 
and reorder columns to be same as writer2 schema. 
   


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to