Skip to content

Commit

Permalink
add todo about considering if we can skip UnresolvedPartitionedScan
Browse files Browse the repository at this point in the history
… and generate `ResolvedPartitionedScan` directly.
  • Loading branch information
Rachelint committed Aug 17, 2023
1 parent 2b90f96 commit 450e790
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions df_engine_extensions/src/dist_sql_query/physical_plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ use table_engine::{
/// Placeholder of partitioned table's scan plan
/// It is inexecutable actually and just for carrying the necessary information
/// of building remote execution plans for sub tables.
// TODO: can we skip this and generate `ResolvedPartitionedScan` directly?
#[derive(Debug)]
pub struct UnresolvedPartitionedScan {
pub sub_tables: Vec<TableIdentifier>,
Expand Down

0 comments on commit 450e790

Please sign in to comment.