Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zachschuermann committed Feb 21, 2025
1 parent 1e52a9a commit 31ccf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffi/src/engine_funcs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ fn evaluate_impl(
#[cfg(test)]
mod tests {
use super::{free_evaluator, get_evaluator};
use crate::{free_engine, handle::Handle, scan::SharedSchema, tests::get_default_engine};
use crate::{free_engine, handle::Handle, tests::get_default_engine, SharedSchema};
use delta_kernel::{
schema::{DataType, StructField, StructType},
Expression,
Expand Down

0 comments on commit 31ccf16

Please sign in to comment.