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



##########
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:
       For good measure, do we want to also test that the default 
io.file.buffer.size you get from a plain Spark configuration is in fact 65536?




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