We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
cd <BALLISTA_HOME>/benchmarks ./tpch-gen.sh TPCH_DATA=data cargo test
Expected behavior All tests should pass with TPCH_DATA=data cargo test
TPCH_DATA=data cargo test
The text was updated successfully, but these errors were encountered:
It would be great to fix, issues looks with tbl format, I was adding nullable "dummy" field to each schema to get them converted to parquet
tbl
Sorry, something went wrong.
No branches or pull requests
Describe the bug
All unit tests in benchmarks/tpch.rs are failing with errors like this:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All tests should pass with
TPCH_DATA=data cargo test
The text was updated successfully, but these errors were encountered: