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

   ```
   > create external table hits stored as parquet location 
's3://clickhouse-public-datasets/hits_compatible/athena_partitioned/';
   0 row(s) fetched.
   Elapsed 3.539 seconds.
   
   > select min("WatchID"), max("WatchID") from hits;
   +---------------------+---------------------+
   | min(hits.WatchID)   | max(hits.WatchID)   |
   +---------------------+---------------------+
   | 4611686071420045196 | 9223372033328793741 |
   +---------------------+---------------------+
   1 row(s) fetched.
   Elapsed 0.164 seconds.
   ```
   
   The 0.16 seconds is pretty sweet!


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