Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Sep 10, 2024
1 parent ccabe98 commit 1d8bab3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ use crate::utils::task_handles_ext;
impl ParquetSourceNode {
/// Constructs the task that fetches file metadata.
/// Note: This must be called AFTER `self.projected_arrow_fields` has been initialized.
///
/// TODO: During IR conversion the metadata of the first file is already downloaded - see if
/// we can find a way to re-use it.
#[allow(clippy::type_complexity)]
pub(super) fn init_metadata_fetcher(
&mut self,
Expand Down

0 comments on commit 1d8bab3

Please sign in to comment.