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

Minor: Exclude all DDL statements from Ray scheduling #42

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ccciudatu
Copy link

Do not execute EmptyExec physical plans on the cluster, as this is the outcome of DDL statements (and it's a no-op anyway).

Copy link
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ccciudatu

Copy link
Contributor

@austin362667 austin362667 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!! @ccciudatu

@edmondop
Copy link
Contributor

What concerns me about this change is that we had a bug that we should have prevented in unit tests. I can try to add a unit tests for this part @ccciudatu and then maybe you can fix it after I merge unit tests?

@edmondop
Copy link
Contributor

cc @andygrove

@ccciudatu
Copy link
Author

@edmondop any clue on what the bug was? Is it the "index out of bounds" caused by DDL statements other than crete/drop view?

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

Successfully merging this pull request may close these issues.

4 participants