aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorArina Ielchiieva <arina.yelchiyeva@gmail.com>2017-09-07 18:15:14 +0300
committerPaul Rogers <progers@maprtech.com>2017-10-30 11:42:43 -0700
commit8eda4d7749c129c692f9e57db4c2a755a9139052 (patch)
tree9b78bf2dbd8b99d9a49728e7d585ca1c8eb04a6c /pom.xml
parente4938c0942e3906124b3f81f58fd7e95cc128844 (diff)
DRILL-5772: Enable UTF-8 support in query string by default
1. Bump up Drill Calcite version to in include CALCITE-2014 changes. 2. Add saffron.properties file to the Drill conf folder. 3. Add appopriate unit tests. closes #936
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2c0d16c7b..2d3a0ac07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
<dep.guava.version>18.0</dep.guava.version>
<forkCount>2</forkCount>
<parquet.version>1.8.1-drill-r0</parquet.version>
- <calcite.version>1.4.0-drill-r22</calcite.version>
+ <calcite.version>1.4.0-drill-r23</calcite.version>
<janino.version>2.7.6</janino.version>
<sqlline.version>1.1.9-drill-r7</sqlline.version>
<jackson.version>2.7.8</jackson.version>