alamb commented on PR #17266:
URL: https://github.com/apache/datafusion/pull/17266#issuecomment-3215302897

   Thank you @BlakeOrth  -- I tried this out and it looks very nice 👌 
   
   ```
   > CREATE EXTERNAL TABLE hits
   STORED AS PARQUET
   LOCATION 
'https://datasets.clickhouse.com/hits_compatible/athena_partitioned/hits_1.parquet';
   
   0 row(s) fetched.
   Elapsed 9.274 seconds.
   
   2025-08-22T18:48:50.357439+00:00 operation=Get duration=0.618644s 
path=hits_compatible/athena_partitioned/hits_1.parquet
   2025-08-22T18:48:50.977619+00:00 operation=Get duration=8.439665s 
path=hits_compatible/athena_partitioned/hits_1.parquet
   2025-08-22T18:48:59.417902+00:00 operation=Get duration=0.060293s 
path=hits_compatible/athena_partitioned/hits_1.parquet
   Total duration: 9.118602
   >
   ```
   
   I have some ideas on how to make it configurable and easy to see. BRB
   


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to