Skip to content

Commit

Permalink
Update crates/core/src/delta_datafusion/planner.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco authored Aug 4, 2024
1 parent eab62f5 commit e1dec1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/delta_datafusion/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub struct DeltaPlanner<T: ExtensionPlanner> {
}

#[async_trait]
impl<T: ExtensionPlanner + std::marker::Send + Sync + 'static + Clone> QueryPlanner
impl<T: ExtensionPlanner + Send + Sync + 'static + Clone> QueryPlanner
for DeltaPlanner<T>
{
async fn create_physical_plan(
Expand Down

0 comments on commit e1dec1d

Please sign in to comment.