nevi-me commented on pull request #771:
URL: https://github.com/apache/arrow-rs/pull/771#issuecomment-940212189


   > I have the next patch ready to add support optional timezone parsing using 
`chrono-tz` would it be better to push here or would you prefer a new PR ?
   
   A new PR is fine @sum12, but may you please kindly fix the below clippy error
   
   ```rust
   error: the operation is ineffective. Consider reducing it to `60`
      --> arrow/src/compute/kernels/temporal.rs:330:21
       |
   330 |             vec![0, 60 * 1],
       |                     ^^^^^^
       |
       = note: `-D clippy::identity-op` implied by `-D warnings`
   ```


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