Jimexist commented on issue #1169: URL: https://github.com/apache/arrow-datafusion/issues/1169#issuecomment-956268700
> I think don't think adding an RwLock sounds like a good idea. Perhaps we could compute the statistics when the `ValuesExec` is created (rather than computing on the call to `statistics(&self)`? agreed, no need for a lock. we can just put evaluation in the creation part of `ValuesExec`. i mean it probably wouldn't make any difference -- 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]
