gengliangwang commented on a change in pull request #29364:
URL: https://github.com/apache/spark/pull/29364#discussion_r482703098
##########
File path:
sql/core/src/test/scala/org/apache/spark/status/api/v1/sql/SqlResourceSuite.scala
##########
@@ -203,3 +210,101 @@ class SqlResourceSuite extends SparkFunSuite with
PrivateMethodTester {
}
}
+
+case class Person(id: Int, name: String, age: Int)
+case class Salary(personId: Int, salary: Double)
+
+/**
+ * Sql Resource Public API Unit Tests running query and extracting the metrics.
+ */
+class SqlResourceWithActualMetricsSuite extends SharedSparkSession with
SQLMetricsTestUtils {
Review comment:
nit: Shall we move this to a single file and leave
SqlResourceSuite.scala unchanged?
----------------------------------------------------------------
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]