njalan commented on issue #9980: URL: https://github.com/apache/hudi/issues/9980#issuecomment-1849932194
@ad1happy2go I debug the source code and got the reason. My target table is testing.address and I didn't add the hoodie.database.name but there is one existing table default. address. In my case it will get the default.address schema as Table's schema. But they are two total different table. I need to add the hoodie.database.name for each table? Why not take the sync database name as the hudi database name? it is working fine in hudi 0.9. Is is a bug or can I raise a PR for using the sync database name as the hudi database name if not specified? -- 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]
