Skip to content

Commit

Permalink
Remove deprecated and unused FileSinkExec type
Browse files Browse the repository at this point in the history
It was deprecated since 38.0.0, which was released 6 months ago.
  • Loading branch information
findepi committed Nov 4, 2024
1 parent 890e225 commit 94601f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions datafusion/physical-plan/src/insert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ pub trait DataSink: DisplayAs + Debug + Send + Sync {
) -> Result<u64>;
}

#[deprecated(since = "38.0.0", note = "Use [`DataSinkExec`] instead")]
pub type FileSinkExec = DataSinkExec;

/// Execution plan for writing record batches to a [`DataSink`]
///
/// Returns a single row with the number of values written
Expand Down

0 comments on commit 94601f6

Please sign in to comment.