Skip to content

Commit

Permalink
fix(build): Fix types.
Browse files Browse the repository at this point in the history
  • Loading branch information
Asmoday committed Jan 22, 2025
1 parent 10824d5 commit 7e1f203
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import org.apache.spark.SparkThrowable
import org.apache.spark.internal.Logging
import org.apache.spark.sql.SQLContext
import org.apache.spark.sql.catalyst.plans.logical.CommandResult
import org.apache.spark.sql.execution.{QueryExecution, QueryExecutionException, SQLExecution}
import org.apache.spark.sql.execution.{QueryExecution, SQLExecution}
import org.apache.spark.sql.execution.HiveResult.hiveResultString
import org.apache.spark.sql.internal.{SQLConf, VariableSubstitution}

Expand Down

0 comments on commit 7e1f203

Please sign in to comment.