alamb opened a new pull request, #11828: URL: https://github.com/apache/datafusion/pull/11828
## Which issue does this PR close? Builds on https://github.com/apache/datafusion/pull/11802 ## Rationale for this change While reviewing https://github.com/apache/datafusion/pull/11802 from @Rachelint I had to double check that a call to `clone()` was not copying anything large (specifically a `ScalarValue`) and it turns it that it is not ## What changes are included in this PR? Move the `clone()` (of a `usize`) into a function where the type is explict ## Are these changes tested? By existing CI ## Are there any user-facing changes? No -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
