ad1happy2go commented on issue #10319: URL: https://github.com/apache/hudi/issues/10319#issuecomment-1854258009
@baunz Oh Now I understood your point. Yes it is like that only. There are two kind of properties - table properties and writer/reader properties. The table properties we persist in the table.properties. But user have flexibility to pass different writer configurations each time with the run. That's why we added a validation so that If any table property doesn't match with existing table properties we fail the job to notify user that this property is not meant to be changed. The props file in your case is passed as job arguments so it is expected to behave like this. Let me know in case you have any doubts on above. Thanks. -- 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]
