CaesarWangX commented on issue #10154: URL: https://github.com/apache/hudi/issues/10154#issuecomment-2175047030
Hi @danny0405 @ad1happy2go @xushiyan When we upgraded from 0.11.1 to 0.14.0, the default partition value was changed from **default** to **__ HIVE-DEFAULT-PARTION__**, which caused two problems: 1. An error will be reported during hive sync, resulting in task failure Caused by: org. apache. hadoop. hive. ql. part. SemanticException: Partition value contains a reserved substring 2. There is already a large amount of data in the historical table, and some of the data is still in **default**. Our upgrade process does not want to change it, and we will continue to write data with null partition values to the **default** We hope that the upgrade of Hudi should not affect the business, and configuration items should be provided for users to choose from. This is very unfriendly to users now😅 -- 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]
