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

WSQ should treat UDFs as "endpoints" as well as Printer nodes. #7

Open
rrnewton opened this issue Sep 12, 2011 · 0 comments
Open

WSQ should treat UDFs as "endpoints" as well as Printer nodes. #7

rrnewton opened this issue Sep 12, 2011 · 0 comments

Comments

@rrnewton
Copy link
Owner

Originally Printer nodes were the only ones with "side effects". So it was ok to essentially prune any part of the stream graph that did not contribute to some Printer node endpoint.

However, UDFs often have side effects, pruning terminal UDF nodes is NOT a safe optimization. This should be fixed.

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

No branches or pull requests

1 participant