aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorVolodymyr Vysotskyi <vvovyk@gmail.com>2018-05-18 15:54:16 +0300
committerVitalii Diravka <vitalii.diravka@gmail.com>2018-06-22 15:13:27 +0300
commit502d2977092eecda0a4aa0482b5f96459c315227 (patch)
tree8c839a89f6de1c06657810cfe16f13531dd874d3 /pom.xml
parentb447260e49dc4a8c906f5b310c037fe6dd77166f (diff)
DRILL-5188: Expand sub-queries using rules
- Add check for agg with group by literal - Allow NLJ for limit 1 - Implement single_value aggregate function closes #1321
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 242b134dd..f69288e41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
<dep.guava.version>18.0</dep.guava.version>
<forkCount>2</forkCount>
<parquet.version>1.10.0</parquet.version>
- <calcite.version>1.16.0-drill-r3</calcite.version>
+ <calcite.version>1.16.0-drill-r4</calcite.version>
<avatica.version>1.11.0</avatica.version>
<janino.version>2.7.6</janino.version>
<sqlline.version>1.1.9-drill-r7</sqlline.version>