File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
spark/src/test/scala/org/apache/comet Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ import org.apache.spark.sql.internal.SQLConf
4141import org .apache .spark .sql .internal .SQLConf .SESSION_LOCAL_TIMEZONE
4242import org .apache .spark .sql .types ._
4343
44- import org .apache .comet .CometSparkSessionExtensions .{ isSpark35Plus , isSpark40Plus }
44+ import org .apache .comet .CometSparkSessionExtensions .isSpark40Plus
4545
4646class 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
You can’t perform that action at this time.
0 commit comments