ad1happy2go commented on issue #10483: URL: https://github.com/apache/hudi/issues/10483#issuecomment-1886353742
@Kangho-Lee This is happening as in the new schema, `_hoodie_is_deleted` is non-nullable column which can't be evolved as existing data dont have this column and need to set as null. For these cases, we introduced a new prop starting 0.14.0 in this PR - https://github.com/apache/hudi/pull/9262 so add this configuration 'hoodie.datasource.write.new.columns.nullable' as true. -- 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]
