OneToOne Relationship with PartitionKey

I have two entities named ‘Contact’ And ‘ContactCustomField’. They have 1:1 relationship between them. Both contact/and custom field has account_id which defined as a partition key. When we define such a mapping, startup fails with below NPE

----------------------| |-------------------------------|
Contact | -------> |. ContactCusotmField. |
----------------------| |-------------------------------|

I am able to replicate issue with a testcase as well. [HHH-16942] - Hibernate JIRA

@beikov Can you pls help in prioritizing this. This is kind of blocker for us.

I’ll try to look into this for the next release, but can’t make any promises.

Thank you @beikov

Thanks
Arul