nsivabalan edited a comment 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. btw, a point to remember about hoodie.datasource.write.reconcile.schema. this config will be honored only if user does not set target schema explicitly. If target schema is set explicitly in deltastreamer, hudi tries to honor that and will not do the reconcile. -- 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]
