aboutsummaryrefslogtreecommitdiff
path: root/exec/jdbc
diff options
context:
space:
mode:
authorTimothy Chen <tnachen@gmail.com>2014-09-21 23:54:40 -0700
committerSteven Phillips <sphillips@maprtech.com>2014-09-23 22:24:21 -0700
commit8def6e91489455c0ae670f49ef5ba51ef71b31bd (patch)
tree1e53ac7654039b05b6a0531039aa1b317665f45a /exec/jdbc
parent9bc71fc54b97b52ac5c7335247b6ca7887045fd2 (diff)
Patch for DRILL-705
Currently only supports partitioning/ordering, not yet preceding or after offsets
Diffstat (limited to 'exec/jdbc')
-rw-r--r--exec/jdbc/src/test/java/org/apache/drill/jdbc/test/TestJdbcDistQuery.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/jdbc/src/test/java/org/apache/drill/jdbc/test/TestJdbcDistQuery.java b/exec/jdbc/src/test/java/org/apache/drill/jdbc/test/TestJdbcDistQuery.java
index 0b5e6fc5d..b2f86ea22 100644
--- a/exec/jdbc/src/test/java/org/apache/drill/jdbc/test/TestJdbcDistQuery.java
+++ b/exec/jdbc/src/test/java/org/apache/drill/jdbc/test/TestJdbcDistQuery.java
@@ -207,7 +207,7 @@ public class TestJdbcDistQuery extends JdbcTest{
System.out.println();
}
- System.out.println(String.format("Query completed in %d millis.", watch.elapsed(TimeUnit.MILLISECONDS)));
+ System.out.println(String.format("Query completed in %d millis.", watch.elapsedMillis()));
}
System.out.println("\n\n\n");