Skip to content

Commit

Permalink
Resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JkSelf committed Jan 5, 2024
1 parent 523693d commit 8c0bbb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions velox/exec/tests/TableWriteTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2953,6 +2953,7 @@ TEST_P(AllTableWriterTest, tableWriterStats) {

auto planStats = exec::toPlanStats(task->taskStats());
auto& stats = planStats.at(tableWriteNodeId_);
ASSERT_GT(stats.physicalWrittenBytes, fixedWrittenBytes);
ASSERT_GT(
stats.operatorStats.at("TableWrite")->physicalWrittenBytes,
fixedWrittenBytes);
Expand Down

0 comments on commit 8c0bbb5

Please sign in to comment.