Github user 10110346 commented on a diff in the pull request:
https://github.com/apache/spark/pull/22594#discussion_r223612070
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/metric/SQLMetricsSuite.scala
---
@@ -570,4 +572,33 @@ class SQLMetricsSuite extends SparkFunSuite with
SQLMetricsTestUtils with Shared
}
}
}
+
+ test("InputMetrics---bytesRead") {
--- End diff --
It is too hardï¼the test needs involve `ColumnarBatch`,
in addition, we must capture the `bytesRead` in the process of execution,
not the task end.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]