Skip to content

Commit

Permalink
Fix (another) logical conflict (#6882)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Jul 7, 2023
1 parent ee42e8e commit 55eaa96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datafusion/core/src/physical_plan/streaming.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ use datafusion_common::{DataFusionError, Result, Statistics};
use datafusion_physical_expr::{LexOrdering, PhysicalSortExpr};
use log::debug;

use crate::datasource::physical_plan::{OutputOrderingDisplay, ProjectSchemaDisplay};
use crate::physical_plan::stream::RecordBatchStreamAdapter;
use crate::physical_plan::{ExecutionPlan, Partitioning, SendableRecordBatchStream};
use datafusion_execution::TaskContext;

use super::DisplayAs;
use super::{DisplayAs, DisplayFormatType};

/// A partition that can be converted into a [`SendableRecordBatchStream`]
pub trait PartitionStream: Send + Sync {
Expand Down

0 comments on commit 55eaa96

Please sign in to comment.