danny0405 commented on PR #12615: URL: https://github.com/apache/hudi/pull/12615#issuecomment-2613940541
> For creating new tables using 1.0, by default i.e. when none of the writer configs are set, hoodie.table.version should be 8. hoodie.write.table.version is automatically inferred to be 8. > For creating new tables using 1.0, if there is a need to create one with older format, then writers should be configured with hoodie.write.auto.upgrade=false and hoodie.write.table.version=6. In this case, hoodie.table.version should also be 6. So it looks like there is even no need to explicitly set up the table version when creating new table with 1.0 code, just hard code it as 8 should be fine. -- 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]
