This is an automated email from the ASF dual-hosted git repository.
xxyu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/kylin.git.
from 121a8a1 KYLIN-5162 Fix non select sql pushdown
add 0be292d add api to support for mdx
No new revisions were added by this update.
Summary of changes:
.../kylin/rest/controller/AccessController.java | 43 ++++++++++++++++++++++
.../kylin/rest/controller/CubeController.java | 36 ++++++++++++++++++
.../kylin/rest/controller/CubeDescController.java | 18 +++++++++
.../kylin/rest/controller/ModelController.java | 19 ++++++++++
.../kylin/rest/controller/ProjectController.java | 16 ++++++++
.../kylin/rest/controller/QueryController.java | 13 +++++++
.../kylin/rest/controller/TableACLController.java | 18 +++++++++
.../kylin/rest/controller/TableController.java | 15 ++++++++
.../apache/kylin/rest/service/ProjectService.java | 12 ++++++
9 files changed, 190 insertions(+)