You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by jn...@apache.org on 2016/07/18 20:32:01 UTC

drill git commit: DRILL-4715: Fix IOBE for concurrent query planning by applying fix of CALCITE-1009.

Repository: drill
Updated Branches:
  refs/heads/master ba2280612 -> 70aba772a


DRILL-4715: Fix IOBE for concurrent query planning by applying fix of CALCITE-1009.

Fix is done in CALCITE-1009, thanks to huntersjm(huntersjm@163.com)'s analysis.


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/70aba772
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/70aba772
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/70aba772

Branch: refs/heads/master
Commit: 70aba772a9434e0703078bddb47008f35cffb8bf
Parents: ba22806
Author: Jinfeng Ni <jn...@apache.org>
Authored: Mon Jul 18 12:01:31 2016 -0700
Committer: Jinfeng Ni <jn...@apache.org>
Committed: Mon Jul 18 13:25:42 2016 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/70aba772/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8fc0841..0f9d4c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>