andygrove opened a new issue, #646: URL: https://github.com/apache/arrow-ballista/issues/646
**Describe the bug** I tried running benchmarks using [this script](https://github.com/sql-benchmarks/sqlbench-runners/blob/main/ballista/sqlbench-ballista.py) and latest from ballista main branch and got this error. ``` query 2 failed Arrow error: External error: Execution error: Status { code: Internal, message: "Could not parse logical plan protobuf: Schema error: No field named '\n\nps_partkey\u{12}\n\n\u{8}partsupp'. Valid fields are 'part'.'p_partkey', 'part'.'p_mfgr', 'part'.'p_type', 'part'.'p_size'.", metadata: MetadataMap { headers: {"content-type": "application/grpc", "date": "Wed, 01 Feb 2023 15:27:02 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. -- 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]
