bozhang2820 commented on a change in pull request #35462:
URL: https://github.com/apache/spark/pull/35462#discussion_r810441367
##########
File path:
external/avro/src/test/scala/org/apache/spark/sql/avro/AvroSuite.scala
##########
@@ -68,6 +68,8 @@ abstract class AvroSuite
override protected def beforeAll(): Unit = {
super.beforeAll()
+ // initialize SessionCatalog here so it has a clean hadoopConf
+ spark.sessionState.catalog
Review comment:
I thought about it but figured that might need a separate PR due to the
impact?
--
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]