This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new a9d0c2b02 fix merge conflict (#2962)
a9d0c2b02 is described below

commit a9d0c2b02a491a9c199d3dd86d268a336d70a404
Author: Andy Grove <[email protected]>
AuthorDate: Mon Dec 22 18:58:07 2025 -0700

    fix merge conflict (#2962)
---
 spark/src/test/scala/org/apache/comet/CometCastSuite.scala | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spark/src/test/scala/org/apache/comet/CometCastSuite.scala 
b/spark/src/test/scala/org/apache/comet/CometCastSuite.scala
index a7bd6febf..6f58811f8 100644
--- a/spark/src/test/scala/org/apache/comet/CometCastSuite.scala
+++ b/spark/src/test/scala/org/apache/comet/CometCastSuite.scala
@@ -33,6 +33,7 @@ import org.apache.spark.sql.functions.col
 import org.apache.spark.sql.internal.SQLConf
 import org.apache.spark.sql.types.{ArrayType, BooleanType, ByteType, DataType, 
DataTypes, DecimalType, IntegerType, LongType, ShortType, StringType, 
StructField, StructType}
 
+import org.apache.comet.CometSparkSessionExtensions.isSpark40Plus
 import org.apache.comet.expressions.{CometCast, CometEvalMode}
 import org.apache.comet.rules.CometScanTypeChecker
 import org.apache.comet.serde.Compatible


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to