From e1096291e9847f5baa19556632226a99d25e4660 Mon Sep 17 00:00:00 2001 From: lxian2shell Date: Tue, 24 Sep 2019 14:22:37 +0800 Subject: [PATCH] #60 update janino version to 2.7.7 (#61) * update janino version to 2.7.7 * r9 --- cassandra/pom.xml | 4 ++-- core/pom.xml | 4 ++-- druid/pom.xml | 4 ++-- elasticsearch2/pom.xml | 4 ++-- elasticsearch5/pom.xml | 4 ++-- example/csv/pom.xml | 4 ++-- example/function/pom.xml | 4 ++-- example/pom.xml | 4 ++-- file/pom.xml | 4 ++-- geode/pom.xml | 4 ++-- linq4j/pom.xml | 4 ++-- mongodb/pom.xml | 4 ++-- pig/pom.xml | 4 ++-- piglet/pom.xml | 4 ++-- plus/pom.xml | 4 ++-- pom.xml | 4 ++-- server/pom.xml | 4 ++-- spark/pom.xml | 4 ++-- splunk/pom.xml | 4 ++-- ubenchmark/pom.xml | 2 +- 20 files changed, 39 insertions(+), 39 deletions(-) diff --git a/cassandra/pom.xml b/cassandra/pom.xml index 948030d50fd0..596763626a1f 100644 --- a/cassandra/pom.xml +++ b/cassandra/pom.xml @@ -20,12 +20,12 @@ limitations under the License. org.apache.calcite calcite - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 calcite-cassandra jar - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 Calcite Cassandra Cassandra adapter for Calcite diff --git a/core/pom.xml b/core/pom.xml index 3407fb9b0a8d..5a1cebc18433 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -20,12 +20,12 @@ limitations under the License. org.apache.calcite calcite - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 calcite-core jar - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 Calcite Core Core Calcite APIs and engine. diff --git a/druid/pom.xml b/druid/pom.xml index 2ffb59f2bddf..476b7a4fb502 100644 --- a/druid/pom.xml +++ b/druid/pom.xml @@ -20,12 +20,12 @@ limitations under the License. org.apache.calcite calcite - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 calcite-druid jar - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 Calcite Druid Druid adapter for Calcite diff --git a/elasticsearch2/pom.xml b/elasticsearch2/pom.xml index 80e3308d8a03..cf4a0a242c87 100644 --- a/elasticsearch2/pom.xml +++ b/elasticsearch2/pom.xml @@ -21,12 +21,12 @@ limitations under the License. org.apache.calcite calcite - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 calcite-elasticsearch2 jar - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 Calcite Elasticsearch Elasticsearch adapter for Calcite diff --git a/elasticsearch5/pom.xml b/elasticsearch5/pom.xml index 67c8b9a593fa..2ef4114ff879 100644 --- a/elasticsearch5/pom.xml +++ b/elasticsearch5/pom.xml @@ -21,12 +21,12 @@ limitations under the License. org.apache.calcite calcite - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 calcite-elasticsearch5 jar - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 Calcite Elasticsearch5 Elasticsearch5 adapter for Calcite diff --git a/example/csv/pom.xml b/example/csv/pom.xml index 0cce076c5f5d..ea4e71f77647 100644 --- a/example/csv/pom.xml +++ b/example/csv/pom.xml @@ -20,12 +20,12 @@ limitations under the License. org.apache.calcite calcite-example - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 calcite-example-csv jar - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 Calcite Example CSV An example Calcite provider that reads CSV files diff --git a/example/function/pom.xml b/example/function/pom.xml index c273b401baeb..9637ae67ac01 100644 --- a/example/function/pom.xml +++ b/example/function/pom.xml @@ -20,12 +20,12 @@ limitations under the License. org.apache.calcite calcite-example - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 calcite-example-function jar - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 Calcite Example Function Examples of user-defined Calcite functions diff --git a/example/pom.xml b/example/pom.xml index fc32e20a32d9..fb97729fa5ed 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -20,13 +20,13 @@ limitations under the License. org.apache.calcite calcite - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 calcite-example pom - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 Calcite Examples Calcite examples diff --git a/file/pom.xml b/file/pom.xml index 270c744005c7..d9f61c710d52 100644 --- a/file/pom.xml +++ b/file/pom.xml @@ -19,13 +19,13 @@ limitations under the License. org.apache.calcite calcite - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 calcite-file jar - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 Calcite File Calcite provider that reads files and URIs diff --git a/geode/pom.xml b/geode/pom.xml index 3f4e8fea0f6c..d5ab31117361 100644 --- a/geode/pom.xml +++ b/geode/pom.xml @@ -20,12 +20,12 @@ limitations under the License. org.apache.calcite calcite - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 calcite-geode jar - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 Calcite Geode Geode adapter for Calcite diff --git a/linq4j/pom.xml b/linq4j/pom.xml index 4c07f2f0443d..d52d4a0f509a 100644 --- a/linq4j/pom.xml +++ b/linq4j/pom.xml @@ -20,12 +20,12 @@ limitations under the License. org.apache.calcite calcite - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 calcite-linq4j jar - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 Calcite Linq4j Calcite APIs for LINQ (Language-Integrated Query) in Java diff --git a/mongodb/pom.xml b/mongodb/pom.xml index 4390b24f950f..e6705c079bc0 100644 --- a/mongodb/pom.xml +++ b/mongodb/pom.xml @@ -20,12 +20,12 @@ limitations under the License. org.apache.calcite calcite - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 calcite-mongodb jar - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 Calcite MongoDB MongoDB adapter for Calcite diff --git a/pig/pom.xml b/pig/pom.xml index ecb3f99303bf..cb5e6f8d5516 100644 --- a/pig/pom.xml +++ b/pig/pom.xml @@ -20,12 +20,12 @@ limitations under the License. org.apache.calcite calcite - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 calcite-pig jar - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 Calcite Pig Pig adapter for Calcite diff --git a/piglet/pom.xml b/piglet/pom.xml index 0a988c63e61f..5479332b438e 100644 --- a/piglet/pom.xml +++ b/piglet/pom.xml @@ -20,12 +20,12 @@ limitations under the License. org.apache.calcite calcite - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 calcite-piglet jar - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 Calcite Piglet Pig-like language built on top of Calcite algebra diff --git a/plus/pom.xml b/plus/pom.xml index 25b08b216630..93bc94a93cca 100644 --- a/plus/pom.xml +++ b/plus/pom.xml @@ -20,12 +20,12 @@ limitations under the License. org.apache.calcite calcite - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 calcite-plus jar - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 Calcite Plus Miscellaneous extras for Calcite diff --git a/pom.xml b/pom.xml index 13444e01ca77..df000b679075 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.apache.calcite calcite pom - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 Calcite @@ -93,7 +93,7 @@ limitations under the License. 0.3 0.4 2.9.4 - 2.7.6 + 2.7.7 1.1.1 2.4 1.0-1 diff --git a/server/pom.xml b/server/pom.xml index 3030bd33bd37..73797836d47e 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -20,12 +20,12 @@ limitations under the License. org.apache.calcite calcite - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 calcite-server jar - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 Calcite Server Calcite Server diff --git a/spark/pom.xml b/spark/pom.xml index 52d842a969f6..2be9cb009a73 100644 --- a/spark/pom.xml +++ b/spark/pom.xml @@ -20,12 +20,12 @@ limitations under the License. org.apache.calcite calcite - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 calcite-spark jar - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 Calcite Spark diff --git a/splunk/pom.xml b/splunk/pom.xml index fc1610abcca2..ab0b1ff47652 100644 --- a/splunk/pom.xml +++ b/splunk/pom.xml @@ -20,12 +20,12 @@ limitations under the License. org.apache.calcite calcite - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 calcite-splunk jar - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9 Calcite Splunk Splunk adapter for Calcite; also a JDBC driver for Splunk diff --git a/ubenchmark/pom.xml b/ubenchmark/pom.xml index c81f376e4313..d7e3de595b48 100644 --- a/ubenchmark/pom.xml +++ b/ubenchmark/pom.xml @@ -20,7 +20,7 @@ limitations under the License. org.apache.calcite calcite - 1.16.0-kylin-3.x-r8 + 1.16.0-kylin-3.x-r9