HunterXHunter created HUDI-5572:
-----------------------------------
Summary: Flink write need to skip check the compatibility of
Schema#name
Key: HUDI-5572
URL: https://issues.apache.org/jira/browse/HUDI-5572
Project: Apache Hudi
Issue Type: Bug
Reporter: HunterXHunter
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)