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

   > @alamb Have you tried this using a query on local files as well? 
   
   Yes, I did and it didn't seem to work: 
   
   ```sql
   DataFusion CLI v50.2.0
   > \object_store_profiling trace
   ObjectStore Profile mode set to Trace
   > SELECT COUNT(*) from 'hits_1_index.parquet'  where "SearchPhrase" <> '';
   +----------+
   | count(*) |
   +----------+
   | 131559   |
   +----------+
   1 row(s) fetched.
   Elapsed 0.225 seconds.
   
   Object Store Profiling
   ```


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