Skip to content

Commit

Permalink
wip: clean up deadcode
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgapp committed Nov 19, 2023
1 parent e684d11 commit 2461576
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions datafusion/physical-plan/src/continuance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
use std::any::Any;
use std::sync::Arc;

// use crate::error::{DataFusionError, Result};
// use crate::physical_plan::{
// DisplayFormatType, Distribution, ExecutionPlan, Partitioning,
// };
use arrow::datatypes::SchemaRef;
use datafusion_execution::TaskContext;
use datafusion_physical_expr::Partitioning;
Expand All @@ -39,9 +35,6 @@ use super::{
SendableRecordBatchStream, Statistics,
};
use datafusion_common::{DataFusionError, Result};
// use tokio::stream::;

// use crate::exe::context::TaskContext;

/// A temporary "working table" operation where the input data will be
/// taken from the named handle during the execution and will be re-published
Expand Down
1 change: 0 additions & 1 deletion datafusion/physical-plan/src/recursive_query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ use super::{
use arrow::error::ArrowError;
use tokio::sync::mpsc::{Receiver, Sender};

// use crate::execution::context::TaskContext;
use crate::{DisplayAs, DisplayFormatType, ExecutionPlan};

/// Recursive query execution plan.
Expand Down

0 comments on commit 2461576

Please sign in to comment.