timsaucer opened a new pull request, #18915:
URL: https://github.com/apache/datafusion/pull/18915

   ## Which issue does this PR close?
   
   This addresses part of https://github.com/apache/datafusion/issues/15804 but 
does not close it.
   
   ## Rationale for this change
   
   Now that we are on MSRV 1.88 we can use rust edition 2024, which brings let 
chains and other nice features. It also improves `unsafe` checking. In order to 
introduce these changes in slower way instead of one massive PR that is too 
difficult to manage we are update a few crates at a time.
   
   ## What changes are included in this PR?
   
   Updates 6 crates to 2024.
   
   ## Are these changes tested?
   
   Existing unit tests. There are no functional code changes.
   
   ## Are there any user-facing changes?
   
   None.
   


-- 
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]

Reply via email to