rangareddy commented on issue #10154:
URL: https://github.com/apache/hudi/issues/10154#issuecomment-2685508800

   Hi @njalan  
   
   Before Hudi 0.12, any **null** partition values were stored under the 
**default** partition. This has been changed to **__HIVE_DEFAULT_PARTITION__**. 
There are migration steps you need to follow to upgrade the data to the 
**__HIVE_DEFAULT_PARTITION__** format. If you still want to keep the data under 
the **default partition**, you can set 
**hoodie.skip.default.partition.validation=true**. Please let me know if you 
need any further assistance with this issue.
   
   
   **References:**
   
   1. https://hudi.apache.org/releases/release-0.12.0/#fallback-partition
   2. 
https://github.com/apache/hudi/blob/master/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/upgrade/FourToFiveUpgradeHandler.java#L59
 


-- 
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]

Reply via email to