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

   ## Which issue does this PR close?
   
   Closes #11687.
   
   ## What changes are included in this PR?
   
   - **Updated MSRV to 1.80 where necessary**, which will need review and may 
warrant holding off merging this for now
   - Replaces all uses of `OnceLock` with `LazyLock`
   - In many cases, the associated getter function for a lazy static was 
removed and call sites updated to access the static directly
   - In a few macros that made use of `OnceLock`, I fixed the doc comments so 
that tokens were properly expanded into the text
   
   ## Are these changes tested?
   
   I haven't checked that all the modified code is covered by tests, though the 
changes are pretty trivial. I will do so soon when time permits.
   
   ## Are there any user-facing changes?
   
   No, only implementation details have been changed.
   


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