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

TPC-H Query 8 #162

Closed
alamb opened this issue Apr 26, 2021 · 6 comments
Closed

TPC-H Query 8 #162

alamb opened this issue Apr 26, 2021 · 6 comments
Labels
datafusion Changes in the datafusion crate

Comments

@alamb
Copy link
Contributor

alamb commented Apr 26, 2021

Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11523

Fails with error:

{{Error: Plan("Schema contains duplicate unqualified field name 'n_nationkey'")}}

@alamb alamb added the datafusion Changes in the datafusion crate label Apr 26, 2021
@Dandandan
Copy link
Contributor

Closed by #55

@Dandandan
Copy link
Contributor

Reopening, this query currently fails with:

thread 'tokio-runtime-worker' panicked at 'false_values downcast failed', datafusion/src/physical_plan/expressions/case.rs:216:30
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Error: ArrowError(ExternalError(ArrowError(ExternalError(Execution("Arrow error: External error: oneshot canceled")))))

@Dandandan Dandandan reopened this Jun 30, 2021
@Dandandan
Copy link
Contributor

No longer errors

@alamb
Copy link
Contributor Author

alamb commented Aug 16, 2021

🎉

@xudong963
Copy link
Member

xudong963 commented Jan 15, 2022

When I ran with the latest code, I still got the error

Running benchmarks with the following options: DataFusionBenchmarkOpt { query: 8, debug: false, iterations: 3, partitions: 2, batch_size: 4096, path: "./data", file_format: "tbl", mem_table: false }
thread 'thread 'tokio-runtime-workertokio-runtime-worker' panicked at '' panicked at 'false_values downcast failedfalse_values downcast failed', ', datafusion/src/physical_plan/expressions/case.rs:218datafusion/src/physical_plan/expressions/case.rs::30218
:note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
30
Error: ArrowError(ExternalError(ArrowError(ExternalError(Execution("Arrow error: External error: oneshot canceled")))))

cc @Dandandan @alamb

@alamb
Copy link
Contributor Author

alamb commented Jan 17, 2022

@xudong963 has filed #1576 to track this issue 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datafusion Changes in the datafusion crate
Projects
None yet
Development

No branches or pull requests

3 participants