hudi-bot opened a new issue, #14731: URL: https://github.com/apache/hudi/issues/14731
Now,Hudi table only support no partitioned and simpled key . In business , need complexed keys ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-1567 - Type: Improvement --- ## Comments 30/Jan/21 09:36;hainanzhongjian;Override the NonpartitionedKeyGenerator class and extends the ComplexKeyGenerator class . eg: public class NonpartitionedComplexKeyGenerator extends ComplexKeyGenerator ;;; -- 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]
