mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-03 20:02:54 +00:00
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user