Skip to content

Commit d0c4578

Browse files
Tmux typo.
1 parent 0ecea46 commit d0c4578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class HiveContext(sc: SparkContext) extends SQLContext(sc) {
172172
/**
173173
* Execute the command using Hive and return the results as a sequence. Each element
174174
* in the sequence is one row.
175-
*/ `````
175+
*/
176176
protected def runHive(cmd: String, maxRows: Int = 1000): Seq[String] = {
177177
try {
178178
val cmd_trimmed: String = cmd.trim()

0 commit comments

Comments
 (0)