nsivabalan commented on issue #6601: URL: https://github.com/apache/hudi/issues/6601#issuecomment-1239806342
Using custom key gen, but setting empty value for partition path is a wrong usage may be. Can you try fixing it and give it a try. Reason why hudi could write to default folder is: lets say you configure partition path file as col5. for those records where col5 value is null, hudi writes to "default" folder. btw, we are changing that with 0.12. our default fallback folder is `__HIVE_DEFAULT_PARTITION__` More details here https://hudi.apache.org/releases/release-0.12.0#fallback-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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
