dongjoon-hyun commented on a change in pull request #30631:
URL: https://github.com/apache/spark/pull/30631#discussion_r537163061
##########
File path:
sql/hive/src/test/scala/org/apache/spark/sql/sources/BucketedReadWithHiveSupportSuite.scala
##########
@@ -18,11 +18,18 @@
package org.apache.spark.sql.sources
import org.apache.spark.sql.hive.test.TestHiveSingleton
+import org.apache.spark.sql.internal.SQLConf.ADAPTIVE_EXECUTION_ENABLED
import org.apache.spark.sql.internal.StaticSQLConf.CATALOG_IMPLEMENTATION
class BucketedReadWithHiveSupportSuite extends BucketedReadSuite with
TestHiveSingleton {
protected override def beforeAll(): Unit = {
super.beforeAll()
+ spark.sessionState.conf.setConf(ADAPTIVE_EXECUTION_ENABLED, false)
Review comment:
Oh, sure! 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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]