[
https://issues.apache.org/jira/browse/KYLIN-6018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928286#comment-17928286
]
Guoliang Sun commented on KYLIN-6018:
-------------------------------------
h3. Root Cause
Previously, there was an issue in the model renaming logic where, if the
`description` was not passed or was passed as `null`, it would automatically be
replaced with an empty string, causing the model's description to be
unintentionally altered.
h3. Dev Design
For the model renaming API, adjust the behavior so that when the `description`
is not provided or is passed as `null`, it means the model's description should
remain unchanged.
> When renaming a model, the description information field is incorrectly
> modified
> --------------------------------------------------------------------------------
>
> Key: KYLIN-6018
> URL: https://issues.apache.org/jira/browse/KYLIN-6018
> Project: Kylin
> Issue Type: Bug
> Affects Versions: 5.0.0
> Reporter: Guoliang Sun
> Priority: Major
>
> 1. The model has description information.
> 2. Call the model rename API without uploading the `description` parameter.
> 3. The model's description information is set to empty.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)