We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8972202 commit 733275eCopy full SHA for 733275e
src/query/service/src/physical_plans/format/format_table_scan.rs
@@ -107,6 +107,7 @@ impl<'a> PhysicalFormat for TableScanFormatter<'a> {
107
108
let mut children = vec![
109
FormatTreeNode::new(format!("table: {table_name}")),
110
+ FormatTreeNode::new(format!("scan id: {}", self.inner.scan_id)),
111
FormatTreeNode::new(format!(
112
"output columns: [{}]",
113
format_output_columns(self.inner.output_schema()?, ctx.metadata, false)
0 commit comments