Ted-Jiang opened a new issue, #4253:
URL: https://github.com/apache/arrow-datafusion/issues/4253

   **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
   
https://github.com/apache/arrow-datafusion/commit/5de9709fadf1344baca1ed3e1f9a44e06dfa9a63
   and 
   
https://github.com/apache/arrow-datafusion/commit/4dcf9857c0aad3d11050037bd46889a54f83a394
   
   @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.
   


-- 
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]

Reply via email to