nichunen commented on a change in pull request #928: KYLIN-4104 Support multi 
jdbc pushdown runners to execute query/update
URL: https://github.com/apache/kylin/pull/928#discussion_r360345531
 
 

 ##########
 File path: 
core-common/src/main/java/org/apache/kylin/common/KylinConfigBase.java
 ##########
 @@ -1745,6 +1746,17 @@ public String getPushDownRunnerClassName() {
         return getOptional("kylin.query.pushdown.runner-class-name", "");
     }
 
+    public List<String> getPushDownRunnerIds() {
+        List<String> ids = Lists.newArrayList();
+        String idsStr = getOptional("kylin.query.pushdown.runner.ids", "");
 
 Review comment:
   should be "kylin.query.pushdown.runner-ids"

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

Reply via email to