alamb commented on issue #8295: URL: https://github.com/apache/datafusion/issues/8295#issuecomment-2479649237
I believe we have fixed this with https://github.com/apache/datafusion/issues/10453 -- statistics are now correctly extracted ``` | physical_plan_with_stats | ParquetExec: file_groups={1 group: [[tmp/strings.parquet]]}, projection=[column1], statistics=[Rows=Exact(3), Bytes=Absent, [(Col[0]: Min=Exact(Utf8("bar")) Max=Exact(Utf8("foo")) Null=Exact(0))]] | | | | | physical_plan_with_schema | ParquetExec: file_groups={1 group: [[tmp/strings.parquet]]}, projection=[column1], schema=[column1:Utf8;N] | | | | +------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 79 row(s) fetched. Elapsed 0.007 seconds. ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
