mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-28 09:08:58 +00:00
add Error test, fix clippy
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
use std::sync::Arc;
|
||||
|
||||
use api::{
|
||||
QueryError,
|
||||
query::{
|
||||
execution::{QueryExecutionFactory, QueryExecutionRef, QueryStateMachineRef},
|
||||
logical_planner::Plan,
|
||||
optimizer::Optimizer,
|
||||
scheduler::SchedulerRef,
|
||||
},
|
||||
QueryError,
|
||||
};
|
||||
use async_trait::async_trait;
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ use api::query::scheduler::{ExecutionResults, Scheduler};
|
||||
use async_trait::async_trait;
|
||||
use datafusion::error::DataFusionError;
|
||||
use datafusion::execution::context::TaskContext;
|
||||
use datafusion::physical_plan::{execute_stream, ExecutionPlan};
|
||||
use datafusion::physical_plan::{ExecutionPlan, execute_stream};
|
||||
|
||||
pub struct LocalScheduler {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user