dongjoon-hyun commented on code in PR #54402:
URL: https://github.com/apache/spark/pull/54402#discussion_r2834589287
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/InMemoryTableMetricSuite.scala:
##########
@@ -42,7 +41,7 @@ class InMemoryTableMetricSuite
spark.sessionState.conf.clear()
}
- private def testMetricOnDSv2(func: String => Unit, checker: Map[Long,
String] => Unit): Unit = {
+ private def testMetricOnDSv2(func: String => Unit, checker: Map[String,
String] => Unit): Unit = {
Review Comment:
This is a different part.
--
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]