This is an automated email from the ASF dual-hosted git repository.
philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 88bffaf5b [VL] Correct preProjection to rowConstruction for hash
aggregate metrics (#5241)
88bffaf5b is described below
commit 88bffaf5b43350f66fe67b081548811e034b09ca
Author: Joey <[email protected]>
AuthorDate: Tue Apr 2 08:39:00 2024 +0800
[VL] Correct preProjection to rowConstruction for hash aggregate metrics
(#5241)
---
.../main/scala/org/apache/gluten/backendsapi/velox/MetricsApiImpl.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/backends-velox/src/main/scala/org/apache/gluten/backendsapi/velox/MetricsApiImpl.scala
b/backends-velox/src/main/scala/org/apache/gluten/backendsapi/velox/MetricsApiImpl.scala
index 6a34ede89..b575af2ff 100644
---
a/backends-velox/src/main/scala/org/apache/gluten/backendsapi/velox/MetricsApiImpl.scala
+++
b/backends-velox/src/main/scala/org/apache/gluten/backendsapi/velox/MetricsApiImpl.scala
@@ -222,7 +222,7 @@ class MetricsApiImpl extends MetricsApi with Logging {
"rowConstruction cpu wall time count"),
"rowConstructionWallNanos" -> SQLMetrics.createNanoTimingMetric(
sparkContext,
- "totaltime of preProjection"),
+ "totaltime of rowConstruction"),
"extractionCpuCount" -> SQLMetrics.createMetric(
sparkContext,
"extraction cpu wall time count"),
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]