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

Fix issue to ensure single snapshot mode does not calculate stats #3261

Merged
merged 3 commits into from
Feb 12, 2025

Conversation

yunyad
Copy link
Collaborator

@yunyad yunyad commented Feb 12, 2025

This PR fixes the issue where the visualization operator incorrectly displays statistics instead of visualization content.

The issue occurs because the current logic treats statistics as a table and displays them instead of the intended visualization. To resolve this, we have added a condition on the backend to ensure that statistics are not calculated for single snapshot mode operators.

Screen Recording 2025-02-12 at 2 43 28 PM

@yunyad yunyad added the bug label Feb 12, 2025
@yunyad yunyad requested a review from shengquan-ni February 12, 2025 22:49
@yunyad yunyad self-assigned this Feb 12, 2025
@yunyad yunyad merged commit af8d2d0 into master Feb 12, 2025
8 checks passed
@yunyad yunyad deleted the yunyad-result-type branch February 12, 2025 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants