Ted-Jiang commented on code in PR #4254:
URL: https://github.com/apache/arrow-datafusion/pull/4254#discussion_r1024728346
##########
datafusion/optimizer/src/propagate_empty_relation.rs:
##########
@@ -120,14 +120,13 @@ impl OptimizerRule for PropagateEmptyRelation {
Ok(LogicalPlan::Projection(Projection::new_from_schema(
Arc::new(child),
optimized_children_plan.schema().clone(),
- union.alias.clone(),
+ None
Review Comment:
@jackwener After
https://github.com/apache/arrow-datafusion/commit/4dcf9857c0aad3d11050037bd46889a54f83a394
no field `alias` on `Union`,
Is there ok pass `none` here 🤔?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]