gabotechs commented on code in PR #16064:
URL: https://github.com/apache/datafusion/pull/16064#discussion_r2098183006
##
datafusion/core/src/physical_planner.rs:
##
@@ -2711,6 +2724,47 @@ mod tests {
assert_eq!(col.name(), "metric:avg");
}
+
+#[tokio::test]
+
gabotechs commented on code in PR #16064:
URL: https://github.com/apache/datafusion/pull/16064#discussion_r2098169086
##
datafusion/core/src/physical_planner.rs:
##
@@ -2711,6 +2724,47 @@ mod tests {
assert_eq!(col.name(), "metric:avg");
}
+
+#[tokio::test]
+
LiaCastaneda commented on code in PR #16064:
URL: https://github.com/apache/datafusion/pull/16064#discussion_r2095705227
##
datafusion/core/src/physical_planner.rs:
##
@@ -2069,29 +2071,37 @@ fn maybe_fix_physical_column_name(
expr: Result>,
input_physical_schema: &Sch
LiaCastaneda commented on code in PR #16064:
URL: https://github.com/apache/datafusion/pull/16064#discussion_r2095705227
##
datafusion/core/src/physical_planner.rs:
##
@@ -2069,29 +2071,37 @@ fn maybe_fix_physical_column_name(
expr: Result>,
input_physical_schema: &Sch
LiaCastaneda commented on code in PR #16064:
URL: https://github.com/apache/datafusion/pull/16064#discussion_r2095705227
##
datafusion/core/src/physical_planner.rs:
##
@@ -2069,29 +2071,37 @@ fn maybe_fix_physical_column_name(
expr: Result>,
input_physical_schema: &Sch
LiaCastaneda commented on code in PR #16064:
URL: https://github.com/apache/datafusion/pull/16064#discussion_r2095705227
##
datafusion/core/src/physical_planner.rs:
##
@@ -2069,29 +2071,37 @@ fn maybe_fix_physical_column_name(
expr: Result>,
input_physical_schema: &Sch
LiaCastaneda commented on code in PR #16064:
URL: https://github.com/apache/datafusion/pull/16064#discussion_r2095138636
##
datafusion/physical-plan/src/union.rs:
##
@@ -532,9 +535,10 @@ fn union_schema(inputs: &[Arc]) ->
SchemaRef {
field.with_metadata(met