[
https://issues.apache.org/jira/browse/KYLIN-5980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905877#comment-17905877
]
ASF subversion and git services commented on KYLIN-5980:
--------------------------------------------------------
Commit 6477527d9f3924ce3ff7ae7d6ba892658bff89bf in kylin's branch
refs/heads/kylin5 from huangsheng
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=6477527d9f ]
KYLIN-5980 reformat internal table truncate and drop partition rest api
> The parameters table and database should be passed separately when using the
> clear data interface
> -------------------------------------------------------------------------------------------------
>
> Key: KYLIN-5980
> URL: https://issues.apache.org/jira/browse/KYLIN-5980
> Project: Kylin
> Issue Type: Bug
> Affects Versions: 5.0.0
> Reporter: Guoliang Sun
> Assignee: Guoliang Sun
> Priority: Major
>
> The parameters table and database should be passed separately when using the
> clear data interface.
> Needs to be consistent with other internal table interfaces, passed in
> separately
> Clear data through page operations, and then call the clear data interface of
> the underlying storage engine/format inside the Kylin interface.
> * -URL: /api/internal_tables/\{databases.table}/data?project=\{project}-
> * Method: Delete
> For details, please refer to the user manual page
> *Example*
> Deleting the internal table will not affect the model index data, but will
> clear the internal table data.
> * -URL: /api/internal_tables/\{databases.table}/?project=\{project}-
> * URL: /api/internal_tables/\{databases}/\{table}?project=\{project}
> * Method: Delete
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)