mirror of
https://github.com/lancedb/lancedb.git
synced 2026-07-06 20:40:41 +00:00
chore: fix clippy for PreprocessingOutput without remote feature
This commit is contained in:
@@ -155,7 +155,9 @@ impl AddDataBuilder {
|
||||
|
||||
pub struct PreprocessingOutput {
|
||||
pub plan: Arc<dyn datafusion_physical_plan::ExecutionPlan>,
|
||||
#[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,
|
||||
|
||||
Reference in New Issue
Block a user