rancylive commented on issue #2887: URL: https://github.com/apache/hudi/issues/2887#issuecomment-829150337
@nsivabalan , Yes, we had to set partition path to empty intentionally. We have a case where there are multiple column as primary key and no partition column. For this case, the KEYGENERATOR_CLASS_PROP would be ComplexKeyGenerator. Doing so hudi was producing a default partition with name default. Since, The KEYGENERATOR_CLASS_PROP is same for both primary key and partition column, we did not had a way to set different key generator for partition column. Please suggest if there is another way for this. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
