Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Apr 19, 2024
1 parent 3e7f273 commit 53719d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spark/src/test/scala/org/apache/comet/CometCastSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,12 @@
package org.apache.comet

import java.io.File
import java.sql.SQLException

import scala.util.Random

import org.apache.spark.SparkException
import org.apache.spark.sql.{CometTestBase, DataFrame, SaveMode}
import org.apache.spark.sql.execution.adaptive.AdaptiveSparkPlanHelper
import org.apache.spark.sql.functions.{col, exp, expr}
import org.apache.spark.sql.functions.col
import org.apache.spark.sql.internal.SQLConf
import org.apache.spark.sql.types.{DataType, DataTypes}

Expand Down

0 comments on commit 53719d6

Please sign in to comment.