hudi-bot opened a new issue, #16666: URL: https://github.com/apache/hudi/issues/16666
If you enable the operation field using the config HoodieWriteConfig.ALLOW_OPERATION_METADATA_FIELD and you write with spark records, it will lead to data corruption (or maybe write failure, can't remember) because HoodieInternalRow does not support the field, so the indexes are incorrect when it writes the record. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-8322 - Type: Bug - Fix version(s): - 1.1.0 -- 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]
