juliuszsompolski commented on code in PR #42216:
URL: https://github.com/apache/spark/pull/42216#discussion_r1278295912
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/SQLExecutionSuite.scala:
##########
@@ -203,6 +203,35 @@ class SQLExecutionSuite extends SparkFunSuite {
spark.stop()
}
}
+
+ test("jobTags property.") {
+ val spark =
SparkSession.builder.master("local[*]").appName("test").getOrCreate()
+
+ // Disable Photon as the test uses a local spark session and hence JNI is
not initialized.
Review Comment:
nit: this comment seems unrelated and accidentally copied over from
somewhere.
--
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]