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 4e858d8 commit 13c8e27Copy full SHA for 13c8e27
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala
@@ -216,7 +216,7 @@ private[hive] object HiveQl {
216
217
218
/** Returns a LogicalPlan for a given HiveQL string. */
219
- def parseSql(sql : String) = {
+ def parseSql(sql : String): LogicalPlan = {
220
try {
221
if (sql.trim.toLowerCase.startsWith("set")) {
222
// Split in two parts since we treat the part before the first "="
0 commit comments