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

Distributed TPCH incorrect results and sub-optimal plan #197

Open
arzuschen opened this issue Aug 18, 2020 · 3 comments
Open

Distributed TPCH incorrect results and sub-optimal plan #197

arzuschen opened this issue Aug 18, 2020 · 3 comments

Comments

@arzuschen
Copy link
Collaborator

arzuschen commented Aug 18, 2020

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 stream
q04 has incorrect output, wrong tuple and most part missing

@arzuschen
Copy link
Collaborator Author

#194 q10 incorrect result fixed.

@arzuschen arzuschen changed the title Distributed TPCH incorrect results Distributed TPCH incorrect results and sub-optimal plan Aug 19, 2020
@arzuschen
Copy link
Collaborator Author

arzuschen commented Aug 19, 2020

q04 has unstable output, q18 and q20 have unstable plan (similar to Q16, extra "loop")

@9DemonFox
Copy link
Collaborator

#263 , they might have the same cause. The FROM clause in TPCH is not handled correctly. I am working to check it.

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

No branches or pull requests

2 participants