Skip to content
Prev Previous commit
Next Next commit
remove empty line
  • Loading branch information
AngersZhuuuu committed Oct 16, 2019
commit 9f68ead52d9e0e55c7fe58493e15c968dfda879b
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ case class DropFunctionCommand(

override def run(sparkSession: SparkSession): Seq[Row] = {
val catalog = sparkSession.sessionState.catalog

if (isTemp) {
if (databaseName.isDefined) {
throw new AnalysisException(s"Specifying a database in DROP TEMPORARY FUNCTION " +
Expand Down