You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/17 03:50:33 UTC

[GitHub] [arrow-datafusion] Ted-Jiang opened a new issue, #4253: Cargo test fail

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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] jackwener commented on issue #4253: Cargo test fail

Posted by GitBox <gi...@apache.org>.
jackwener commented on issue #4253:
URL: https://github.com/apache/arrow-datafusion/issues/4253#issuecomment-1318088637

   #4250 #4252 


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] Ted-Jiang closed issue #4253: Cargo test fail

Posted by GitBox <gi...@apache.org>.
Ted-Jiang closed issue #4253: Cargo test fail 
URL: https://github.com/apache/arrow-datafusion/issues/4253


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org