Skip to content

Commit 0f6c163

Browse files
committed
feat: add stats transform module for checkpoint stats population
1 parent d4ecc0a commit 0f6c163

File tree

2 files changed

+452
-0
lines changed

2 files changed

+452
-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)