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 0ecea46 commit d0c4578Copy full SHA for d0c4578
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala
@@ -172,7 +172,7 @@ class HiveContext(sc: SparkContext) extends SQLContext(sc) {
172
/**
173
* Execute the command using Hive and return the results as a sequence. Each element
174
* in the sequence is one row.
175
- */ `````
+ */
176
protected def runHive(cmd: String, maxRows: Int = 1000): Seq[String] = {
177
try {
178
val cmd_trimmed: String = cmd.trim()
0 commit comments