yaooqinn commented on a change in pull request #31460:
URL: https://github.com/apache/spark/pull/31460#discussion_r569506669



##########
File path: core/src/test/scala/org/apache/spark/SparkContextSuite.scala
##########
@@ -1151,6 +1150,37 @@ class SparkContextSuite extends SparkFunSuite with 
LocalSparkContext with Eventu
     
assert(sc.listJars().exists(_.contains("org.apache.hive_hive-storage-api-2.7.0.jar")))
     
assert(sc.listJars().exists(_.contains("commons-lang_commons-lang-2.6.jar")))
   }
+
+  test("SPARK-34346: hadoop configuration priority for spark/hive/hadoop 
configs") {

Review comment:
       I guess that will cause test flakiness if it gets a nondefault value 
somewhere due to the non-deterministic test order in CIs. I did a pre-check for 
loading hive-site.xml explicitly to ensure it gets loaded but not pollute the 
final result.
   
   




----------------------------------------------------------------
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]

Reply via email to