huaxingao commented on code in PR #37643:
URL: https://github.com/apache/spark/pull/37643#discussion_r953915403


##########
sql/core/src/test/scala/org/apache/spark/sql/DynamicPartitionPruningSuite.scala:
##########
@@ -1807,8 +1807,7 @@ class DynamicPartitionPruningV2SuiteAEOn extends 
DynamicPartitionPruningV2Suite
   with EnableAdaptiveExecutionSuite
 
 abstract class DynamicPartitionPruningV2FilterSuite
-    extends DynamicPartitionPruningDataSourceSuiteBase {
-  override protected def runAnalyzeColumnCommands: Boolean = false
+    extends DynamicPartitionPruningV2Suite {
 
   override protected def initState(): Unit = {
     spark.conf.set("spark.sql.catalog.testcat", 
classOf[InMemoryTableWithV2FilterCatalog].getName)

Review Comment:
   Changed. Thanks



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to