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:
[email protected]
With regards,
Apache Git Services