Skip to content

Commit 4e66ca0

Browse files
committed
feat: add stats transform module for checkpoint stats population
1 parent d64042f commit 4e66ca0

File tree

2 files changed

+448
-0
lines changed

2 files changed

+448
-0
lines changed

kernel/src/checkpoint/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ use crate::{DeltaResult, Engine, EngineData, Error, EvaluationHandlerExtension,
112112

113113
use url::Url;
114114

115+
mod stats_transform;
116+
115117
#[cfg(test)]
116118
mod tests;
117119

0 commit comments

Comments
 (0)