This is an automated email from the ASF dual-hosted git repository.
sneethir pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/master by this push:
new c644abf RANGER-3560: Upgrade kylin version to 2.6.6
new 0f6f4d0 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/ranger
c644abf is described below
commit c644abfd54cdb92019f54dd468d0240100da5451
Author: pradeep <[email protected]>
AuthorDate: Wed Dec 22 20:58:26 2021 +0530
RANGER-3560: Upgrade kylin version to 2.6.6
Signed-off-by: Selvamohan Neethiraj <[email protected]>
---
plugin-kylin/pom.xml | 5 +++++
pom.xml | 2 +-
ranger-kylin-plugin-shim/pom.xml | 5 +++++
3 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/plugin-kylin/pom.xml b/plugin-kylin/pom.xml
index 9e6b0c9..570df4a 100644
--- a/plugin-kylin/pom.xml
+++ b/plugin-kylin/pom.xml
@@ -47,6 +47,11 @@
<artifactId>mockito-core</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.calcite</groupId>
+ <artifactId>calcite-linq4j</artifactId>
+ <version>1.16.0</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.kylin</groupId>
<artifactId>kylin-server-base</artifactId>
<version>${kylin.version}</version>
diff --git a/pom.xml b/pom.xml
index 5c621a5..0e9abc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
<kafka.version>2.5.0</kafka.version>
<kerby.version>1.0.0</kerby.version>
<knox.gateway.version>1.4.0</knox.gateway.version>
- <kylin.version>2.6.4</kylin.version>
+ <kylin.version>2.6.6</kylin.version>
<libpam4j.version>1.10</libpam4j.version>
<local.lib.dir>${project.basedir}/../lib/local</local.lib.dir>
<log4j.version>1.2.17</log4j.version>
diff --git a/ranger-kylin-plugin-shim/pom.xml b/ranger-kylin-plugin-shim/pom.xml
index 65410fd..e567592 100644
--- a/ranger-kylin-plugin-shim/pom.xml
+++ b/ranger-kylin-plugin-shim/pom.xml
@@ -33,6 +33,11 @@
</parent>
<dependencies>
<dependency>
+ <groupId>org.apache.calcite</groupId>
+ <artifactId>calcite-linq4j</artifactId>
+ <version>1.16.0</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.kylin</groupId>
<artifactId>kylin-server-base</artifactId>
<version>${kylin.version}</version>