This is an automated email from the ASF dual-hosted git repository.
zhouyuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 98b3b2b108 [VL] Update Velox metric name (#12835)
98b3b2b108 is described below
commit 98b3b2b1082dcbfdb4be4a5478eba3042a08b730
Author: Hongze Zhang <[email protected]>
AuthorDate: Thu Aug 20 13:37:22 2026 +0100
[VL] Update Velox metric name (#12835)
This is due to Velox change
https://github.com/facebookincubator/velox/commit/16ffaea1b9c5a30406f5e27724726930c63d6bb9
---
.../src/main/scala/org/apache/gluten/metrics/MetricsUtil.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/backends-velox/src/main/scala/org/apache/gluten/metrics/MetricsUtil.scala
b/backends-velox/src/main/scala/org/apache/gluten/metrics/MetricsUtil.scala
index 8bb3386512..d12197656f 100644
--- a/backends-velox/src/main/scala/org/apache/gluten/metrics/MetricsUtil.scala
+++ b/backends-velox/src/main/scala/org/apache/gluten/metrics/MetricsUtil.scala
@@ -95,7 +95,7 @@ object MetricsUtil extends Logging {
metrics.localReadBytes = customMetricSum(node, "localReadBytes")
metrics.ramReadBytes = customMetricSum(node, "ramReadBytes")
metrics.preloadSplits = customMetricSum(node, "readyPreloadedSplits")
- metrics.pageLoadTime = customMetricSum(node, "pageLoadTimeNs")
+ metrics.pageLoadTime = customMetricSum(node, "parquet.pageLoadTimeNanos")
metrics.dataSourceAddSplitTime = customMetricSum(node,
"dataSourceAddSplitWallNanos") +
customMetricSum(node, "waitForPreloadSplitNanos")
metrics.dataSourceReadTime = customMetricSum(node,
"dataSourceReadWallNanos")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]