We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0410d09 commit 06cda0dCopy full SHA for 06cda0d
src/main/scala/org/apache/spark/sql/hbase/HBaseSQLCliDriver.scala
@@ -128,8 +128,8 @@ object HBaseSQLCliDriver extends Logging {
128
logInfo(s"Processing $input")
129
val start = System.currentTimeMillis()
130
val df = hbaseCtx.sql(input)
131
- val end = System.currentTimeMillis()
132
val str = df.showString(Integer.MAX_VALUE)
+ val end = System.currentTimeMillis()
133
println("OK")
134
if (!str.equals("++\n||\n++\n++\n")) println(str)
135
val timeTaken: Double = (end - start) / 1000.0
0 commit comments