sunchao commented on pull request #6898:
URL: https://github.com/apache/arrow/pull/6898#issuecomment-629593291


   Build errors:
   
   ```
   error: unnecessary parentheses around assigned value
     --> arrow\src\memory.rs:43:30
      |
   43 | pub const ALIGNMENT: usize = (1 << 7);
      |                              ^^^^^^^^ help: remove these parentheses
      |
      = note: `-D unused-parens` implied by `-D warnings`
   
   error: unnecessary parentheses around assigned value
      --> arrow\src\memory.rs:137:35
       |
   137 | const FALLBACK_ALIGNMENT: usize = (1 << 6);
       |                                   ^^^^^^^^ help: remove these 
parentheses
   ```


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to