Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
miland-db committed Aug 13, 2024
1 parent ff0f330 commit a81a64e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
package org.apache.spark.sql.scripting

import scala.collection.mutable

import org.apache.spark.{SparkException, SparkThrowable}
import org.apache.spark.internal.Logging
import org.apache.spark.sql.catalyst.parser.SingleStatement
import org.apache.spark.sql.{Dataset, Row, SparkSession}
import org.apache.spark.sql.catalyst.plans.logical.{DropVariable, LogicalPlan}
import org.apache.spark.sql.catalyst.trees.{Origin, WithOrigin}
Expand Down

0 comments on commit a81a64e

Please sign in to comment.