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

TPCH unit tests failure #1194

Open
vmingchen opened this issue Mar 5, 2025 · 1 comment
Open

TPCH unit tests failure #1194

vmingchen opened this issue Mar 5, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@vmingchen
Copy link

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

@vmingchen vmingchen added the bug Something isn't working label Mar 5, 2025
@milenkovicm
Copy link
Contributor

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

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