chore: not warning (#7037)

Signed-off-by: discord9 <discord9@163.com>
This commit is contained in:
discord9
2025-09-28 16:11:27 +08:00
committed by GitHub
parent 8bcf4a8ab5
commit 3ca5c77d91

View File

@@ -305,7 +305,7 @@ fn get_alias_layer_from_node(node: &LogicalPlan) -> DfResult<AliasLayer> {
} else {
// otherwise use the intersection of input and output
// TODO(discord9): maybe just make this case unsupported for now?
common_telemetry::warn!(
common_telemetry::debug!(
"Might be unsupported plan for alias tracking, track alias anyway: {}",
node
);