@@ -893,11 +893,7 @@ index b5b34922694..a72403780c4 100644
893
893
protected val baseResourcePath = {
894
894
// use the same way as `SQLQueryTestSuite` to get the resource path
895
895
diff --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
- =======
899
896
index 525d97e4998..843f0472c23 100644
900
- >>>>>>> Stashed changes
901
897
--- a/sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
902
898
+++ b/sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
903
899
@@ -1508,7 +1508,8 @@ class SQLQuerySuite extends QueryTest with SharedSparkSession with AdaptiveSpark
@@ -916,13 +912,6 @@ index 525d97e4998..843f0472c23 100644
916
912
test("SPARK-39166: Query context of binary arithmetic should be serialized to executors" +
917
913
- " when WSCG is off") {
918
914
+ " 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
- =======
926
915
+ IgnoreComet("https://github.com/apache/datafusion-comet/issues/2215")) {
927
916
withSQLConf(SQLConf.WHOLESTAGE_CODEGEN_ENABLED.key -> "false",
928
917
SQLConf.ANSI_ENABLED.key -> "true") {
@@ -938,7 +927,6 @@ index 525d97e4998..843f0472c23 100644
938
927
SQLConf.ANSI_ENABLED.key -> "true") {
939
928
withTable("t") {
940
929
@@ -4467,14 +4470,19 @@ class SQLQuerySuite extends QueryTest with SharedSparkSession with AdaptiveSpark
941
- >>>>>>> Stashed changes
942
930
val msg = intercept[SparkException] {
943
931
sql(query).collect()
944
932
}.getMessage
@@ -956,11 +944,7 @@ index 525d97e4998..843f0472c23 100644
956
944
test("SPARK-39190,SPARK-39208,SPARK-39210: Query context of decimal overflow error should " +
957
945
- "be serialized to executors when WSCG is off") {
958
946
+ "be serialized to executors when WSCG is off",
959
- <<<<<<< Updated upstream
960
- + IgnoreComet("ignore comet https://github.com/apache/datafusion-comet/issues/2215")) {
961
- =======
962
947
+ IgnoreComet("https://github.com/apache/datafusion-comet/issues/2215")) {
963
- >>>>>>> Stashed changes
964
948
withSQLConf(SQLConf.WHOLESTAGE_CODEGEN_ENABLED.key -> "false",
965
949
SQLConf.ANSI_ENABLED.key -> "true") {
966
950
withTable("t") {
0 commit comments