-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
run cargo test
error[E0609]: no field `alias` on type `&datafusion_expr::Union`
--> datafusion/optimizer/src/propagate_empty_relation.rs:123:35
|
123 | ... union.alias.clone(),
| ^^^^^ unknown field
|
= note: available fields are: `inputs`, `schema`
Seems due to two recent two commits
5de9709
and
4dcf985
@jackwener could mind take a look ?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working