We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c252185 commit 0927c12Copy full SHA for 0927c12
1 file changed
datafusion/datasource/src/file_stream.rs
@@ -435,14 +435,6 @@ impl FileStreamMetrics {
435
.with_category(MetricCategory::Rows)
436
.counter("file_scan_errors", partition);
437
438
- let files_opened = MetricBuilder::new(metrics)
439
- .with_category(MetricCategory::Rows)
440
- .counter("files_opened", partition);
441
-
442
- let files_processed = MetricBuilder::new(metrics)
443
444
- .counter("files_processed", partition);
445
446
Self {
447
time_opening,
448
time_scanning_until_data,
0 commit comments