hudi-bot opened a new issue, #15696: URL: https://github.com/apache/hudi/issues/15696
When we use spark to initialize the hudi table, .hoodie#hoodie.properties#hoodie.table.create.schema will carry information 'name=$tablename_record' and 'namespace'='hoodie.$tablename'. But Flink will not carry this information when writing, so there will be incompatibilities when doing `validateSchema`. Here I think we should skip check the compatibility of Schema#name when using flink write. !image-2023-01-18-11-51-12-914.png|width=851,height=399! ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-5572 - Type: Bug - Attachment(s): - 18/Jan/23 03:51;HunterHunter;image-2023-01-18-11-51-12-914.png;https://issues.apache.org/jira/secure/attachment/13054660/image-2023-01-18-11-51-12-914.png -- 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]
