alamb commented on issue #13814:
URL: https://github.com/apache/datafusion/issues/13814#issuecomment-3096076027

   > This is super frustrating - I need to wait around 10 seconds on each code 
change for rust-analyzer to finish, which spends all of the time on `cargo 
check`, which I believe does some datafusion related builds (although I'm not 
sure why this happens as I expect it to be built once as I do not change any 
datafusion code itself, only what is in my project).
   
   Yes, does sound fustrating -- dependent crates (projects that use 
datafusion) typically don't end up recompiling it for each run
   
   One thing I have seen that is not DataFusion related is the interplay of 
feature flags can cause this -- so I suggest look at your project and if you 
have crates that use other crates in `Cargo.toml` with different subsets of 
feature flags, use one common set of feature flags


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