Skip to content

Commit 733275e

Browse files
committed
fix
1 parent 8972202 commit 733275e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/query/service/src/physical_plans/format/format_table_scan.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ impl<'a> PhysicalFormat for TableScanFormatter<'a> {
107107

108108
let mut children = vec![
109109
FormatTreeNode::new(format!("table: {table_name}")),
110+
FormatTreeNode::new(format!("scan id: {}", self.inner.scan_id)),
110111
FormatTreeNode::new(format!(
111112
"output columns: [{}]",
112113
format_output_columns(self.inner.output_schema()?, ctx.metadata, false)

0 commit comments

Comments
 (0)