njnu-seafish opened a new issue, #18359: URL: https://github.com/apache/dolphinscheduler/issues/18359
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description 1, The description field in the t_ds_cluster table definition is nullable. <img width="1407" height="627" alt="Image" src="https://github.com/user-attachments/assets/73cc1583-53d5-41ac-a1ba-b716aed5bf4c" /> 2, In the backend API implementation, the description field should also be optional. <img width="1819" height="817" alt="Image" src="https://github.com/user-attachments/assets/93744576-3d2a-40c4-ab58-51e378f8cfee" /> 3, However, the description field unexpectedly became mandatory in the frontend code, leading to a logical inconsistency across the system. <img width="1414" height="1050" alt="Image" src="https://github.com/user-attachments/assets/cdc8e624-4f21-4886-b464-483115e972d4" /> ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
