alamb commented on PR #18112: URL: https://github.com/apache/datafusion/pull/18112#issuecomment-3414614877
Actually, I forgot that https://datasets.clickhouse.com/hits_compatible/athena_partitioned/hits_1.parquet does not have page indexes. I rewrote this file so that it does: ```sql copy 'hits_1.parquet' to 'hits_1_index.parquet'; ``` I was having trouble getting the trace thing to work -- 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]
