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/18 03:23:33 UTC

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

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


   ### TPCH 8
   ```
   ➜  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
   ```
   
   ### TPCH 14
   ```
   ➜  benchmarks git:(fix_cast) cargo run --release --bin tpch -- benchmark datafusion --iterations 3 --path ./data --format tbl --query 14 --batch-size 4096
    
   Running benchmarks with the following options: DataFusionBenchmarkOpt { query: 14, debug: false, iterations: 3, partitions: 2, batch_size: 4096, path: "./data", file_format: "tbl", mem_table: false }
   Query 14 iteration 0 took 4292.5 ms
   Query 14 iteration 1 took 4464.5 ms
   Query 14 iteration 2 took 2763.9 ms
   Query 14 avg time: 3840.29 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