vmingchen opened a new issue, #1194: URL: https://github.com/apache/datafusion-ballista/issues/1194
**Describe the bug** All unit tests in benchmarks/tpch.rs are failing with errors like this: > Error: External(ArrowError(CsvError("incorrect number of fields for line 1, expected 16 got 17"), None)) **To Reproduce** Steps to reproduce the behavior: ```shell cd <BALLISTA_HOME>/benchmarks ./tpch-gen.sh TPCH_DATA=data cargo test ``` **Expected behavior** All tests should pass with `TPCH_DATA=data cargo test` -- 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-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org