cloud-fan commented on a change in pull request #31679:
URL: https://github.com/apache/spark/pull/31679#discussion_r587242544
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/metric/SQLMetricsSuite.scala
##########
@@ -782,4 +783,20 @@ class SQLMetricsSuite extends SharedSparkSession with
SQLMetricsTestUtils
}
}
}
+
+ test("SPARK-34567: Add metrics for CreateTableAsSelectCommand") {
Review comment:
`CreateTableAsSelectCommand` -> `CTAS operator`
##########
File path:
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLMetricsSuite.scala
##########
@@ -34,4 +36,30 @@ class SQLMetricsSuite extends SQLMetricsTestUtils with
TestHiveSingleton
testMetricsDynamicPartition("hive", "hive", "t1")
}
}
+
+ test("SPARK-34567: Add metrics for CreateTableAsSelectCommand") {
Review comment:
ditto
----------------------------------------------------------------
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]