rdettai opened a new issue #1186: URL: https://github.com/apache/arrow-datafusion/issues/1186
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** The ability to read partitioned tables is added the the `ListingTable` in #1141. As partitions are constant columns, we could estimate their statistics pretty accurately (currently they are left as `Default`. **Describe the solution you'd like** Replace default with a column statistics that has: - min value - max value - distinct count - null number as 0 -- 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]
