Skip to content

Commit f6e1520

Browse files
committed
rebase_main
1 parent a740ee3 commit f6e1520

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import org.apache.spark.sql.internal.SQLConf
4141
import org.apache.spark.sql.internal.SQLConf.SESSION_LOCAL_TIMEZONE
4242
import org.apache.spark.sql.types._
4343

44-
import org.apache.comet.CometSparkSessionExtensions.{isSpark35Plus, isSpark40Plus}
44+
import org.apache.comet.CometSparkSessionExtensions.isSpark40Plus
4545

4646
class CometExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelper {
4747
import testImplicits._
@@ -466,8 +466,7 @@ class CometExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelper {
466466
test("ANSI support for divide") {
467467
assume(isSpark40Plus)
468468
val data = Seq((Integer.MIN_VALUE, 0))
469-
withSQLConf(
470-
SQLConf.ANSI_ENABLED.key -> "true") {
469+
withSQLConf(SQLConf.ANSI_ENABLED.key -> "true") {
471470
withParquetTable(data, "tbl") {
472471
val res = spark.sql("""
473472
|SELECT

0 commit comments

Comments
 (0)