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

   @njalan Do your partition column in data contains NULLS? When are you facing 
this error? Looks like you are trying to add the null partition. It may not be 
hudi related but more of hive related issue.
   
   You may try - 
   ALTER TABLE ods_xxx.xx ADD IF NOT EXISTS PARTITION (xx=null) LOCATION 
'xxxx/HIVE_DEFAULT_PARTITION'


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to