diff --git a/rust/lancedb/src/table/add_data.rs b/rust/lancedb/src/table/add_data.rs index ea5f111c2..5c83a8154 100644 --- a/rust/lancedb/src/table/add_data.rs +++ b/rust/lancedb/src/table/add_data.rs @@ -155,7 +155,9 @@ impl AddDataBuilder { pub struct PreprocessingOutput { pub plan: Arc, + #[cfg_attr(not(feature = "remote"), allow(dead_code))] pub overwrite: bool, + #[cfg_attr(not(feature = "remote"), allow(dead_code))] pub rescannable: bool, pub write_options: WriteOptions, pub mode: AddDataMode,