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 2020/12/27 12:28:02 UTC

[GitHub] [arrow] alamb commented on pull request #8999: ARROW-11021: [Rust] Update dependencies

alamb commented on pull request #8999:
URL: https://github.com/apache/arrow/pull/8999#issuecomment-751461899


   The integration test seems to have failed with a real rust error: https://github.com/apache/arrow/pull/8999/checks?check_run_id=1602212943
   
   ```
   
      Compiling tower-balance v0.3.0
      Compiling hyper v0.13.9
   error[E0277]: a value of type `String` cannot be built from an iterator over elements of type `u8`
     --> arrow/benches/aggregate_kernels.rs:57:18
      |
   57 |                 .collect::<String>();
      |                  ^^^^^^^ value of type `String` cannot be built from `std::iter::Iterator<Item=u8>`
      |
      = help: the trait `FromIterator<u8>` is not implemented for `String`
   
   error: aborting due to previous error
   ```


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