cloud-fan commented on code in PR #48867:
URL: https://github.com/apache/spark/pull/48867#discussion_r1846804303
##########
sql/core/src/test/scala/org/apache/spark/sql/connector/V1WriteFallbackSuite.scala:
##########
@@ -198,6 +202,38 @@ class V1WriteFallbackSuite extends QueryTest with
SharedSparkSession with Before
SparkSession.setDefaultSession(spark)
}
}
+
+ test("SPARK-50315: metrics for V1 fallback writers") {
+ val session = SparkSession.builder()
Review Comment:
all other tests in this suite do
`SparkSession.clearActiveSession();SparkSession.clearDefaultSession()` at the
beginning, shall we follow it here?
--
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]