mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
fix(query): Remove unnecessary unsafe impl Send/Sync for ExecutionPlanAdapter
This commit is contained in:
@@ -118,9 +118,6 @@ impl Debug for ExecutionPlanAdapter {
|
||||
}
|
||||
}
|
||||
|
||||
unsafe impl Send for ExecutionPlanAdapter {}
|
||||
unsafe impl Sync for ExecutionPlanAdapter {}
|
||||
|
||||
#[async_trait::async_trait]
|
||||
impl ExecutionPlan for ExecutionPlanAdapter {
|
||||
fn as_any(&self) -> &dyn Any {
|
||||
|
||||
Reference in New Issue
Block a user