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 2022/11/12 21:39:56 UTC

[GitHub] [arrow-rs] viirya commented on pull request #3054: Add FixedSizeBinaryArray::try_from_sparse_iter_with_size

viirya commented on PR #3054:
URL: https://github.com/apache/arrow-rs/pull/3054#issuecomment-1312578275

   But there are a few places using the deprecated function, see CI.
   
   ```
   error: use of deprecated associated function `arrow_array::FixedSizeBinaryArray::try_from_sparse_iter`: This function will fail if the iterator produces only None values; prefer `try_from_sparse_iter_with_size`
      --> arrow/src/array/ffi.rs:215:43
       |
   215 |         let array = FixedSizeBinaryArray::try_from_sparse_iter(values.into_iter())?;
       |                                           ^^^^^^^^^^^^^^^^^^^^
       |
       = note: `-D deprecated` 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: github-unsubscribe@arrow.apache.org

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