2010YOUY01 commented on PR #17867: URL: https://github.com/apache/datafusion/pull/17867#issuecomment-3359056188
I tried it locally and it's not working, it's always 0% during execution data generation: https://github.com/clflushopt/tpchgen-rs/tree/main/tpchgen-cli ``` CREATE EXTERNAL TABLE lineitem STORED AS PARQUET LOCATION '/Users/yongting/Code/datafusion-sqlstorm/data/lineitem.parquet'; select * from lineitem; ``` I also tried several queries takes longer to execute, the result is the same. Do you have a working example to demo this feature? -- 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]
