nsivabalan commented on PR #5815: URL: https://github.com/apache/hudi/pull/5815#issuecomment-1154562947
if I understand correctly, after this fix, by default any new tables created w/ spark-sql will have SimpleKeyGen. is there any backwards compatability we need to consider here? I assume to read a table created w/ 0.11.0, we rely on hoodie.properties and so it should be fine? For eg, if we try to write to an already existing table, wouldn't new code will infer key gen to Simple while hoodie.properties may say CustomKeyGen and run into issues ? CC @xushiyan @codope -- 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]
