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 2021/05/25 17:23:00 UTC

[GitHub] [arrow-datafusion] Dandandan commented on pull request #387: Constant fold / optimize `to_timestamp` function during planning

Dandandan commented on pull request #387:
URL: https://github.com/apache/arrow-datafusion/pull/387#issuecomment-848067209


   > > For some strange reason cargo clippy on my local doesn't throw these errors.
   > 
   > It may be related to what version of rust is used. I also have some troubles with clippy sometimes not finding errors. I run the following locally (I am somewhat embarrassed but it does work for me  )
   > 
   > ```
   > find . -name '*.rs' | grep -v target | xargs touch && cargo clippy --all --all-targets -- -D warnings
   > ```
   
   Touching the files (or cleaning the build) should not be needed anymore since 1.52 https://blog.rust-lang.org/2021/05/06/Rust-1.52.0.html


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

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