tobixdev commented on issue #8875: URL: https://github.com/apache/arrow-rs/issues/8875#issuecomment-3553261609
Thanks for catching that! I guess requiring `Send + Sync` for `ArrayFormatterFactor` would be a feasible solution? `pub trait ArrayFormatterFactory: Debug + Send + Sync` -- 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]
