alamb opened a new issue, #8367:
URL: https://github.com/apache/arrow-datafusion/issues/8367

   ### Is your feature request related to a problem or challenge?
   
   When exploring Parquet files using `datafusion-cli` I would often like to 
see how they are structured (how many row groups, if they have statistics, 
etc). 
   
   ### Describe the solution you'd like
   
   I would like to create new functions for exploring parquet metadata using 
the new User Defined Table Functions (🙇 to @Veeupup ) introduced in 
https://github.com/apache/arrow-datafusion/pull/8306
   
   Ideally we could implement something like `parquet_metadata`:  
https://duckdb.org/docs/data/parquet/overview
   
   (I think parquet_schema is covered by `describe 'filename.parquet'` already
   
   Note I think this should be done  in datafusion-cli (not core DataFusion)
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
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]

Reply via email to