Skip to content

Commit 06cda0d

Browse files
author
Jacky Li
committed
fix time
1 parent 0410d09 commit 06cda0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/org/apache/spark/sql/hbase/HBaseSQLCliDriver.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ object HBaseSQLCliDriver extends Logging {
128128
logInfo(s"Processing $input")
129129
val start = System.currentTimeMillis()
130130
val df = hbaseCtx.sql(input)
131-
val end = System.currentTimeMillis()
132131
val str = df.showString(Integer.MAX_VALUE)
132+
val end = System.currentTimeMillis()
133133
println("OK")
134134
if (!str.equals("++\n||\n++\n++\n")) println(str)
135135
val timeTaken: Double = (end - start) / 1000.0

0 commit comments

Comments
 (0)