subash-metica commented on issue #9042: URL: https://github.com/apache/hudi/issues/9042#issuecomment-2148047952
Hi @ad1happy2go , Using Hudi : 0.14.1 With this change - is it fair to say that we can't mitigate the error `Incoming batch schema is not compatible with the table's one` ? How to solve for this scenario of schema mismatch since table schema has non-nullable and new data has null values. Background: I got the original error of non-nullable column can't accept null values then I removed using MAKE_NEW_COLUMNS_NULLABLE as parameter which was originally configured to support schema evolution, but now I get `Incoming batch schema is not compatible with the table's one` since the Hudi table has null for a column. -- 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]
