You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/17 16:49:18 UTC

[GitHub] [arrow-datafusion] xudong963 commented on pull request #1601: fix: casting Int64 to Float64 unsuccessfully caused tpch8 to fail

xudong963 commented on pull request #1601:
URL: https://github.com/apache/arrow-datafusion/pull/1601#issuecomment-1014729947


   ```
   ➜  benchmarks git:(fix_cast) ✗ cargo run --release --bin tpch -- benchmark datafusion --iterations 3 --path ./data --format tbl --query 8 --batch-size 4096
    
   Running benchmarks with the following options: DataFusionBenchmarkOpt { query: 8, debug: false, iterations: 3, partitions: 2, batch_size: 4096, path: "./data", file_format: "tbl", mem_table: false }
   Query 8 iteration 0 took 6401.8 ms
   Query 8 iteration 1 took 5731.4 ms
   Query 8 iteration 2 took 5830.1 ms
   Query 8 avg time: 5987.78 ms
   ```


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org