maxburke commented on PR #3054: URL: https://github.com/apache/arrow-rs/pull/3054#issuecomment-1312579150
> 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` > ``` Yup, just saw the build failure and submitted a fix. I wasn't testing locally with the `ffi` feature enabled. -- 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]
