Jefffrey opened a new pull request, #17872: URL: https://github.com/apache/datafusion/pull/17872
Clearing a TODO item I noticed, since we're now MSRV of 1.87.0: https://github.com/apache/datafusion/blob/3ee52f85fdb94544da04f6a67f0c7fc03c714843/Cargo.toml#L78-L79 Utilize `dyn_eq` and `dyn_hash` via trait upcasting. There is a slight change in behaviour given the pointers inside the Arcs aren't being compared anymore, see comment. -- 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]
