[ https://issues.apache.org/jira/browse/KYLIN-3418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16555070#comment-16555070 ]
ASF GitHub Bot commented on KYLIN-3418: --------------------------------------- shaofengshi commented on a change in pull request #174: KYLIN-3418 adjust hybrid API URL: https://github.com/apache/kylin/pull/174#discussion_r204969453 ########## File path: server-base/src/main/java/org/apache/kylin/rest/service/HybridService.java ########## @@ -66,8 +66,7 @@ public HybridInstance createHybridCube(String hybridName, String projectName, St return getHybridInstance(hybridName); } - public HybridInstance updateHybridCube(String hybridName, String projectName, String modelName, - String[] cubeNames) { + public HybridRespone updateHybridCube(String hybridName, String projectName, String modelName, String[] cubeNames) { Review comment: "HybridInstance" is a better name than "HybridCube" ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > User interface for hybrid model > ------------------------------- > > Key: KYLIN-3418 > URL: https://issues.apache.org/jira/browse/KYLIN-3418 > Project: Kylin > Issue Type: Improvement > Components: Web > Reporter: Shaofeng SHI > Assignee: Roger > Priority: Major > Fix For: v2.5.0 > > > Hybrid model is useful for model change. While now there is no entry for it > from GUI, this makes many users don't see such feature. -- This message was sent by Atlassian JIRA (v7.6.3#76005)