@@ -39,7 +39,7 @@ index 6df8bc85b51..dabb75e2b75 100644
3939 withSpark(sc) { sc =>
4040 TestUtils.waitUntilExecutorsUp(sc, 2, 60000)
4141diff --git a/pom.xml b/pom.xml
42- index dc757d78812..10f7b202e71 100644
42+ index dc201151999..3e278cfb34c 100644
4343--- a/pom.xml
4444+++ b/pom.xml
4545@@ -152,6 +152,8 @@
@@ -78,7 +78,7 @@ index dc757d78812..10f7b202e71 100644
7878 <dependency>
7979 <groupId>org.apache.datasketches</groupId>
8080diff --git a/sql/core/pom.xml b/sql/core/pom.xml
81- index d2d07a08aa9..d89f80e5b68 100644
81+ index c25b83c355b..5e23b863dcf 100644
8282--- a/sql/core/pom.xml
8383+++ b/sql/core/pom.xml
8484@@ -97,6 +97,10 @@
@@ -392,7 +392,7 @@ index 0d807aeae4d..6d7744e771b 100644
392392
393393 withTempView("t0", "t1", "t2") {
394394diff --git a/sql/core/src/test/scala/org/apache/spark/sql/DataFrameAggregateSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/DataFrameAggregateSuite.scala
395- index 0dfd37ebeae..66340218c7c 100644
395+ index bfe15b33768..55c23a38ccc 100644
396396--- a/sql/core/src/test/scala/org/apache/spark/sql/DataFrameAggregateSuite.scala
397397+++ b/sql/core/src/test/scala/org/apache/spark/sql/DataFrameAggregateSuite.scala
398398@@ -31,7 +31,7 @@ import org.apache.spark.sql.errors.DataTypeErrors.toSQLId
@@ -695,10 +695,10 @@ index e1a2fd33c7c..632f4b695df 100644
695695 }
696696 assert(scanOption.isDefined)
697697diff --git a/sql/core/src/test/scala/org/apache/spark/sql/ExplainSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/ExplainSuite.scala
698- index b27122a8de2..3c690dbe788 100644
698+ index 4c62c47971a..ecc7ed21546 100644
699699--- a/sql/core/src/test/scala/org/apache/spark/sql/ExplainSuite.scala
700700+++ b/sql/core/src/test/scala/org/apache/spark/sql/ExplainSuite.scala
701- @@ -267 ,7 +267 ,8 @@ class ExplainSuite extends ExplainSuiteHelper with DisableAdaptiveExecutionSuite
701+ @@ -268 ,7 +268 ,8 @@ class ExplainSuite extends ExplainSuiteHelper with DisableAdaptiveExecutionSuite
702702 }
703703 }
704704
@@ -708,7 +708,7 @@ index b27122a8de2..3c690dbe788 100644
708708 withSQLConf(SQLConf.WHOLESTAGE_CODEGEN_ENABLED.key -> "true") {
709709 withTempView("df") {
710710 val df1 = spark.range(1, 100)
711- @@ -470 ,7 +471 ,8 @@ class ExplainSuite extends ExplainSuiteHelper with DisableAdaptiveExecutionSuite
711+ @@ -471 ,7 +472 ,8 @@ class ExplainSuite extends ExplainSuiteHelper with DisableAdaptiveExecutionSuite
712712 }
713713 }
714714
@@ -718,7 +718,7 @@ index b27122a8de2..3c690dbe788 100644
718718 withTempDir { dir =>
719719 Seq("parquet", "orc", "csv", "json").foreach { fmt =>
720720 val basePath = dir.getCanonicalPath + "/" + fmt
721- @@ -548 ,7 +550 ,9 @@ class ExplainSuite extends ExplainSuiteHelper with DisableAdaptiveExecutionSuite
721+ @@ -549 ,7 +551 ,9 @@ class ExplainSuite extends ExplainSuiteHelper with DisableAdaptiveExecutionSuite
722722 }
723723 }
724724
@@ -1232,7 +1232,7 @@ index d7b2511eac2..d5f5b940b94 100644
12321232 val session = classic.SparkSession.builder().sparkContext(sc).getOrCreate()
12331233 import session.implicits._
12341234diff --git a/sql/core/src/test/scala/org/apache/spark/sql/StringFunctionsSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/StringFunctionsSuite.scala
1235- index ff0ee19ae97..01958e0c45b 100644
1235+ index 7bfc8cf4fa6..7a425b74184 100644
12361236--- a/sql/core/src/test/scala/org/apache/spark/sql/StringFunctionsSuite.scala
12371237+++ b/sql/core/src/test/scala/org/apache/spark/sql/StringFunctionsSuite.scala
12381238@@ -17,6 +17,8 @@
@@ -1393,7 +1393,7 @@ index fee375db10a..8c2c24e2c5f 100644
13931393 val v = VariantBuilder.parseJson(s, false)
13941394 new VariantVal(v.getValue, v.getMetadata)
13951395diff --git a/sql/core/src/test/scala/org/apache/spark/sql/collation/CollationSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/collation/CollationSuite.scala
1396- index 6cdf681d65c..34a0e3714bd 100644
1396+ index 8f7a68bcbe6..88dbe1793c9 100644
13971397--- a/sql/core/src/test/scala/org/apache/spark/sql/collation/CollationSuite.scala
13981398+++ b/sql/core/src/test/scala/org/apache/spark/sql/collation/CollationSuite.scala
13991399@@ -26,6 +26,8 @@ import org.apache.spark.sql.{AnalysisException, Row}
@@ -1549,7 +1549,7 @@ index 2a0ab21ddb0..6030e7c2b9b 100644
15491549 } finally {
15501550 spark.listenerManager.unregister(listener)
15511551diff --git a/sql/core/src/test/scala/org/apache/spark/sql/connector/KeyGroupedPartitioningSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/connector/KeyGroupedPartitioningSuite.scala
1552- index 7c830bf6c6e..6d9c643d83e 100644
1552+ index 122c511bf83..9bea26c5225 100644
15531553--- a/sql/core/src/test/scala/org/apache/spark/sql/connector/KeyGroupedPartitioningSuite.scala
15541554+++ b/sql/core/src/test/scala/org/apache/spark/sql/connector/KeyGroupedPartitioningSuite.scala
15551555@@ -24,6 +24,8 @@ import org.apache.spark.sql.{DataFrame, Row}
@@ -1562,7 +1562,7 @@ index 7c830bf6c6e..6d9c643d83e 100644
15621562 import org.apache.spark.sql.connector.catalog.functions._
15631563 import org.apache.spark.sql.connector.distributions.Distributions
15641564@@ -32,7 +34,7 @@ import org.apache.spark.sql.connector.expressions.Expressions._
1565- import org.apache.spark.sql.execution.SparkPlan
1565+ import org.apache.spark.sql.execution.{RDDScanExec, SparkPlan}
15661566 import org.apache.spark.sql.execution.datasources.v2.BatchScanExec
15671567 import org.apache.spark.sql.execution.datasources.v2.DataSourceV2ScanRelation
15681568- import org.apache.spark.sql.execution.exchange.ShuffleExchangeExec
@@ -1596,7 +1596,7 @@ index 7c830bf6c6e..6d9c643d83e 100644
15961596 }
15971597
15981598diff --git a/sql/core/src/test/scala/org/apache/spark/sql/connector/WriteDistributionAndOrderingSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/connector/WriteDistributionAndOrderingSuite.scala
1599- index 7c4852c5e22..d1a34456bdc 100644
1599+ index ede5d285932..c9a8abb5a94 100644
16001600--- a/sql/core/src/test/scala/org/apache/spark/sql/connector/WriteDistributionAndOrderingSuite.scala
16011601+++ b/sql/core/src/test/scala/org/apache/spark/sql/connector/WriteDistributionAndOrderingSuite.scala
16021602@@ -21,7 +21,7 @@ package org.apache.spark.sql.connector
@@ -1605,10 +1605,10 @@ index 7c4852c5e22..d1a34456bdc 100644
16051605
16061606- import org.apache.spark.sql.{catalyst, AnalysisException, DataFrame, Row}
16071607+ import org.apache.spark.sql.{catalyst, AnalysisException, DataFrame, IgnoreCometSuite, Row}
1608- import org.apache.spark.sql.catalyst.expressions.{ApplyFunctionExpression, Cast, Literal}
1608+ import org.apache.spark.sql.catalyst.expressions.{ApplyFunctionExpression, Cast, Literal, TransformExpression }
16091609 import org.apache.spark.sql.catalyst.expressions.objects.Invoke
16101610 import org.apache.spark.sql.catalyst.plans.physical
1611- @@ -45 ,7 +45 ,8 @@ import org.apache.spark.sql.util.QueryExecutionListener
1611+ @@ -46 ,7 +46 ,8 @@ import org.apache.spark.sql.util.QueryExecutionListener
16121612 import org.apache.spark.tags.SlowSQLTest
16131613
16141614 @SlowSQLTest
@@ -2845,7 +2845,7 @@ index 6b73cc8618d..e67aaeff9df 100644
28452845 case _ => assert(false, "Can not match ParquetTable in the query.")
28462846 }
28472847diff --git a/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetIOSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetIOSuite.scala
2848- index 3072657a095..599d169cf8a 100644
2848+ index 6ba790deddf..34b2f424c8f 100644
28492849--- a/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetIOSuite.scala
28502850+++ b/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetIOSuite.scala
28512851@@ -40,6 +40,7 @@ import org.apache.parquet.schema.{MessageType, MessageTypeParser}
@@ -2856,7 +2856,7 @@ index 3072657a095..599d169cf8a 100644
28562856 import org.apache.spark.sql.catalyst.InternalRow
28572857 import org.apache.spark.sql.catalyst.expressions.{Attribute, GenericInternalRow, UnsafeRow}
28582858 import org.apache.spark.sql.catalyst.util.{DateTimeConstants, DateTimeUtils}
2859- @@ -953 ,7 +954 ,8 @@ class ParquetIOSuite extends QueryTest with ParquetTest with SharedSparkSession
2859+ @@ -971 ,7 +972 ,8 @@ class ParquetIOSuite extends QueryTest with ParquetTest with SharedSparkSession
28602860 }
28612861 }
28622862
@@ -2866,7 +2866,7 @@ index 3072657a095..599d169cf8a 100644
28662866 val data = Seq(
28672867 Tuple1((null, null)),
28682868 Tuple1((null, null)),
2869- @@ -1567 ,7 +1569 ,8 @@ class ParquetIOSuite extends QueryTest with ParquetTest with SharedSparkSession
2869+ @@ -1585 ,7 +1587 ,8 @@ class ParquetIOSuite extends QueryTest with ParquetTest with SharedSparkSession
28702870 }
28712871 }
28722872
@@ -3230,7 +3230,7 @@ index 38e5b15465b..ca3e8fef27a 100644
32303230
32313231 testWithColumnFamilies("RocksDBStateStore",
32323232diff --git a/sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/StateStoreSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/StateStoreSuite.scala
3233- index e839ccd35ec..d182aa07b44 100644
3233+ index 232332a6575..324afe9ebb7 100644
32343234--- a/sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/StateStoreSuite.scala
32353235+++ b/sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/StateStoreSuite.scala
32363236@@ -32,7 +32,8 @@ import org.apache.hadoop.conf.Configuration
@@ -3595,7 +3595,7 @@ index 465da3cd469..92ac998929d 100644
35953595
35963596 val aggregateExecsWithoutPartialAgg = allAggregateExecs.filter {
35973597diff --git a/sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingJoinSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingJoinSuite.scala
3598- index 22028a585e2..20c6b7c796a 100644
3598+ index 6cdca9fb530..6542bc8dced 100644
35993599--- a/sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingJoinSuite.scala
36003600+++ b/sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamingJoinSuite.scala
36013601@@ -34,7 +34,7 @@ import org.apache.spark.sql.{DataFrame, Row, SparkSession}
@@ -3775,10 +3775,10 @@ index f0f3f94b811..b7d18771314 100644
37753775
37763776 spark.internalCreateDataFrame(withoutFilters.execute(), schema)
37773777diff --git a/sql/core/src/test/scala/org/apache/spark/sql/test/SharedSparkSession.scala b/sql/core/src/test/scala/org/apache/spark/sql/test/SharedSparkSession.scala
3778- index 245219c1756..b566f970ccd 100644
3778+ index 720b13b812e..71b20c79a12 100644
37793779--- a/sql/core/src/test/scala/org/apache/spark/sql/test/SharedSparkSession.scala
37803780+++ b/sql/core/src/test/scala/org/apache/spark/sql/test/SharedSparkSession.scala
3781- @@ -75 ,6 +75 ,21 @@ trait SharedSparkSessionBase
3781+ @@ -98 ,6 +98 ,21 @@ trait SharedSparkSessionBase
37823782 // this rule may potentially block testing of other optimization rules such as
37833783 // ConstantPropagation etc.
37843784 .set(SQLConf.OPTIMIZER_EXCLUDED_RULES.key, ConvertToLocalRelation.ruleName)
0 commit comments