-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add physicalWrittenBytes to PlanNodeStats (#8213)
Summary: The physicalWrittenBytes metric is available in the OperatorStats class, but not in the PlanNodeStats. When accessing metrics from Task::taskStats(), we are unable to retrieve the physicalWrittenBytes' value. Ad physicalWrittenBytes metric to PlanNodeStats. Pull Request resolved: #8213 Reviewed By: xiaoxmeng Differential Revision: D52554834 Pulled By: mbasmanova fbshipit-source-id: 7edb3b468cc8c32c5861a0bd3309a4473b837079
- Loading branch information
1 parent
7376fb2
commit e5355f3
Showing
3 changed files
with
17 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters