YimingQiao opened a new pull request, #10814: URL: https://github.com/apache/arrow-rs/pull/10814
Fixes the parquet-variant-compute compilation failure introduced when #10708 was merged after #10640. BinaryViewArray::new_unchecked now expects Arc<[Buffer]>, but the call added by #10640 still passed Vec<Buffer>. This converts the newly constructed buffer vector into the required shared slice. Verified with: - cargo fmt --all -- --check - cargo check -p parquet-variant-compute --all-targets -- 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]
