You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by am...@apache.org on 2015/12/01 08:30:10 UTC

drill git commit: DRILL-4146: Concurrent queries hang in planner. Fix is in Calcite (CALCITE-874).

Repository: drill
Updated Branches:
  refs/heads/master ff76078b6 -> 53e7a696f


DRILL-4146: Concurrent queries hang in planner.  Fix is in Calcite (CALCITE-874).

close apache/drill#285


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

Branch: refs/heads/master
Commit: 53e7a696f1e4bb9f879730deb82d3b705f990d43
Parents: ff76078
Author: Aman Sinha <as...@maprtech.com>
Authored: Mon Nov 30 17:48:46 2015 -0800
Committer: Aman Sinha <as...@maprtech.com>
Committed: Mon Nov 30 23:28:30 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/drill/blob/53e7a696/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4a75fbc..b2f2507 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1270,7 +1270,7 @@
           <dependency>
             <groupId>org.apache.calcite</groupId>
             <artifactId>calcite-core</artifactId>
-            <version>1.4.0-drill-r9</version>
+            <version>1.4.0-drill-r10</version>
             <exclusions>
               <exclusion>
                 <groupId>org.jgrapht</groupId>