You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ni...@apache.org on 2019/12/30 03:11:30 UTC

[kylin] branch master updated (ae6120b -> 95fe225)

This is an automated email from the ASF dual-hosted git repository.

nic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git.


    from ae6120b  KYLIN-4224 Create flat table wich spark sql
     add 95fe225  KYLIN-4104 Support multi jdbc pushdown runners to execute query/update

No new revisions were added by this update.

Summary of changes:
 .../org/apache/kylin/common/KylinConfigBase.java   |  82 ++++++++++---
 .../framework/SourceConnectorFactory.java          |   6 +-
 .../query/adhoc/JdbcPushDownConnectionManager.java |  23 ++--
 .../kylin/query/adhoc/PushDownRunnerJdbcImpl.java  |  10 +-
 .../apache/kylin/query/util/PushDownExecutor.java  | 128 +++++++++++++++++++++
 .../org/apache/kylin/query/util/PushDownUtil.java  |  86 +++-----------
 .../org/apache/kylin/query/util/QueryUtil.java     |   6 +-
 7 files changed, 241 insertions(+), 100 deletions(-)
 create mode 100644 query/src/main/java/org/apache/kylin/query/util/PushDownExecutor.java