paleolimbot commented on issue #225: URL: https://github.com/apache/sedona-db/issues/225#issuecomment-5119576696
I believe DataFusion 55 brings in a "StatisticsProvider" that can be plugged in to extend the DataFusion computed statistics. I am not sure this is materially different than walking the ExecutionPlan tree ourselves and propagating stats; however, it will give our stats computation a pluggable home if we follow a similar pattern before DataFusion 55 is a dependency here. -- 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]
