Skip to content

Commit 0aefe2a

Browse files
committed
feat: add stats transform module for checkpoint stats population
1 parent 85063cc commit 0aefe2a

File tree

2 files changed

+406
-0
lines changed

2 files changed

+406
-0
lines changed

kernel/src/checkpoint/mod.rs

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

108108
use url::Url;
109109

110+
mod stats_transform;
111+
110112
#[cfg(test)]
111113
mod tests;
112114

0 commit comments

Comments
 (0)