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

PanelQueryRunner: only skip applyFieldOverrides when streaming #34438

Merged
merged 5 commits into from
May 20, 2021

Conversation

ryantxu
Copy link
Member

@ryantxu ryantxu commented May 19, 2021

applyFieldOverrides does a LOT -- we tried to be smart about only applying it when the structure changes, but since it also manages the internal range calculations and sets up calculations based on the range, things get weird in subtle ways.

This PR reverts trying to skip overrides unless it is a streaming result

TODO???

Fixes: #34212

@ryantxu ryantxu requested review from a team, axelavargas, kaydelaney and torkelo and removed request for a team May 19, 2021 17:04
@ryantxu ryantxu requested a review from leeoniya May 19, 2021 17:07
@torkelo
Copy link
Member

torkelo commented May 19, 2021

Revert #33672 ?

@ryantxu ryantxu merged commit 40139a7 into main May 20, 2021
@ryantxu ryantxu deleted the less-agressive-skip branch May 20, 2021 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Datalinks wrong after Auto-Refresh or change of time range
3 participants