This is an automated email from the ASF dual-hosted git repository.
yangzy 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 2cbf72d20 [VL] Fix ioWaitTime metrics for scan (#7198)
2cbf72d20 is described below
commit 2cbf72d20bdc1971f8f51cfd3012e288c3ae2cf6
Author: Yang Zhang <[email protected]>
AuthorDate: Thu Sep 12 14:05:29 2024 +0800
[VL] Fix ioWaitTime metrics for scan (#7198)
---
cpp/velox/compute/WholeStageResultIterator.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpp/velox/compute/WholeStageResultIterator.cc
b/cpp/velox/compute/WholeStageResultIterator.cc
index cd72c714c..4aa3449b6 100644
--- a/cpp/velox/compute/WholeStageResultIterator.cc
+++ b/cpp/velox/compute/WholeStageResultIterator.cc
@@ -43,7 +43,7 @@ const std::string kProcessedSplits = "processedSplits";
const std::string kSkippedStrides = "skippedStrides";
const std::string kProcessedStrides = "processedStrides";
const std::string kRemainingFilterTime = "totalRemainingFilterTime";
-const std::string kIoWaitTime = "ioWaitNanos";
+const std::string kIoWaitTime = "ioWaitWallNanos";
const std::string kPreloadSplits = "readyPreloadedSplits";
const std::string kNumWrittenFiles = "numWrittenFiles";
const std::string kWriteIOTime = "writeIOTime";
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]