We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02552a6 commit 3c590e4Copy full SHA for 3c590e4
velox/dwio/dwrf/writer/Writer.cpp
@@ -903,6 +903,7 @@ std::unique_ptr<dwio::common::Writer> DwrfWriterFactory::createWriter(
903
auto dwrfOptions = std::dynamic_pointer_cast<dwrf::WriterOptions>(options);
904
VELOX_CHECK_NOT_NULL(
905
dwrfOptions, "DWRF writer factory expected a DWRF WriterOptions object.");
906
+ addThreadLocalRuntimeStat("dwrfWriterCount", RuntimeCounter(1));
907
return std::make_unique<Writer>(std::move(sink), *dwrfOptions);
908
}
909
0 commit comments