You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by GitBox <gi...@apache.org> on 2019/12/20 12:03:36 UTC

[GitHub] [kylin] nichunen commented on a change in pull request #928: KYLIN-4104 Support multi jdbc pushdown runners to execute query/update

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:
users@infra.apache.org


With regards,
Apache Git Services