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

[SYSTEMDS-3088] No prefetch for List type consumers #1840

Closed
wants to merge 1 commit into from

Conversation

phaniarnab
Copy link
Contributor

This patch fixes a bug in prefetch placement and prevent prefetch if the consumer is of List type. List is not an operation. A prefetch can wrongly pull a Spark intermediate if the output goes into a List.
e.g. rightindex -> List

This patch fixes a bug in prefetch placement and prevent
prefetch if the consumer is of List type. List is not an
operation. A prefetch can wrongly pull a Spark intermediate
if the output goes into a List.
e.g. rightindex -> List
@phaniarnab phaniarnab deleted the experiment2 branch June 11, 2023 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
1 participant