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

A non-sink operator's results disappear on the frontend during execution #2632

Open
Xiao-zhen-Liu opened this issue Apr 29, 2024 · 0 comments
Assignees
Labels

Comments

@Xiao-zhen-Liu
Copy link
Collaborator

Xiao-zhen-Liu commented Apr 29, 2024

#1292 introduced a logic to clear results for the result panel when a result update event from the backend does not contain the current operator. This was based on the assumption that only sink operators' results can be viewed. Since this assumption has changed, this logic will cause an intermediate operator's results that is currently being viewed to be cleared if other operator results in the workflow are updated.
Need to revisit this piece of code (lines 81 - 90 of result-table-frame.component.ts).

Screen Recording 2024-04-29 at 12 38 28

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

No branches or pull requests

2 participants