Toroidals opened a new issue, #11694: URL: https://github.com/apache/hudi/issues/11694
**_Tips before filing an issue_** - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)? yes - Join the mailing list to engage in conversations and get faster support at [email protected]. - If you have triaged this as a bug, then file an [issue](https://issues.apache.org/jira/projects/HUDI/issues) directly. **Describe the problem you faced** After upgrading from hudi-0.14.0 to 0.15.0, an error occurred: Caused by: java.lang.NullPointerException: null value for (non-nullable) string at table_name.role_id2 这个表主键为联合主键:role_id1,role_id2,其中role_id2为空时导致报错 **To Reproduce** Steps to reproduce the behavior: 1. 2. 3. 4. **Expected behavior** 1.当主键为联合主键时,允许部分字段为空 2.可以给字段设置默认值 **Environment Description** * Hudi version : 0.15.0 * Spark version : * Hive version : * Hadoop version : * Storage (HDFS/S3/GCS..) : * Running on Docker? (yes/no) : **Additional context** Add any other context about the problem here. **Stacktrace** ```Add the stacktrace of the error.``` -- 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]
