alamb commented on PR #14033:
URL: https://github.com/apache/datafusion/pull/14033#issuecomment-2575793893

   Thank you @cj-zhukov  !
   
   It seems as if there is a compile error in this PR: 
https://github.com/apache/datafusion/actions/runs/12646530220/job/35237388507?pr=14033
   
   ```
   error[E0433]: failed to resolve: use of undeclared type `DataFusionError`
      --> datafusion/physical-expr/src/expressions/case.rs:407:13
       |
   407 |             DataFusionError::Context(
       |             ^^^^^^^^^^^^^^^ use of undeclared type `DataFusionError`
       |
   help: consider importing this enum
       |
   18  + use datafusion_common::DataFusionError;
       |
   
       Checking datafusion-sql v44.0.0 
(/__w/datafusion/datafusion/datafusion/sql)
       Checking datafusion-functions v44.0.0 
(/__w/datafusion/datafusion/datafusion/functions)
   For more information about this error, try `rustc --explain E0433`.
   error: could not compile `datafusion-physical-expr` (lib) due to 1 previous 
error
   warning: build failed, waiting for other jobs to finish...
   Error: Process completed with exit code 101.
   ```


-- 
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-unsubscr...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to