Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmark q16 fails #373

Closed
Tracked by #330
andygrove opened this issue Oct 17, 2022 · 3 comments
Closed
Tracked by #330

Benchmark q16 fails #373

andygrove opened this issue Oct 17, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@andygrove
Copy link
Member

Describe the bug

Exception: Arrow error: External error: Execution error: Status { code: Internal, message: "Could not parse logical plan protobuf: Schema error: No field named 'part.p_brand'. Valid fields are 'p_brand', 'p_type', 'p_size', 'COUNT(DISTINCT partsupp.ps_suppkey)'.", metadata: MetadataMap { headers: {"content-type": "application/grpc", "date": "Sat, 08 Oct 2022 20:09:03 GMT", "content-length": "0"} }, source: None }

To Reproduce
Steps to reproduce the behavior:

Expected behavior
A clear and concise description of what you expected to happen.

Additional context
Add any other context about the problem here.

@andygrove andygrove added the bug Something isn't working label Oct 17, 2022
@andygrove
Copy link
Member Author

Related: apache/datafusion#3820

@andygrove andygrove added this to the Ballista 0.10.0 milestone Oct 17, 2022
@jiangzhx
Copy link
Contributor

jiangzhx commented Nov 22, 2022

it's already fixed;maybe should close issues.

❯ cargo run --release --bin tpch -- benchmark datafusion --iterations 3 --path ./data --format tbl --query 16 --batch-size 4096

Finished release [optimized] target(s) in 0.34s
 Running `/Users/sylar/workspace/opensource/arrow-ballista/target/release/tpch benchmark datafusion --iterations 3 --path ./data --format tbl --query 16 --batch-size 4096`

Running benchmarks with the following options: DataFusionBenchmarkOpt { query: 16, debug: false, iterations: 3, partitions: 2, batch_size: 4096, path: "./data", file_format: "tbl", mem_table: false, output_path: None }
Query 16 iteration 0 took 267.9 ms and returned 18314 rows
Query 16 iteration 1 took 212.1 ms and returned 18314 rows
Query 16 iteration 2 took 208.1 ms and returned 18314 rows
Query 16 avg time: 229.37 ms

@andygrove
Copy link
Member Author

It is now failing for different reasons, so filed #665

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants