Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
miland-db committed Nov 26, 2024
1 parent 7ec5040 commit a0cd11a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package org.apache.spark.sql.scripting
import org.apache.spark.SparkException
import org.apache.spark.sql.{DataFrame, SparkSession}
import org.apache.spark.sql.catalyst.expressions.Expression
import org.apache.spark.sql.catalyst.plans.logical.{CommandResult, CompoundBody, MultiResult}
import org.apache.spark.sql.catalyst.plans.logical.{CommandResult, CompoundBody}

/**
* SQL scripting executor - executes script and returns result statements.
Expand Down

0 comments on commit a0cd11a

Please sign in to comment.