Skip to content

Commit 208bdfc

Browse files
author
infvg
committed
Use updated metric API for iceberg
1 parent d196f5a commit 208bdfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

velox/connectors/hive/iceberg/IcebergDataSink.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ void IcebergDataSink::closeInternal() {
506506
WRITER_NON_RECLAIMABLE_SECTION_GUARD(i);
507507
writers_[i]->close();
508508
dataFileStats_.push_back(writers_[i]->dataFileStats());
509+
finalizeWriterFile(i);
509510
}
510511
}
511512
} else {

0 commit comments

Comments
 (0)