Skip to content

Commit

Permalink
Deprecate spillDiskWrites (facebookincubator#8565)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebookincubator#8565

Reviewed By: xiaoxmeng

Differential Revision: D53136624

Pulled By: tanjialiang

fbshipit-source-id: fa1c8250e13b521d46c29db752b72fabdb2ebba1
  • Loading branch information
tanjialiang authored and facebook-github-bot committed Feb 1, 2024
1 parent fc06455 commit 52ccd86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions velox/common/base/SpillStats.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ struct SpillStats {
/// The number of spill writer flushes, equivalent to number of write calls to
/// underlying filesystem.
uint64_t spillWrites{0};
// TODO(jtan6): Remove after presto native lands
uint64_t spillDiskWrites{0};
/// The time spent on copy out serialized rows for disk write. If compression
/// is enabled, this includes the compression time.
uint64_t spillFlushTimeUs{0};
Expand Down

0 comments on commit 52ccd86

Please sign in to comment.