ci: fix unused PreprocessingOutput (#3180)

Simple fix to for CI due unused import of PreprocessingOutput in
table.rs

Co-authored-by: Esteban Gutierrez <esteban@lancedb.com>
This commit is contained in:
Esteban Gutierrez
2026-03-23 15:45:44 -05:00
committed by GitHub
parent d8fc071a7d
commit a0228036ae

View File

@@ -75,6 +75,7 @@ pub mod query;
pub mod schema_evolution;
pub mod update;
use crate::index::waiter::wait_for_index;
#[cfg(feature = "remote")]
pub(crate) use add_data::PreprocessingOutput;
pub use add_data::{AddDataBuilder, AddDataMode, AddResult, NaNVectorBehavior};
pub use chrono::Duration;