Rafferty97 commented on issue #11687: URL: https://github.com/apache/datafusion/issues/11687#issuecomment-2254375362
I'm happy to take this one. For the uses of `OnceLock` in statics that currently have an associated getter function, such as `ROW_GROUP_METADATA` and `row_group_metadata` in `access_plan.rs`, would it be better to replace calls to the function with direct access to the static, or just simplify the implementation of the getter function without changing the call sites? -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org