Skip to content

Commit

Permalink
DRILL-4715: Fix IOBE for concurrent query planning by applying fix of…
Browse files Browse the repository at this point in the history
… CALCITE-1009.

Fix is done in CALCITE-1009, thanks to huntersjm(huntersjm@163.com)'s analysis.
  • Loading branch information
jinfengni committed Jul 18, 2016
1 parent ba22806 commit 70aba77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -1287,7 +1287,7 @@
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
<version>1.4.0-drill-r13</version>
<version>1.4.0-drill-r14</version>
<exclusions>
<exclusion>
<groupId>org.jgrapht</groupId>
Expand Down

0 comments on commit 70aba77

Please sign in to comment.