viirya commented on PR #5587: URL: https://github.com/apache/arrow-rs/pull/5587#issuecomment-2039916513
> I'm confused, `Scalar` is just a wrapper around a `T: Array` that implements `Datum`, whether or not `Datum` has additional constraints or not has no bearing on whether `Scalar` is `Send`? > > Perhaps you could provide a small code reproducer? Hmm, do you mean to return `Array` (a `Send`) instead of `Scalar`? Because `Scalar` is not a `Send`, although it is simply a wrapper of `Array`, I guess it cannot be used as `Send` automatically? I think it cannot be but let me try it first. Thanks. -- 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]
