Huy1Ng
Huy1Ng
I can give this a try, but do we have any idea of what an ideal workflow should be? For example. datafusion Rust workflow also takes 25-30min to complete: https://github.com/apache/datafusion/actions/workflows/rust.yml
sure. I can take this issue.
I tried to replicate the issue in #1182 with `schema_force_view_types=true` but there is no error raised. @andygrove can you share the configuration? Mine is: ```bash podman run -v `pwd`/data:/data -it...
I was able to reproduce the problem at TPCH -s 1, 1 scheduler + 2 executors, query 10, and with parquet format ```bash # cargo install tpchgen-cli tpchgen-cli -s 1...