@@ -893,11 +893,7 @@ index b5b34922694..a72403780c4 100644
893893 protected val baseResourcePath = {
894894 // use the same way as `SQLQueryTestSuite` to get the resource path
895895diff --git a/sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
896- <<<<<<< Updated upstream
897- index 525d97e4998..9c609e4bcd7 100644
898- =======
899896index 525d97e4998..843f0472c23 100644
900- >>>>>>> Stashed changes
901897--- a/sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
902898+++ b/sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
903899@@ -1508,7 +1508,8 @@ class SQLQuerySuite extends QueryTest with SharedSparkSession with AdaptiveSpark
@@ -916,13 +912,6 @@ index 525d97e4998..843f0472c23 100644
916912 test("SPARK-39166: Query context of binary arithmetic should be serialized to executors" +
917913- " when WSCG is off") {
918914+ " when WSCG is off",
919- <<<<<<< Updated upstream
920- + IgnoreComet("ignore comet https://github.com/apache/datafusion-comet/issues/2215")) {
921- withSQLConf(SQLConf.WHOLESTAGE_CODEGEN_ENABLED.key -> "false",
922- SQLConf.ANSI_ENABLED.key -> "true") {
923- withTable("t") {
924- @@ -4467,14 +4469,19 @@ class SQLQuerySuite extends QueryTest with SharedSparkSession with AdaptiveSpark
925- =======
926915+ IgnoreComet("https://github.com/apache/datafusion-comet/issues/2215")) {
927916 withSQLConf(SQLConf.WHOLESTAGE_CODEGEN_ENABLED.key -> "false",
928917 SQLConf.ANSI_ENABLED.key -> "true") {
@@ -938,7 +927,6 @@ index 525d97e4998..843f0472c23 100644
938927 SQLConf.ANSI_ENABLED.key -> "true") {
939928 withTable("t") {
940929@@ -4467,14 +4470,19 @@ class SQLQuerySuite extends QueryTest with SharedSparkSession with AdaptiveSpark
941- >>>>>>> Stashed changes
942930 val msg = intercept[SparkException] {
943931 sql(query).collect()
944932 }.getMessage
@@ -956,11 +944,7 @@ index 525d97e4998..843f0472c23 100644
956944 test("SPARK-39190,SPARK-39208,SPARK-39210: Query context of decimal overflow error should " +
957945- "be serialized to executors when WSCG is off") {
958946+ "be serialized to executors when WSCG is off",
959- <<<<<<< Updated upstream
960- + IgnoreComet("ignore comet https://github.com/apache/datafusion-comet/issues/2215")) {
961- =======
962947+ IgnoreComet("https://github.com/apache/datafusion-comet/issues/2215")) {
963- >>>>>>> Stashed changes
964948 withSQLConf(SQLConf.WHOLESTAGE_CODEGEN_ENABLED.key -> "false",
965949 SQLConf.ANSI_ENABLED.key -> "true") {
966950 withTable("t") {
0 commit comments