alamb commented on issue #18118:
URL: https://github.com/apache/datafusion/issues/18118#issuecomment-3426776231

   > This looks pretty cool, i am curious if we can enhance the tool to see the 
request details such as this:
   
   It is possible to determine this given a `ParquetMetadataObject` but it is 
not simple.
   
   I actually implemented some version of it for testing in arrow-rs -- you can 
see it here:
   
https://github.com/apache/arrow-rs/blob/c74cbf21f003890e927e932d28940d0427737ac2/parquet/tests/arrow_reader/io/mod.rs#L409-L423
   
   
   The challenging part to make it work in datafusion-cli is that you have to 
get the ParquetMetadata somehow in the object store wrapper (but the 
ParquetMetaData is created by a higher level). 
   
   Although maybe we could cheat and look at the contents of the metadata cache 
and use the Metadata stored there if present 🤔 


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

Reply via email to