-
Notifications
You must be signed in to change notification settings - Fork 18
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
Distributed TPCH incorrect results and sub-optimal plan #197
Comments
#194 q10 incorrect result fixed. |
arzuschen
changed the title
Distributed TPCH incorrect results
Distributed TPCH incorrect results and sub-optimal plan
Aug 19, 2020
|
#263 , they might have the same cause. The FROM clause in TPCH is not handled correctly. I am working to check it. |
9DemonFox
added a commit
that referenced
this issue
Nov 10, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
currently with redistribution and gather directly added from logic tree:
q01, q02, q03, q04, q05, q06, q10, q11, q12, q14, a16, q17, q18, q19, q20, q21 are runnable
q01, q03, q04, q06, q10, q12, q14 have output
q10 has incorrect result due to NLJoin with distributed data streamq04 has incorrect output, wrong tuple and most part missing
The text was updated successfully, but these errors were encountered: