wangyum commented on code in PR #37163:
URL: https://github.com/apache/spark/pull/37163#discussion_r918589988


##########
sql/hive/src/test/scala/org/apache/spark/sql/hive/DynamicPartitionPruningHiveScanSuite.scala:
##########
@@ -41,6 +42,16 @@ abstract class DynamicPartitionPruningHiveScanSuiteBase
       case _ => Nil
     }
   }
+
+  override protected def beforeAll(): Unit = {
+    super.beforeAll()
+    conf.setConf(SQLConf.CBO_ENABLED, false)

Review Comment:
   To fix the test error:
   ![Uploading image.png…]()
   



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to