alamb commented on PR #19127: URL: https://github.com/apache/datafusion/pull/19127#issuecomment-3650910662
BTW I tested it out locally and it worked was great: ```sql ObjectStore Profile mode set to Trace > CREATE EXTERNAL TABLE overture_partitioned STORED AS PARQUET LOCATION 's3://overturemaps-us-west-2/release/2025-09-24.0/theme=addresses/'; 0 row(s) fetched. Elapsed 5.442 seconds. Object Store Profiling Instrumented Object Store: instrument_mode: Trace, inner: AmazonS3(overturemaps-us-west-2) 2025-12-14T12:45:54.938044+00:00 operation=List duration=0.304596s path=release/2025-09-24.0/theme=addresses 2025-12-14T12:45:55.242976+00:00 operation=List duration=0.092714s path=release/2025-09-24.0/theme=addresses 2025-12-14T12:45:55.338804+00:00 operation=List duration=0.089522s path=release/2025-09-24.0/theme=addresses Summaries: +-----------+----------+-----------+-----------+-----------+-----------+-------+ | Operation | Metric | min | max | avg | sum | count | +-----------+----------+-----------+-----------+-----------+-----------+-------+ | List | duration | 0.089522s | 0.304596s | 0.162277s | 0.486832s | 3 | | List | size | | | | | 3 | +-----------+----------+-----------+-----------+-----------+-----------+-------+ > select * from overture_partitioned limit 10; ``` -- 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]
